Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/
Drematrix.c502 s->mix_2_1_f = (mix_2_1_func_type*)sum2_s16; in swri_rematrix_init()
506 s->mix_2_1_f = (mix_2_1_func_type*)sum2_clip_s16; in swri_rematrix_init()
519 s->mix_2_1_f = (mix_2_1_func_type*)sum2_float; in swri_rematrix_init()
531 s->mix_2_1_f = (mix_2_1_func_type*)sum2_double; in swri_rematrix_init()
553 s->mix_2_1_f = (mix_2_1_func_type*)sum2_s32; in swri_rematrix_init()
625 …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()
627 …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()
Dswresample_internal.h186 mix_2_1_func_type *mix_2_1_f; member
Dswresample.c775 …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()
778 …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()