Searched refs:mix_1_1_f (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Drematrix.c367 s->mix_1_1_f = (mix_1_1_func_type*)copy_s16;
377 s->mix_1_1_f = (mix_1_1_func_type*)copy_float;
387 s->mix_1_1_f = (mix_1_1_func_type*)copy_double;
398 s->mix_1_1_f = (mix_1_1_func_type*)copy_s32;
456 s->mix_1_1_f (out->ch[out_i]+off, in->ch[in_i]+off, s->native_matrix, in->ch_count*out_i + in_i, len-len1);
H A Dswresample_internal.h142 mix_1_1_func_type *mix_1_1_f; member in struct:SwrContext

Completed in 108 milliseconds