Home
last modified time | relevance | path

Searched refs:blocks_wide (Results 1 – 1 of 1) 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()