Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dblockd.h660 static INLINE int is_rect_tx(TX_SIZE tx_size) { return tx_size >= TX_SIZES; } in is_rect_tx() function
/external/libaom/libaom/av1/encoder/
Dbitstream.c209 assert(IMPLIES(is_rect_tx(tx_size), is_rect_tx_allowed(xd, mbmi))); in write_selected_tx_size()
Dencodeframe.c6070 assert(IMPLIES(is_rect_tx(mbmi->tx_size), is_rect_tx_allowed(xd, mbmi))); in encode_superblock()
Drdopt.c3602 assert(IMPLIES(is_rect_tx(tx_size), is_rect_tx_allowed_bsize(bs))); in txfm_yrd()