Home
last modified time | relevance | path

Searched refs:vp9_compute_rd_mult (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_variance.c79 const int base_rdmult = vp9_compute_rd_mult(cpi, cm->base_qindex + in vp9_vaq_frame_setup()
106 segment_rdmult = vp9_compute_rd_mult(cpi, cm->base_qindex + qindex_delta + in vp9_vaq_frame_setup()
Dvp9_rdopt.h33 int vp9_compute_rd_mult(const VP9_COMP *cpi, int qindex);
Dvp9_aq_cyclicrefresh.c254 cr->rdmult = vp9_compute_rd_mult(cpi, qindex2); in vp9_cyclic_refresh_setup()
Dvp9_quantize.c222 const int rdmult = vp9_compute_rd_mult(cpi, qindex + cm->y_dc_delta_q); in vp9_init_plane_quantizers()
Dvp9_rdopt.c221 int vp9_compute_rd_mult(const VP9_COMP *cpi, int qindex) { in vp9_compute_rd_mult() function
284 cpi->RDMULT = vp9_compute_rd_mult(cpi, cm->base_qindex + cm->y_dc_delta_q); in vp9_initialize_rd_consts()