Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.c126 const int blocks_high = num_4x4_blocks_high_lookup[plane_bsize] + in vp9_set_contexts() local
129 if (left_contexts + loff > blocks_high) in vp9_set_contexts()
130 left_contexts = blocks_high - loff; in vp9_set_contexts()