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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_variance.c 79 const int base_rdmult = vp9_compute_rd_mult(cpi, cm->base_qindex +
107 segment_rdmult = vp9_compute_rd_mult(cpi, cm->base_qindex + qindex_delta +
vp9_rd.h 124 int vp9_compute_rd_mult(const struct VP9_COMP *cpi, int qindex);
vp9_aq_cyclicrefresh.c 254 cr->rdmult = vp9_compute_rd_mult(cpi, qindex2);
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);
vp9_quantize.c 633 const int rdmult = vp9_compute_rd_mult(cpi, qindex + cm->y_dc_delta_q);
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_variance.c 79 const int base_rdmult = vp9_compute_rd_mult(cpi, cm->base_qindex +
106 segment_rdmult = vp9_compute_rd_mult(cpi, cm->base_qindex + qindex_delta +
vp9_rdopt.h 33 int vp9_compute_rd_mult(const VP9_COMP *cpi, int qindex);
vp9_aq_cyclicrefresh.c 254 cr->rdmult = vp9_compute_rd_mult(cpi, qindex2);
vp9_quantize.c 222 const int rdmult = vp9_compute_rd_mult(cpi, qindex + cm->y_dc_delta_q);
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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_variance.c 79 const int base_rdmult = vp9_compute_rd_mult(cpi, cm->base_qindex +
106 segment_rdmult = vp9_compute_rd_mult(cpi, cm->base_qindex + qindex_delta +
vp9_rdopt.h 33 int vp9_compute_rd_mult(const VP9_COMP *cpi, int qindex);
vp9_aq_cyclicrefresh.c 254 cr->rdmult = vp9_compute_rd_mult(cpi, qindex2);
vp9_quantize.c 222 const int rdmult = vp9_compute_rd_mult(cpi, qindex + cm->y_dc_delta_q);
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 178 milliseconds