Home
last modified time | relevance | path

Searched refs:is_interintra_mode (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/
Dblockd.h961 static INLINE int is_interintra_mode(const MB_MODE_INFO *mbmi) { in is_interintra_mode() function
/external/libaom/libaom/av1/encoder/
Drdopt.c7331 assert(has_second_ref(mbmi) || (ref_idx == 0 && is_interintra_mode(mbmi))); in compound_single_motion_search()
9403 const int is_interintra_mode = mode_index > (int)last_motion_mode_allowed; in motion_mode_rd() local
9407 if (is_interintra_mode) { in motion_mode_rd()
9426 if (mbmi->motion_mode == SIMPLE_TRANSLATION && !is_interintra_mode) { in motion_mode_rd()
9538 } else if (is_interintra_mode) { in motion_mode_rd()