Searched refs:downmix_float (Results 1 – 4 of 4) sorted by relevance
/external/libopus/src/ |
D | opus_projection_encoder.c | 361 max_data_bytes, 16, downmix_float, 1, get_mixing_matrix(st)); in opus_projection_encode_float() 370 max_data_bytes, 24, downmix_float, 1, get_mixing_matrix(st)); in opus_projection_encode_float()
|
D | opus_private.h | 136 void downmix_float(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C…
|
D | opus_multistream_encoder.c | 1084 pcm, frame_size, data, max_data_bytes, 16, downmix_float, 1, NULL); in opus_multistream_encode_float() 1100 pcm, frame_size, data, max_data_bytes, 24, downmix_float, 1, NULL); in opus_multistream_encode_float()
|
D | opus_encoder.c | 564 void downmix_float(const void *_x, opus_val32 *y, int subframe, int offset, int c1, int c2, int C) in downmix_float() function 2206 pcm, analysis_frame_size, 0, -2, st->channels, downmix_float, 1); in opus_encode_float() 2251 pcm, analysis_frame_size, 0, -2, st->channels, downmix_float, 1); in opus_encode_float()
|