Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c112 const int blocks_high = num_4x4_blocks_high_lookup[plane_bsize] + in vp9_set_contexts() local
115 if (left_contexts + loff > blocks_high) left_contexts = blocks_high - loff; in vp9_set_contexts()
/external/libaom/libaom/av1/common/
Dblockd.c52 const int blocks_high = max_block_high(xd, plane_bsize, plane); in av1_set_entropy_contexts() local
53 const int left_contexts = AOMMIN(txs_high, blocks_high - loff); in av1_set_entropy_contexts()