Home | History | Annotate | Download | only in encoder

Lines Matching defs:last_q

1746         cpi->last_q[0] = cpi->oxcf.fixed_q;
1747 cpi->last_q[1] = cpi->oxcf.fixed_q;
2032 cpi->last_q[0] = cpi->oxcf.fixed_q;
2033 cpi->last_q[1] = cpi->oxcf.fixed_q;
4026 int last_q = Q;
4124 //Loop = ((Q != last_q) || (last_zbin_oq != cpi->zbin_over_quant)) ? TRUE : FALSE;
4125 Loop = ((Q != last_q)) ? TRUE : FALSE;
4298 cpi->last_q[cm->frame_type] = cm->base_qindex;