Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtx_search.c2536 const int sub_txb_width = tx_size_wide_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()
2545 for (int c = 0; c < txb_width; c += sub_txb_width, ++blk_idx) { in try_tx_block_split()