Home
last modified time | relevance | path

Searched refs:COMP_INTER_MODE_START (Results 1 – 4 of 4) sorted by relevance

/external/libaom/av1/common/
Denums.h360 COMP_INTER_MODE_START = NEAREST_NEARESTMV, enumerator
362 COMP_INTER_MODE_NUM = COMP_INTER_MODE_END - COMP_INTER_MODE_START,
Dblockd.h82 return mode >= COMP_INTER_MODE_START && mode < COMP_INTER_MODE_END; in is_inter_compound_mode()
/external/libaom/av1/encoder/
Drdopt_utils.h286 if (this_mode >= COMP_INTER_MODE_START && this_mode < COMP_INTER_MODE_END && in get_prediction_mode_idx()
291 return comp_inter_to_mode_idx[this_mode - COMP_INTER_MODE_START][ref_frame] in get_prediction_mode_idx()
Drdopt.c4240 for (int i = COMP_INTER_MODE_START; i < COMP_INTER_MODE_END; ++i) { in init_inter_mode_search_state()