Searched refs:COMP_INTER_MODE_END (Results 1 – 3 of 3) sorted by relevance
420 COMP_INTER_MODE_END = MB_MODE_COUNT, enumerator421 COMP_INTER_MODE_NUM = COMP_INTER_MODE_END - COMP_INTER_MODE_START,
74 return mode >= COMP_INTER_MODE_START && mode < COMP_INTER_MODE_END; in is_inter_compound_mode()
269 if (this_mode >= COMP_INTER_MODE_START && this_mode < COMP_INTER_MODE_END) { in get_prediction_mode_idx()