Searched refs:celt_output (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | opusdec.c | 106 av_audio_fifo_read(s->celt_delay, (void**)s->celt_output, nb_samples); in opus_flush_resample() 109 s->celt_output[i], 1.0, in opus_flush_resample() 246 out_tmp : s->celt_output; in opus_decode_frame() 252 av_audio_fifo_read(s->celt_delay, (void**)s->celt_output, delay_samples); in opus_decode_frame() 255 s->fdsp->vector_fmac_scalar(out_tmp[i], s->celt_output[i], 1.0, in opus_decode_frame() 281 void *delaybuf[2] = { s->celt_output[0] + celt_output_samples, in opus_decode_frame() 282 s->celt_output[1] + celt_output_samples }; in opus_decode_frame() 286 s->celt_output[i], 1.0, in opus_decode_frame() 653 s->celt_output[j] = s->celt_buf[j]; in opus_decode_init()
|
H A D | opus.h | 123 float *celt_output[2]; member
|
Completed in 2 milliseconds