Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dblockd.h885 static INLINE int bsize_to_max_depth(BLOCK_SIZE bsize) { in bsize_to_max_depth() function
/external/libaom/libaom/av1/encoder/
Dbitstream.c204 const int max_depths = bsize_to_max_depth(bsize); in write_selected_tx_size()
Dencodeframe.c6060 const int max_depths = bsize_to_max_depth(bsize); in encode_superblock()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1352 const int max_depths = bsize_to_max_depth(bsize); in read_selected_tx_size()