Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dblockd.h1059 const MOTION_MODE last_motion_mode_allowed = in assert_motion_mode_valid() local
1063 if (last_motion_mode_allowed < mode) in assert_motion_mode_valid()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c213 const MOTION_MODE last_motion_mode_allowed = in read_motion_mode() local
217 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()
/external/libaom/libaom/av1/encoder/
Dbitstream.c269 MOTION_MODE last_motion_mode_allowed = in write_motion_mode() local
274 assert(mbmi->motion_mode <= last_motion_mode_allowed); in write_motion_mode()
275 switch (last_motion_mode_allowed) { in write_motion_mode()
Drdopt.c9370 MOTION_MODE last_motion_mode_allowed = SIMPLE_TRANSLATION; in motion_mode_rd() local
9372 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()