Searched refs:cur_out (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | opusdec.c | 90 (uint8_t**)s->cur_out, nb_samples, in opus_flush_resample() 107 s->fdsp->vector_fmac_scalar(s->cur_out[i], in opus_flush_resample() 115 opus_fade(s->cur_out[i], s->cur_out[i], in opus_flush_resample() 121 s->cur_out[0] += nb_samples; in opus_flush_resample() 122 s->cur_out[1] += nb_samples; in opus_flush_resample() 202 (uint8_t**)s->cur_out, s->packet.frame_duration, in opus_decode_frame() 243 float *out_tmp[2] = { s->cur_out[0], s->cur_out[1] }; in opus_decode_frame() 298 opus_fade(s->cur_out[i], s->cur_out[i], in opus_decode_frame() 311 opus_fade(s->cur_out[i] + samples - 120 + delayed_samples, in opus_decode_frame() 312 s->cur_out[i] + samples - 120 + delayed_samples, in opus_decode_frame() [all …]
|
D | opus.h | 129 float *cur_out[2]; member
|