Home | History | Annotate | Download | only in encoder

Lines Matching full:which_buffer

4721         int which_buffer =  cpi->source_encode_index - 1;
4724 if (which_buffer == -1)
4725 which_buffer = cpi->oxcf.lag_in_frames - 1;
4728 which_buffer = cpi->source_buffer_count;
4730 s = &cpi->src_buffer[which_buffer];