Searched refs:celt_decode_with_ec (Results 1 - 3 of 3) sorted by relevance

/external/libopus/celt/
H A Dcelt.h137 int celt_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec);
H A Dcelt_decoder.c655 int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec) function
1031 return celt_decode_with_ec(st, data, len, pcm, frame_size, NULL);
1048 ret=celt_decode_with_ec(st, data, len, out, frame_size, NULL);
1062 return celt_decode_with_ec(st, data, len, pcm, frame_size, NULL);
1078 ret=celt_decode_with_ec(st, data, len, out, frame_size, NULL);
/external/libopus/src/
H A Dopus_decoder.c464 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes,
479 celt_ret = celt_decode_with_ec(celt_dec, decode_fec ? NULL : data,
490 celt_decode_with_ec(celt_dec, silence, 2, pcm, F2_5, NULL);
517 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NULL);

Completed in 141 milliseconds