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

  /external/chromium_org/third_party/opus/src/celt/
celt.h 132 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);
celt_decoder.c 653 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);
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 444 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes,
459 celt_ret = celt_decode_with_ec(celt_dec, decode_fec ? NULL : data,
470 celt_decode_with_ec(celt_dec, silence, 2, pcm, F2_5, NULL);
497 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NULL);

Completed in 376 milliseconds