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...] |