Searched refs:celt_decode_with_ec (Results 1 – 4 of 4) sorted by relevance
/external/libopus/ |
D | libopus_blocklist.txt | 3 fun:celt_decode_with_ec
|
/external/libopus/src/ |
D | opus_decoder.c | 509 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, in opus_decode_frame() 524 celt_ret = celt_decode_with_ec(celt_dec, decode_fec ? NULL : data, in opus_decode_frame() 538 celt_decode_with_ec(celt_dec, silence, 2, pcm, F2_5, NULL, celt_accum); in opus_decode_frame() 565 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NULL, 0); in opus_decode_frame()
|
/external/libopus/celt/ |
D | celt_decoder.c | 820 int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, function 1190 return celt_decode_with_ec(st, data, len, pcm, frame_size, NULL, 0); 1207 ret=celt_decode_with_ec(st, data, len, out, frame_size, NULL, 0); 1221 return celt_decode_with_ec(st, data, len, pcm, frame_size, NULL, 0); 1237 ret=celt_decode_with_ec(st, data, len, out, frame_size, NULL, 0);
|
D | celt.h | 152 int celt_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data,
|