Home
last modified time | relevance | path

Searched refs:redundancy_idx (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopusdec.c114 if (s->redundancy_idx) { in opus_flush_resample()
117 s->redundancy_output[i] + 120 + s->redundancy_idx, in opus_flush_resample()
118 ff_celt_window2 + s->redundancy_idx, 120 - s->redundancy_idx); in opus_flush_resample()
119 s->redundancy_idx = 0; in opus_flush_resample()
297 if (s->redundancy_idx) { in opus_decode_frame()
300 s->redundancy_output[i] + 120 + s->redundancy_idx, in opus_decode_frame()
301 ff_celt_window2 + s->redundancy_idx, 120 - s->redundancy_idx); in opus_decode_frame()
302 s->redundancy_idx = 0; in opus_decode_frame()
317 s->redundancy_idx = 120 - delayed_samples; in opus_decode_frame()
Dopus.h143 int redundancy_idx; member