Searched refs:last_motion_mode_allowed (Results 1 – 4 of 4) sorted by relevance
1059 const MOTION_MODE last_motion_mode_allowed = in assert_motion_mode_valid() local1063 if (last_motion_mode_allowed < mode) in assert_motion_mode_valid()
213 const MOTION_MODE last_motion_mode_allowed = in read_motion_mode() local217 if (last_motion_mode_allowed == SIMPLE_TRANSLATION) return SIMPLE_TRANSLATION; in read_motion_mode()219 if (last_motion_mode_allowed == OBMC_CAUSAL) { in read_motion_mode()
269 MOTION_MODE last_motion_mode_allowed = in write_motion_mode() local274 assert(mbmi->motion_mode <= last_motion_mode_allowed); in write_motion_mode()275 switch (last_motion_mode_allowed) { in write_motion_mode()
9370 MOTION_MODE last_motion_mode_allowed = SIMPLE_TRANSLATION; in motion_mode_rd() local9372 last_motion_mode_allowed = motion_mode_allowed(xd->global_motion, xd, mbmi, in motion_mode_rd()9375 if (last_motion_mode_allowed == WARPED_CAUSAL) { in motion_mode_rd()9380 last_motion_mode_allowed = OBMC_CAUSAL; in motion_mode_rd()9396 mode_index <= (int)last_motion_mode_allowed + interintra_allowed; in motion_mode_rd()9403 const int is_interintra_mode = mode_index > (int)last_motion_mode_allowed; in motion_mode_rd()9570 if ((last_motion_mode_allowed > SIMPLE_TRANSLATION) && in motion_mode_rd()9572 if (last_motion_mode_allowed == WARPED_CAUSAL) { in motion_mode_rd()