Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_variance.c121 int bottom_overflow = (xd->mb_to_bottom_edge < 0) ? in block_variance() local
124 if (right_overflow || bottom_overflow) { in block_variance()
126 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow; in block_variance()