Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c9983 RD_STATS est_rd_stats; in compound_type_rd() local
9985 estimate_yrd_for_sb(cpi, bsize, x, ref_best_rd, &est_rd_stats); in compound_type_rd()
9988 best_rd_cur = RDCOST(x->rdmult, rs2 + *rate_mv + est_rd_stats.rate, in compound_type_rd()
9989 est_rd_stats.dist); in compound_type_rd()
9991 comp_rate[COMPOUND_AVERAGE] = est_rd_stats.rate; in compound_type_rd()
9992 comp_dist[COMPOUND_AVERAGE] = est_rd_stats.dist; in compound_type_rd()
9998 RD_STATS est_rd_stats; in compound_type_rd() local
10000 estimate_yrd_for_sb(cpi, bsize, x, ref_best_rd, &est_rd_stats); in compound_type_rd()
10003 best_rd_cur = RDCOST(x->rdmult, rs2 + *rate_mv + est_rd_stats.rate, in compound_type_rd()
10004 est_rd_stats.dist); in compound_type_rd()
[all …]