Home
last modified time | relevance | path

Searched refs:mix_2_1_simd (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libswresample/x86/
Drematrix_init.c42 s->mix_2_1_simd = NULL; in D()
47 s->mix_2_1_simd = ff_mix_2_1_a_int16_mmx; in D()
51 s->mix_2_1_simd = ff_mix_2_1_a_int16_sse2; in D()
74 s->mix_2_1_simd = ff_mix_2_1_a_float_sse; in D()
78 s->mix_2_1_simd = ff_mix_2_1_a_float_avx; in D()
/third_party/ffmpeg/libswresample/
Drematrix.c517 if(s->mix_2_1_simd || s->mix_1_1_simd){ in swri_rematrix()
547 if(s->mix_2_1_simd && len1) in swri_rematrix()
548 …s->mix_2_1_simd(out->ch[out_i] , in->ch[in_i1] , in->ch[in_i2] , s->native_simd_matrix, i… in swri_rematrix()
Dswresample_internal.h183 mix_2_1_func_type *mix_2_1_simd; member
Dswresample.c680 if (s->mix_2_1_simd) { in swr_convert_internal()
686 …s->mix_2_1_simd(conv_src->ch[ch], preout->ch[ch], s->dither.noise.ch[ch] + s->dither.noise.bps * s… in swr_convert_internal()