Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dtx_search.c2406 const int sub_txb_width = tx_size_wide_unit[sub_txs]; in try_tx_block_split() local
2408 const int sub_step = sub_txb_width * sub_txb_height; in try_tx_block_split()
2409 const int nblks = (txb_height / sub_txb_height) * (txb_width / sub_txb_width); in try_tx_block_split()
2418 for (int c = 0; c < txb_width; c += sub_txb_width, ++blk_idx) { in try_tx_block_split()