Searched refs:COMPOUND_DIFFWTD (Results 1 – 9 of 9) sorted by relevance
451 COMPOUND_DIFFWTD, enumerator
171 case COMPOUND_DIFFWTD: return comp_allowed; in is_interinter_compound_used()
273 case COMPOUND_DIFFWTD: return comp_data->seg_mask; in av1_get_compound_type_mask()619 if (!plane && comp_data->type == COMPOUND_DIFFWTD) { in av1_make_masked_inter_predictor()
152 return (type == COMPOUND_WEDGE || type == COMPOUND_DIFFWTD); in is_masked_compound_type()
556 if (!plane && comp_data->type == COMPOUND_DIFFWTD) { in build_wedge_inter_predictor_from_buf()
1170 mbmi->interinter_comp.type == COMPOUND_DIFFWTD); in pack_inter_mode_mvs()1183 assert(mbmi->interinter_comp.type == COMPOUND_DIFFWTD); in pack_inter_mode_mvs()
6620 case COMPOUND_DIFFWTD: return av1_cost_literal(1); in get_interinter_compound_mask_rate()7827 case COMPOUND_DIFFWTD: in pick_interinter_mask()8768 mbmi->interinter_comp.type == COMPOUND_DIFFWTD) { in interpolation_filter_search()10079 (compound_type == COMPOUND_DIFFWTD && in compound_type_rd()10232 (1 << COMPOUND_WEDGE) | (1 << COMPOUND_DIFFWTD); in handle_inter_mode()10235 (1 << COMPOUND_WEDGE) | (1 << COMPOUND_DIFFWTD)) - in handle_inter_mode()
1443 mbmi->interinter_comp.type = COMPOUND_DIFFWTD; in read_inter_block_mode_info()1451 assert(mbmi->interinter_comp.type == COMPOUND_DIFFWTD); in read_inter_block_mode_info()
234 ENUM(COMPOUND_DIFFWTD), LAST_ENUM };