Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c6613 case COMPOUND_AVERAGE: return 0; in get_interinter_compound_mask_rate()
8519 comp_rate[COMPOUND_AVERAGE] = st->rate[COMPOUND_AVERAGE]; in is_comp_rd_match()
8520 comp_dist[COMPOUND_AVERAGE] = st->dist[COMPOUND_AVERAGE]; in is_comp_rd_match()
8521 comp_model_rd[COMPOUND_AVERAGE] = st->comp_model_rd[COMPOUND_AVERAGE]; in is_comp_rd_match()
9877 best_compound_data.type = COMPOUND_AVERAGE; in compound_type_rd()
9905 const int try_average_comp = (mode_search_mask & (1 << COMPOUND_AVERAGE)); in compound_type_rd()
9912 comp_rate[COMPOUND_AVERAGE] == INT_MAX && in compound_type_rd()
9914 for (cur_type = COMPOUND_AVERAGE; cur_type < COMPOUND_TYPES; cur_type++) { in compound_type_rd()
9916 if (cur_type == COMPOUND_AVERAGE) restore_dst_buf(xd, *tmp_dst, 1); in compound_type_rd()
9922 if (cur_type == COMPOUND_AVERAGE && try_average_and_distwtd_comp) continue; in compound_type_rd()
[all …]
Dbitstream.c1154 assert(mbmi->interinter_comp.type == COMPOUND_AVERAGE); in pack_inter_mode_mvs()
Dencodeframe.c1502 mbmi->interinter_comp.type == COMPOUND_AVERAGE) in encode_b()
/external/libaom/libaom/av1/common/
Denums.h448 COMPOUND_AVERAGE, enumerator
Dreconinter.h169 case COMPOUND_AVERAGE: in is_interinter_compound_used()
Dreconinter.c798 mbmi->interinter_comp.type = COMPOUND_AVERAGE; in av1_modify_neighbor_predictor_for_obmc()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1405 mbmi->interinter_comp.type = COMPOUND_AVERAGE; in read_inter_block_mode_info()
1424 mbmi->compound_idx ? COMPOUND_AVERAGE : COMPOUND_DISTWTD; in read_inter_block_mode_info()
1428 mbmi->interinter_comp.type = COMPOUND_AVERAGE; in read_inter_block_mode_info()
/external/libaom/libaom/examples/
Dinspect.c232 const map_entry compound_type_map[] = { ENUM(COMPOUND_AVERAGE),