Searched refs:COMPOUND_WEDGE (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | enums.h | 450 COMPOUND_WEDGE, enumerator
|
D | reconinter.h | 172 case COMPOUND_WEDGE: in is_interinter_compound_used()
|
D | blockd.h | 152 return (type == COMPOUND_WEDGE || type == COMPOUND_DIFFWTD); in is_masked_compound_type()
|
D | reconinter.c | 270 case COMPOUND_WEDGE: in av1_get_compound_type_mask()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1437 if (is_interinter_compound_used(COMPOUND_WEDGE, bsize)) in read_inter_block_mode_info() 1439 COMPOUND_WEDGE + aom_read_symbol(r, in read_inter_block_mode_info() 1445 if (mbmi->interinter_comp.type == COMPOUND_WEDGE) { in read_inter_block_mode_info() 1446 assert(is_interinter_compound_used(COMPOUND_WEDGE, bsize)); in read_inter_block_mode_info()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 6614 case COMPOUND_WEDGE: in get_interinter_compound_mask_rate() 7715 assert(is_interinter_compound_used(COMPOUND_WEDGE, bsize)); in pick_interinter_wedge() 7825 case COMPOUND_WEDGE: in pick_interinter_mask() 7916 if (cpi->sf.prune_wedge_pred_diff_based && compound_type == COMPOUND_WEDGE) { in build_and_cost_compound_type() 7949 compound_type == COMPOUND_WEDGE && in build_and_cost_compound_type() 8531 memcpy(&comp_rate[COMPOUND_WEDGE], &st->rate[COMPOUND_WEDGE], in is_comp_rd_match() 8532 sizeof(comp_rate[COMPOUND_WEDGE]) * 2); in is_comp_rd_match() 8533 memcpy(&comp_dist[COMPOUND_WEDGE], &st->dist[COMPOUND_WEDGE], in is_comp_rd_match() 8534 sizeof(comp_dist[COMPOUND_WEDGE]) * 2); in is_comp_rd_match() 8535 memcpy(&comp_model_rd[COMPOUND_WEDGE], &st->comp_model_rd[COMPOUND_WEDGE], in is_comp_rd_match() [all …]
|
D | bitstream.c | 1169 assert(mbmi->interinter_comp.type == COMPOUND_WEDGE || in pack_inter_mode_mvs() 1172 if (is_interinter_compound_used(COMPOUND_WEDGE, bsize)) in pack_inter_mode_mvs() 1173 aom_write_symbol(w, mbmi->interinter_comp.type - COMPOUND_WEDGE, in pack_inter_mode_mvs() 1177 if (mbmi->interinter_comp.type == COMPOUND_WEDGE) { in pack_inter_mode_mvs() 1178 assert(is_interinter_compound_used(COMPOUND_WEDGE, bsize)); in pack_inter_mode_mvs()
|
D | encodeframe.c | 1298 if (is_interinter_compound_used(COMPOUND_WEDGE, bsize)) { in update_stats() 1301 COMPOUND_WEDGE]; in update_stats() 1305 mbmi->interinter_comp.type - COMPOUND_WEDGE, in update_stats() 1311 if (mbmi->interinter_comp.type == COMPOUND_WEDGE) { in update_stats() 1312 if (is_interinter_compound_used(COMPOUND_WEDGE, bsize)) { in update_stats()
|
/external/libaom/libaom/examples/ |
D | inspect.c | 233 ENUM(COMPOUND_WEDGE),
|