Home
last modified time | relevance | path

Searched refs:celt_decode_with_ec (Results 1 – 4 of 4) sorted by relevance

/external/libopus/
Dlibopus_blocklist.txt3 fun:celt_decode_with_ec
/external/libopus/celt/
Dcelt.h163 int celt_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data,
Dcelt_decoder.c1371 int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, function
1386 return celt_decode_with_ec(st, data, len, pcm, frame_size, NULL, 0);
1403 ret=celt_decode_with_ec(st, data, len, out, frame_size, NULL, 0);
1417 return celt_decode_with_ec(st, data, len, pcm, frame_size, NULL, 0);
1433 ret=celt_decode_with_ec(st, data, len, out, frame_size, NULL, 0);
/external/libopus/src/
Dopus_decoder.c540 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, in opus_decode_frame()
573 celt_decode_with_ec(celt_dec, silence, 2, pcm, F2_5, NULL, celt_accum); in opus_decode_frame()
600 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NULL, 0); in opus_decode_frame()