Searched refs:downmix_int (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/opus/src/src/ |
D | opus_private.h | 87 void downmix_int(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C);
|
D | opus_multistream_encoder.c | 915 pcm, frame_size, data, max_data_bytes, 16, downmix_int); in opus_multistream_encode() 956 pcm, frame_size, data, max_data_bytes, 16, downmix_int); in opus_multistream_encode()
|
D | opus_encoder.c | 802 void downmix_int(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C) in downmix_int() function 1991 … frame_size, data, out_data_bytes, 16, pcm, analysis_frame_size, 0, -2, st->channels, downmix_int); in opus_encode() 2016 … frame_size, data, max_data_bytes, 16, pcm, analysis_frame_size, 0, -2, st->channels, downmix_int); in opus_encode()
|