Searched refs:MIX_FUNC_NAME (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavresample/ |
D | audio_mix.c | 99 #define MIX_FUNC_NAME(fmt, cfmt) mix_any_ ## fmt ##_## cfmt ##_c macro 102 static void MIX_FUNC_NAME(fmt, cfmt)(stype **samples, ctype **matrix, \ 297 0, 0, 1, 1, "C", MIX_FUNC_NAME(FLTP, FLT)); in mix_function_init() 300 0, 0, 1, 1, "C", MIX_FUNC_NAME(S16P, FLT)); in mix_function_init() 303 0, 0, 1, 1, "C", MIX_FUNC_NAME(S16P, Q15)); in mix_function_init() 306 0, 0, 1, 1, "C", MIX_FUNC_NAME(S16P, Q8)); in mix_function_init()
|