Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c97 const int blocks_wide = num_4x4_blocks_wide_lookup[plane_bsize] + in vp9_set_contexts() local
100 if (above_contexts + aoff > blocks_wide) in vp9_set_contexts()
101 above_contexts = blocks_wide - aoff; in vp9_set_contexts()
/external/libaom/libaom/av1/common/
Dblockd.c42 const int blocks_wide = max_block_wide(xd, plane_bsize, plane); in av1_set_entropy_contexts() local
43 const int above_contexts = AOMMIN(txs_wide, blocks_wide - aoff); in av1_set_entropy_contexts()