Searched refs:mix_any_func_type (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Drematrix_template.c47 typedef void (RENAME(mix_any_func_type))(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer len);
85 static RENAME(mix_any_func_type) *RENAME(get_mix_any_func)(SwrContext *s){
H A Dswresample_internal.h41 typedef void (mix_any_func_type)(uint8_t **out, const uint8_t **in1, void *coeffp, integer len); typedef
148 mix_any_func_type *mix_any_f;
H A Drematrix.c369 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_s16(s);
379 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_float(s);
389 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_double(s);
400 s->mix_any_f = (mix_any_func_type*)get_mix_any_func_s32(s);

Completed in 182 milliseconds