Re: [FFmpeg-devel] [PATCH] aacenc: use generational cache instead of resetting.

2016-03-08 Thread Reimar Döffinger
On Tue, Mar 08, 2016 at 10:40:18PM +, Rostislav Pehlivanov wrote: > On 6 March 2016 at 16:29, Reimar Döffinger wrote: > > > Approximately 11% faster transcoding from mp3 with > > default settings. > > > > Signed-off-by: Reimar Döffinger > > > > Very nice, thanks. > LGTM, feel free to apply

Re: [FFmpeg-devel] [PATCH] aacenc: use generational cache instead of resetting.

2016-03-08 Thread Rostislav Pehlivanov
On 6 March 2016 at 16:29, Reimar Döffinger wrote: > Approximately 11% faster transcoding from mp3 with > default settings. > > Signed-off-by: Reimar Döffinger > Very nice, thanks. LGTM, feel free to apply whenever you can. Can confirm I get a speedup and the output is still bit-identical befor

[FFmpeg-devel] [PATCH] aacenc: use generational cache instead of resetting.

2016-03-06 Thread Reimar Döffinger
Approximately 11% faster transcoding from mp3 with default settings. Signed-off-by: Reimar Döffinger --- libavcodec/aacenc.c | 9 - libavcodec/aacenc.h | 5 +++-- libavcodec/aacenc_quantization_misc.h | 3 ++- 3 files changed, 9 insertions(+), 8 deleti