Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c7902 int64_t best_rd_cur = INT64_MAX; in build_and_cost_compound_type() local
7932 best_rd_cur = in build_and_cost_compound_type()
7935 best_rd_cur += RDCOST(x->rdmult, *rs2 + rate_mv, 0); in build_and_cost_compound_type()
7961 if (rd >= best_rd_cur) { in build_and_cost_compound_type()
7967 *comp_model_rd_cur = best_rd_cur; in build_and_cost_compound_type()
9926 int64_t best_rd_cur = INT64_MAX; in compound_type_rd() local
9988 best_rd_cur = RDCOST(x->rdmult, rs2 + *rate_mv + est_rd_stats.rate, in compound_type_rd()
10003 best_rd_cur = RDCOST(x->rdmult, rs2 + *rate_mv + est_rd_stats.rate, in compound_type_rd()
10039 best_rd_cur = in compound_type_rd()
10056 best_rd_cur = in compound_type_rd()
[all …]