Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c7896 int *calc_pred_masked_compound, int32_t *comp_rate, int64_t *comp_dist, in build_and_cost_compound_type() argument
7947 if (comp_rate[compound_type] == INT_MAX) { in build_and_cost_compound_type()
7993 comp_rate[compound_type] = rd_stats.rate; in build_and_cost_compound_type()
8007 rd = RDCOST(x->rdmult, *rs2 + *out_rate_mv + comp_rate[compound_type], in build_and_cost_compound_type()
8500 int32_t *comp_rate, int64_t *comp_dist, in is_comp_rd_match() argument
8519 comp_rate[COMPOUND_AVERAGE] = st->rate[COMPOUND_AVERAGE]; in is_comp_rd_match()
8522 comp_rate[COMPOUND_DISTWTD] = st->rate[COMPOUND_DISTWTD]; in is_comp_rd_match()
8531 memcpy(&comp_rate[COMPOUND_WEDGE], &st->rate[COMPOUND_WEDGE], in is_comp_rd_match()
8532 sizeof(comp_rate[COMPOUND_WEDGE]) * 2); in is_comp_rd_match()
8559 int32_t *comp_rate, int64_t *comp_dist, in find_comp_rd_in_stats() argument
[all …]