Searched refs:is_rect_tx_allowed_bsize (Results 1 – 2 of 2) sorted by relevance
438 static INLINE int is_rect_tx_allowed_bsize(BLOCK_SIZE bsize) { in is_rect_tx_allowed_bsize() function469 return is_rect_tx_allowed_bsize(mbmi->sb_type) && in is_rect_tx_allowed()
3602 assert(IMPLIES(is_rect_tx(tx_size), is_rect_tx_allowed_bsize(bs))); in txfm_yrd()