Searched refs:mix_1_1_simd (Results 1 – 3 of 3) sorted by relevance
41 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()
517 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()
180 mix_1_1_func_type *mix_1_1_simd; member