Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtx_search.c2537 const int sub_txb_height = tx_size_high_unit[sub_txs]; in try_tx_block_split() local
2538 const int sub_step = sub_txb_width * sub_txb_height; in try_tx_block_split()
2539 const int nblks = (txb_height / sub_txb_height) * (txb_width / sub_txb_width); in try_tx_block_split()
2544 for (int r = 0, blk_idx = 0; r < txb_height; r += sub_txb_height) { in try_tx_block_split()