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 108 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.c 2326 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
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 409 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes,
424 celt_ret = celt_decode_with_ec(celt_dec, decode_fec ? NULL : data,
435 celt_decode_with_ec(celt_dec, silence, 2, pcm, F2_5, NULL);
462 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NULL);

Completed in 218 milliseconds