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

  /external/chromium_org/third_party/opus/src/celt/
celt.h 137 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 655 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/libopus/celt/
celt.h 137 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 655 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 464 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);
  /external/libopus/src/
opus_decoder.c 464 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 110 milliseconds