Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dblockd.h966 static INLINE int is_interintra_allowed_bsize(const BLOCK_SIZE bsize) { in is_interintra_allowed_bsize() function
979 return is_interintra_allowed_bsize(mbmi->sb_type) && in is_interintra_allowed()
988 is_interintra_allowed_bsize((BLOCK_SIZE)i)) { in is_interintra_allowed_bsize_group()
/external/libaom/libaom/av1/encoder/
Drdopt.c11814 if (!is_interintra_allowed_bsize(bsize)) return 1; in inter_mode_compatible_skip()