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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c126 const int blocks_high = num_4x4_blocks_high_lookup[plane_bsize] + local
129 if (left_contexts + loff > blocks_high)
130 left_contexts = blocks_high - loff;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c126 const int blocks_high = num_4x4_blocks_high_lookup[plane_bsize] + local
129 if (left_contexts + loff > blocks_high)
130 left_contexts = blocks_high - loff;

Completed in 3516 milliseconds