Home
last modified time | relevance | path

Searched refs:cur_out (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dopusdec.c91 (uint8_t**)s->cur_out, nb_samples, in opus_flush_resample()
108 s->fdsp->vector_fmac_scalar(s->cur_out[i], in opus_flush_resample()
116 opus_fade(s->cur_out[i], s->cur_out[i], in opus_flush_resample()
122 s->cur_out[0] += nb_samples; in opus_flush_resample()
123 s->cur_out[1] += nb_samples; in opus_flush_resample()
203 (uint8_t**)s->cur_out, s->packet.frame_duration, in opus_decode_frame()
244 float *out_tmp[2] = { s->cur_out[0], s->cur_out[1] }; in opus_decode_frame()
299 opus_fade(s->cur_out[ in opus_decode_frame()
[all...]
H A Dopus.h129 float *cur_out[2]; member

Completed in 2 milliseconds