Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dblock.h438 static INLINE int is_rect_tx_allowed_bsize(BLOCK_SIZE bsize) { in is_rect_tx_allowed_bsize() function
469 return is_rect_tx_allowed_bsize(mbmi->sb_type) && in is_rect_tx_allowed()
Drdopt.c3602 assert(IMPLIES(is_rect_tx(tx_size), is_rect_tx_allowed_bsize(bs))); in txfm_yrd()