Home | History | Annotate | Download | only in encoder

Lines Matching refs:source_encode_index

2240     cpi->source_encode_index = 0;
3406 num_frames_backward = cpi->last_alt_ref_sei - cpi->source_encode_index;
3495 , cpi->source_encode_index
4876 int which_buffer = cpi->source_encode_index - 1;
4948 s = &cpi->src_buffer[cpi->source_encode_index];
4961 cpi->last_alt_ref_sei = (cpi->source_encode_index + cpi->frames_till_gf_update_due) % cpi->oxcf.lag_in_frames;
5042 if (cpi->source_encode_index == cpi->last_alt_ref_sei)
5050 cpi->source_encode_index = (cpi->source_encode_index + 1) % cpi->oxcf.lag_in_frames;