Home
last modified time | relevance | path

Searched refs:mix_any_f (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libswresample/
Drematrix.c400 s->mix_any_f = NULL; in swri_rematrix_init()
429 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_s16(s); in swri_rematrix_init()
433 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_clip_s16(s); in swri_rematrix_init()
446 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_float(s); in swri_rematrix_init()
458 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_double(s); in swri_rematrix_init()
480 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_s32(s); in swri_rematrix_init()
512 if(s->mix_any_f) { in swri_rematrix()
513 s->mix_any_f(out->ch, (const uint8_t **)in->ch, s->native_matrix, len); in swri_rematrix()
Dswresample_internal.h185 mix_any_func_type *mix_any_f; member