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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c199 int xmis, ymis, x, y, qindex2; local
253 qindex2 = clamp(cm->base_qindex + cm->y_dc_delta_q + qindex_delta, 0, MAXQ);
254 cr->rdmult = vp9_compute_rd_mult(cpi, qindex2);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c199 int xmis, ymis, x, y, qindex2; local
253 qindex2 = clamp(cm->base_qindex + cm->y_dc_delta_q + qindex_delta, 0, MAXQ);
254 cr->rdmult = vp9_compute_rd_mult(cpi, qindex2);

Completed in 86 milliseconds