Searched refs:downmix_float (Results 1 – 3 of 3) sorted by relevance
/external/libopus/src/ |
D | opus_private.h | 88 void downmix_float(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C…
|
D | opus_encoder.c | 738 void downmix_float(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C) in downmix_float() function 1994 delay_compensation, downmix_float, st->analysis.subframe_mem); in opus_encode_float() 2001 pcm, analysis_frame_size, 0, -2, st->channels, downmix_float, 1); in opus_encode_float() 2065 delay_compensation, downmix_float, st->analysis.subframe_mem); in opus_encode_float() 2067 pcm, analysis_frame_size, 0, -2, st->channels, downmix_float, 1); in opus_encode_float()
|
D | opus_multistream_encoder.c | 1115 pcm, frame_size, data, max_data_bytes, 16, downmix_float, 1); in opus_multistream_encode_float() 1131 pcm, frame_size, data, max_data_bytes, 24, downmix_float, 1); in opus_multistream_encode_float()
|