Searched refs:av1_compute_rd_mult_based_on_qindex (Results 1 – 3 of 3) sorted by relevance
388 int av1_compute_rd_mult_based_on_qindex(const struct AV1_COMP *cpi, int qindex);
350 int av1_compute_rd_mult_based_on_qindex(const AV1_COMP *cpi, int qindex) { in av1_compute_rd_mult_based_on_qindex() function366 int64_t rdmult = av1_compute_rd_mult_based_on_qindex(cpi, qindex); in av1_compute_rd_mult()
1296 rdmult = av1_compute_rd_mult_based_on_qindex(cpi, ARNR_FILT_QINDEX); in av1_temporal_filter()