Searched refs:blocks_wide (Results 1 – 2 of 2) sorted by relevance
97 const int blocks_wide = num_4x4_blocks_wide_lookup[plane_bsize] + in vp9_set_contexts() local100 if (above_contexts + aoff > blocks_wide) in vp9_set_contexts()101 above_contexts = blocks_wide - aoff; in vp9_set_contexts()
42 const int blocks_wide = max_block_wide(xd, plane_bsize, plane); in av1_set_entropy_contexts() local43 const int above_contexts = AOMMIN(txs_wide, blocks_wide - aoff); in av1_set_entropy_contexts()