ffmpeg/libswresample/x86
Muhammad Faiz 06f94149c6 swresample/resample: optimize exact_rational=on:linear_interp=on case
separate dsp.resample to dsp.resample_common and dsp.resample_linear
and choose to call faster resample_common even when linear_interp=on
when c->frac and c->dst_incr_mod are both zero

speed up resampling when exact_rational and linear_interp are both
enabled because exact_rational force c->frac and c->dst_incr_mod to
be zero when soft compensation does not happen

benchmark on exact_rational=on:linear_interp=on
        old     new
real    8.432s  5.097s
user    7.679s  4.989s
sys     0.125s  0.107s

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2016-11-25 03:22:04 +07:00
..
Makefile x86/swr: split audioconvert and rematrix DSP into separate files 2014-07-04 02:00:11 +02:00
audio_convert.asm x86/audio_convert: fix clobbering of xmm registers 2015-10-01 22:40:50 -03:00
audio_convert_init.c x86: use the new helper macros where useful 2016-02-14 20:00:21 -03:00
rematrix.asm swresample/x86: add missing colon to labels 2015-07-26 02:51:13 -03:00
rematrix_init.c x86: check for AV_CPU_FLAG_AVXSLOW where useful 2015-06-01 00:15:35 +02:00
resample.asm swresample/x86: add support for exact_rational 2016-06-21 05:18:21 +07:00
resample_init.c swresample/resample: optimize exact_rational=on:linear_interp=on case 2016-11-25 03:22:04 +07:00
w64xmmtest.c swresample: Add arm&x86 clobber tests 2014-01-18 18:38:57 +01:00