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.c418 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()
Dswresample_internal.h182 mix_2_1_func_type *mix_2_1_f; member
Dswresample.c689 …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()