Searched refs:av1_compute_rd_mult (Results 1 – 6 of 6) sorted by relevance
390 int av1_compute_rd_mult(const struct AV1_COMP *cpi, int qindex);
495 cr->rdmult = av1_compute_rd_mult(cpi, qindex2); in av1_cyclic_refresh_setup()
365 int av1_compute_rd_mult(const AV1_COMP *cpi, int qindex) { in av1_compute_rd_mult() function577 rd->RDMULT = av1_compute_rd_mult(cpi, cm->base_qindex + cm->y_dc_delta_q); in av1_initialize_rd_consts()
431 rdmult = (int)av1_compute_rd_mult(cpi, tpl_frame->base_qindex); in mc_flow_dispenser()
689 const int rdmult = av1_compute_rd_mult(cpi, qindex + cm->y_dc_delta_q); in av1_init_plane_quantizers()
475 return av1_compute_rd_mult(cpi, segment_qindex + cm->y_dc_delta_q); in set_segment_rdmult()481 return av1_compute_rd_mult( in set_deltaq_rdmult()