Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c456 int qindex2; in av1_cyclic_refresh_setup() local
493 qindex2 = clamp(cm->base_qindex + cm->y_dc_delta_q + qindex_delta, 0, MAXQ); in av1_cyclic_refresh_setup()
495 cr->rdmult = av1_compute_rd_mult(cpi, qindex2); in av1_cyclic_refresh_setup()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c603 int qindex2; in vp9_cyclic_refresh_setup() local
641 qindex2 = clamp(cm->base_qindex + cm->y_dc_delta_q + qindex_delta, 0, MAXQ); in vp9_cyclic_refresh_setup()
643 cr->rdmult = vp9_compute_rd_mult(cpi, qindex2); in vp9_cyclic_refresh_setup()