Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c7898 int64_t *const comp_model_rd_cur) { in build_and_cost_compound_type() argument
7927 *comp_model_rd_cur = INT64_MAX; in build_and_cost_compound_type()
7942 *comp_model_rd_cur = INT64_MAX; in build_and_cost_compound_type()
7960 *comp_model_rd_cur = rd; in build_and_cost_compound_type()
7967 *comp_model_rd_cur = best_rd_cur; in build_and_cost_compound_type()
7976 *comp_model_rd_cur = in build_and_cost_compound_type()
7983 (*comp_model_rd_cur > comp_best_model_rd) && in build_and_cost_compound_type()
7985 *comp_model_rd_cur = INT64_MAX; in build_and_cost_compound_type()
7995 comp_model_rd[compound_type] = *comp_model_rd_cur; in build_and_cost_compound_type()
8009 *comp_model_rd_cur = comp_model_rd[compound_type]; in build_and_cost_compound_type()
[all …]