HomeSort by relevance Sort by last modified time
    Searched defs:vp9_compute_rd_mult (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.c 138 int vp9_compute_rd_mult(const VP9_COMP *cpi, int qindex) { function
260 rd->RDMULT = vp9_compute_rd_mult(cpi, cm->base_qindex + cm->y_dc_delta_q);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 221 int vp9_compute_rd_mult(const VP9_COMP *cpi, int qindex) { function
284 cpi->RDMULT = vp9_compute_rd_mult(cpi, cm->base_qindex + cm->y_dc_delta_q);
    [all...]

Completed in 718 milliseconds