Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c7897 int64_t *const comp_model_rd, const int64_t comp_best_model_rd, in build_and_cost_compound_type() argument
7983 (*comp_model_rd_cur > comp_best_model_rd) && in build_and_cost_compound_type()
7984 comp_best_model_rd != INT64_MAX) { in build_and_cost_compound_type()
9900 int64_t comp_best_model_rd = INT64_MAX; in compound_type_rd() local
10086 comp_model_rd, comp_best_model_rd, &comp_model_rd_cur); in compound_type_rd()
10092 comp_best_model_rd = comp_model_rd_cur; in compound_type_rd()