Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c9876 INTERINTER_COMPOUND_DATA best_compound_data; in compound_type_rd() local
9877 best_compound_data.type = COMPOUND_AVERAGE; in compound_type_rd()
10093 best_compound_data = mbmi->interinter_comp; in compound_type_rd()
10113 if (mbmi->interinter_comp.type != best_compound_data.type) { in compound_type_rd()
10114 mbmi->comp_group_idx = (best_compound_data.type < COMPOUND_WEDGE) ? 0 : 1; in compound_type_rd()
10115 mbmi->compound_idx = !(best_compound_data.type == COMPOUND_DISTWTD); in compound_type_rd()
10116 mbmi->interinter_comp = best_compound_data; in compound_type_rd()