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

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_decoder.c653 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);

Completed in 2086 milliseconds