Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/
Drematrix.c390 s->mix_any_f = NULL; in swri_rematrix_init()
419 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_s16(s); in swri_rematrix_init()
423 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_clip_s16(s); in swri_rematrix_init()
436 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_float(s); in swri_rematrix_init()
448 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_double(s); in swri_rematrix_init()
470 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_s32(s); in swri_rematrix_init()
502 if(s->mix_any_f) { in swri_rematrix()
503 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