Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Denums.h589 COMPOUND_SEG, enumerator
H A Dblockd.h267 return (type == COMPOUND_WEDGE || type == COMPOUND_SEG); in is_masked_compound_type()
271 return (type == COMPOUND_SEG); in is_masked_compound_type()
H A Dreconinter.c475 case COMPOUND_SEG: in av1_get_compound_type_mask_inverse()
493 case COMPOUND_SEG: return comp_data->seg_mask; in av1_get_compound_type_mask()
854 case COMPOUND_SEG: in build_masked_compound_wedge_extend()
882 case COMPOUND_SEG: in build_masked_compound_wedge_extend_highbd()
1025 if (!plane && comp_data.interinter_compound_type == COMPOUND_SEG) { in av1_make_masked_inter_predictor()
3333 if (!plane && comp_data.interinter_compound_type == COMPOUND_SEG) { in build_wedge_inter_predictor_from_buf()
H A Dreconinter.h230 case COMPOUND_SEG: in is_interinter_compound_used()
H A Dentropymode.c1749 -COMPOUND_AVERAGE, 2, -COMPOUND_WEDGE, -COMPOUND_SEG
1757 -COMPOUND_AVERAGE, -COMPOUND_SEG
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/decoder/
H A Ddecodemv.c2858 aom_read_bit(r, ACCT_STR) ? COMPOUND_AVERAGE : COMPOUND_SEG;
2872 if (mbmi->interinter_compound_type == COMPOUND_SEG) {
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Drdopt.c6493 case COMPOUND_SEG: return 1; in get_interinter_compound_type_bits()
8339 case COMPOUND_SEG: return pick_interinter_seg(cpi, x, bsize, p0, p1);
9530 case COMPOUND_SEG:
H A Dbitstream.c2098 if (mbmi->interinter_compound_type == COMPOUND_SEG) {