HomeSort by relevance Sort by last modified time
    Searched refs:celt_decode_with_ec (Results 1 - 3 of 3) sorted by null

  /external/libopus/celt/
celt.h 137 int celt_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data,
celt_decoder.c 712 int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, function
    [all...]
  /external/libopus/src/
opus_decoder.c 475 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes,
490 celt_ret = celt_decode_with_ec(celt_dec, decode_fec ? NULL : data,
504 celt_decode_with_ec(celt_dec, silence, 2, pcm, F2_5, NULL, celt_accum);
531 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NULL, 0);

Completed in 662 milliseconds