Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dblock.h197 int64_t comp_model_rd[COMPOUND_TYPES]; member
Drdopt.c7897 int64_t *const comp_model_rd, const int64_t comp_best_model_rd, in build_and_cost_compound_type() argument
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()
8501 int64_t *comp_model_rd) { in is_comp_rd_match() argument
8521 comp_model_rd[COMPOUND_AVERAGE] = st->comp_model_rd[COMPOUND_AVERAGE]; in is_comp_rd_match()
8524 comp_model_rd[COMPOUND_DISTWTD] = st->comp_model_rd[COMPOUND_DISTWTD]; in is_comp_rd_match()
8535 memcpy(&comp_model_rd[COMPOUND_WEDGE], &st->comp_model_rd[COMPOUND_WEDGE], in is_comp_rd_match()
8536 sizeof(comp_model_rd[COMPOUND_WEDGE]) * 2); in is_comp_rd_match()
8560 int64_t *comp_model_rd) { in find_comp_rd_in_stats() argument
8563 comp_dist, comp_model_rd)) { in find_comp_rd_in_stats()
[all …]