Searched refs:mix_2_1_f (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libswresample/ |
D | rematrix.c | 418 s->mix_2_1_f = (mix_2_1_func_type*)sum2_s16; in swri_rematrix_init() 422 s->mix_2_1_f = (mix_2_1_func_type*)sum2_clip_s16; in swri_rematrix_init() 435 s->mix_2_1_f = (mix_2_1_func_type*)sum2_float; in swri_rematrix_init() 447 s->mix_2_1_f = (mix_2_1_func_type*)sum2_double; in swri_rematrix_init() 469 s->mix_2_1_f = (mix_2_1_func_type*)sum2_s32; in swri_rematrix_init() 540 …s->mix_2_1_f (out->ch[out_i] , in->ch[in_i1] , in->ch[in_i2] , s->native_matrix, in->ch… in swri_rematrix() 542 …s->mix_2_1_f (out->ch[out_i]+off, in->ch[in_i1]+off, in->ch[in_i2]+off, s->native_matrix, in->ch… in swri_rematrix()
|
D | swresample_internal.h | 182 mix_2_1_func_type *mix_2_1_f; member
|
D | swresample.c | 689 …s->mix_2_1_f(conv_src->ch[ch] + off, preout->ch[ch] + off, s->dither.noise.ch[ch] + s->dither.nois… in swr_convert_internal() 692 …s->mix_2_1_f(conv_src->ch[ch], preout->ch[ch], s->dither.noise.ch[ch] + s->dither.noise.bps * s->d… in swr_convert_internal()
|