ffmpeg/libswresample/x86
Marcin Gorzel 8b710ea5e7 swresample: Use channel count in rematrix initialization
Rematrixing supports up to 64 channels. However, there is only a limited number of channel layouts defined. Since the in/out channel count is currently obtained from the channel layout, for undefined layouts (e.g. for 9, 10, 11 channels etc.) the rematrixing fails.

This patch changes rematrix init methods to use in (used) and out channel count directly instead of computing it from channel layout.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-07-26 02:42:42 +02:00
..
audio_convert_init.c x86: use the new helper macros where useful 2016-02-14 20:00:21 -03:00
audio_convert.asm x86/audio_convert: fix clobbering of xmm registers 2015-10-01 22:40:50 -03:00
Makefile build: Generalize yasm/nasm-related variable names 2017-06-21 17:00:29 -03:00
rematrix_init.c swresample: Use channel count in rematrix initialization 2018-07-26 02:42:42 +02:00
rematrix.asm swresample/x86: add missing colon to labels 2015-07-26 02:51:13 -03:00
resample_init.c swresample/x86/resample: extend resample_double to support avx and fma3 2017-03-19 12:24:41 +07:00
resample.asm swresample/x86/resample: extend resample_double to support avx and fma3 2017-03-19 12:24:41 +07:00
w64xmmtest.c