Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Denums.h449 COMPOUND_DISTWTD, enumerator
Dreconinter.h170 case COMPOUND_DISTWTD: in is_interinter_compound_used()
/external/libaom/libaom/av1/encoder/
Drdopt.c8522 comp_rate[COMPOUND_DISTWTD] = st->rate[COMPOUND_DISTWTD]; in is_comp_rd_match()
8523 comp_dist[COMPOUND_DISTWTD] = st->dist[COMPOUND_DISTWTD]; in is_comp_rd_match()
8524 comp_model_rd[COMPOUND_DISTWTD] = st->comp_model_rd[COMPOUND_DISTWTD]; in is_comp_rd_match()
9907 ((mode_search_mask & (1 << COMPOUND_DISTWTD)) && in compound_type_rd()
9913 comp_rate[COMPOUND_DISTWTD] == INT_MAX; in compound_type_rd()
9921 if (cur_type == COMPOUND_DISTWTD && !try_distwtd_comp) continue; in compound_type_rd()
9930 if (cur_type == COMPOUND_DISTWTD && try_average_and_distwtd_comp) { in compound_type_rd()
9959 mbmi->interinter_comp.type = COMPOUND_DISTWTD; in compound_type_rd()
9962 masked_type_cost[COMPOUND_DISTWTD] += in compound_type_rd()
9965 masked_type_cost[COMPOUND_DISTWTD] += in compound_type_rd()
[all …]
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1424 mbmi->compound_idx ? COMPOUND_AVERAGE : COMPOUND_DISTWTD; in read_inter_block_mode_info()