Re: [FFmpeg-devel] [PATCH 2/2] lavc/pcm_tablegen: always generate tables at runtime.

2016-01-04 Thread Ganesh Ajjanagadde
On Wed, Dec 30, 2015 at 8:34 PM, Ganesh Ajjanagadde wrote: > Previous commit has sped up pcm_tablegen slightly, and table generation > of the alaw and mulaw tables is ~ 20k cycles. Thus, these tables can > always be generated at runtime. > > Tested with/without --enable-hardcoded-tables. > > Signe

[FFmpeg-devel] [PATCH 2/2] lavc/pcm_tablegen: always generate tables at runtime.

2015-12-30 Thread Ganesh Ajjanagadde
Previous commit has sped up pcm_tablegen slightly, and table generation of the alaw and mulaw tables is ~ 20k cycles. Thus, these tables can always be generated at runtime. Tested with/without --enable-hardcoded-tables. Signed-off-by: Ganesh Ajjanagadde --- libavcodec/Makefile | 4 +---