Home
last modified time | relevance | path

Searched refs:mix_1_1_simd (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libswresample/x86/
Drematrix_init.c41 s->mix_1_1_simd = NULL; in D()
46 s->mix_1_1_simd = ff_mix_1_1_a_int16_mmx; in D()
50 s->mix_1_1_simd = ff_mix_1_1_a_int16_sse2; in D()
73 s->mix_1_1_simd = ff_mix_1_1_a_float_sse; in D()
77 s->mix_1_1_simd = ff_mix_1_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()
534 if(s->mix_1_1_simd && len1) in swri_rematrix()
535 …s->mix_1_1_simd(out->ch[out_i] , in->ch[in_i] , s->native_simd_matrix, in->ch_count*out_i + … in swri_rematrix()
Dswresample_internal.h180 mix_1_1_func_type *mix_1_1_simd; member