HomeSort by relevance Sort by last modified time
    Searched full:qindex2 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 199 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/
vp9_aq_cyclicrefresh.c 199 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 199 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 1695 milliseconds