Searched refs:redundancy_idx (Results 1 – 2 of 2) sorted by relevance
113 if (s->redundancy_idx) { in opus_flush_resample()116 s->redundancy_output[i] + 120 + s->redundancy_idx, in opus_flush_resample()117 ff_celt_window2 + s->redundancy_idx, 120 - s->redundancy_idx); in opus_flush_resample()118 s->redundancy_idx = 0; in opus_flush_resample()296 if (s->redundancy_idx) { in opus_decode_frame()299 s->redundancy_output[i] + 120 + s->redundancy_idx, in opus_decode_frame()300 ff_celt_window2 + s->redundancy_idx, 120 - s->redundancy_idx); in opus_decode_frame()301 s->redundancy_idx = 0; in opus_decode_frame()316 s->redundancy_idx = 120 - delayed_samples; in opus_decode_frame()
143 int redundancy_idx; member