Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_rd.h156 int vp9_compute_rd_mult(const struct VP9_COMP *cpi, int qindex);
H A Dvp9_rd.c294 int vp9_compute_rd_mult(const VP9_COMP *cpi, int qindex) { in vp9_compute_rd_mult() function
406 rd->RDMULT = vp9_compute_rd_mult(cpi, cm->base_qindex + cm->y_dc_delta_q); in vp9_initialize_rd_consts()
H A Dvp9_quantize.c253 const int rdmult = vp9_compute_rd_mult(cpi, qindex + cm->y_dc_delta_q); in vp9_init_plane_quantizers()
H A Dvp9_aq_cyclicrefresh.c663 cr->rdmult = vp9_compute_rd_mult(cpi, qindex2); in vp9_cyclic_refresh_setup()
H A Dvp9_encodeframe.c1967 x->rdmult = vp9_compute_rd_mult(cpi, cm->base_qindex + cm->y_dc_delta_q); in set_segment_rdmult()
4578 x->cb_rdmult = vp9_compute_rd_mult( in encode_rd_sb_row()