Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dblockd.c37 const int txs_high = tx_size_high_unit[tx_size]; in av1_set_contexts() local
52 const int left_contexts = AOMMIN(txs_high, blocks_high - loff); in av1_set_contexts()
54 memset(l + left_contexts, 0, sizeof(*l) * (txs_high - left_contexts)); in av1_set_contexts()
56 memset(l, has_eob, sizeof(*l) * txs_high); in av1_set_contexts()
73 const int txs_high = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in av1_reset_skip_context() local
75 memset(pd->left_context, 0, sizeof(ENTROPY_CONTEXT) * txs_high); in av1_reset_skip_context()