Re: [FFmpeg-devel] [PATCH] opusenc: use float_dsp for transient mdcts

2017-07-13 Thread Rostislav Pehlivanov
On 12 July 2017 at 04:51, Rostislav Pehlivanov wrote: > vector_fmul_reverse requires padding the window at the front > > Signed-off-by: Rostislav Pehlivanov > --- > libavcodec/opus_celt.h | 4 ++-- > libavcodec/opusenc.c | 8 +++- > libavcodec/opustab.c | 8 ++-- > libavcodec/opusta

[FFmpeg-devel] [PATCH] opusenc: use float_dsp for transient mdcts

2017-07-11 Thread Rostislav Pehlivanov
vector_fmul_reverse requires padding the window at the front Signed-off-by: Rostislav Pehlivanov --- libavcodec/opus_celt.h | 4 ++-- libavcodec/opusenc.c | 8 +++- libavcodec/opustab.c | 8 ++-- libavcodec/opustab.h | 3 +-- 4 files changed, 12 insertions(+), 11 deletions(-) diff