Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dblock.h473 static INLINE int tx_size_to_depth(TX_SIZE tx_size, BLOCK_SIZE bsize) { in tx_size_to_depth() function
Dbitstream.c203 const int depth = tx_size_to_depth(tx_size, bsize); in write_selected_tx_size()
Dencodeframe.c6059 const int depth = tx_size_to_depth(mbmi->tx_size, bsize); in encode_superblock()
Drdopt.c3578 const int depth = tx_size_to_depth(tx_size, bsize); in tx_size_cost()