Searched refs:downmix_to_mono_i16_from_stereo_i16 (Results 1 – 3 of 3) sorted by relevance
484 void downmix_to_mono_i16_from_stereo_i16(int16_t *dst, const int16_t *src, size_t count);
326 void downmix_to_mono_i16_from_stereo_i16(int16_t *dst, const int16_t *src, size_t count) in downmix_to_mono_i16_from_stereo_i16() function
687 downmix_to_mono_i16_from_stereo_i16(i16ary.data(), i16ary.data(), size); in TEST()