Searched refs:COMP_INTER_MODE_START (Results 1 – 3 of 3) sorted by relevance
402 COMP_INTER_MODE_START = NEAREST_NEARESTMV, enumerator404 COMP_INTER_MODE_NUM = COMP_INTER_MODE_END - COMP_INTER_MODE_START,
72 return mode >= COMP_INTER_MODE_START && mode < COMP_INTER_MODE_END; in is_inter_compound_mode()
661 if (this_mode >= COMP_INTER_MODE_START && this_mode < COMP_INTER_MODE_END) { in get_prediction_mode_idx()665 return comp_inter_to_mode_idx[this_mode - COMP_INTER_MODE_START][ref_frame] in get_prediction_mode_idx()