Re: [FFmpeg-devel] [PATCH] libavcodec: Reduce the size of some arrays

2019-06-20 Thread James Almer
On 6/19/2019 4:08 PM, Michael Niedermayer wrote: > On Wed, Jun 19, 2019 at 04:39:47AM +0200, Andreas Rheinhardt wrote: >> This commit uses smaller types for some static const arrays to reduce >> their size in case the entries can be represented in the smaller type. >> The biggest savings came from

Re: [FFmpeg-devel] [PATCH] libavcodec: Reduce the size of some arrays

2019-06-19 Thread Michael Niedermayer
On Wed, Jun 19, 2019 at 04:39:47AM +0200, Andreas Rheinhardt wrote: > This commit uses smaller types for some static const arrays to reduce > their size in case the entries can be represented in the smaller type. > The biggest savings came from inv_map_table in vp9.c. > > Signed-off-by: Andreas Rh

[FFmpeg-devel] [PATCH] libavcodec: Reduce the size of some arrays

2019-06-18 Thread Andreas Rheinhardt
This commit uses smaller types for some static const arrays to reduce their size in case the entries can be represented in the smaller type. The biggest savings came from inv_map_table in vp9.c. Signed-off-by: Andreas Rheinhardt --- libavcodec/a64multienc.c | 6 +++--- libavcodec/a