Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Denums.h451 COMPOUND_DIFFWTD, enumerator
Dreconinter.h171 case COMPOUND_DIFFWTD: return comp_allowed; in is_interinter_compound_used()
Dreconinter.c273 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()
Dblockd.h152 return (type == COMPOUND_WEDGE || type == COMPOUND_DIFFWTD); in is_masked_compound_type()
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c556 if (!plane && comp_data->type == COMPOUND_DIFFWTD) { in build_wedge_inter_predictor_from_buf()
Dbitstream.c1170 mbmi->interinter_comp.type == COMPOUND_DIFFWTD); in pack_inter_mode_mvs()
1183 assert(mbmi->interinter_comp.type == COMPOUND_DIFFWTD); in pack_inter_mode_mvs()
Drdopt.c6620 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()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1443 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()
/external/libaom/libaom/examples/
Dinspect.c234 ENUM(COMPOUND_DIFFWTD), LAST_ENUM };