Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_variance.c148 int bottom_overflow = in block_variance() local
151 if (right_overflow || bottom_overflow) { in block_variance()
153 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow; in block_variance()
/external/libaom/libaom/av1/encoder/
Daq_variance.c114 int bottom_overflow = in av1_log_block_var() local
118 const int bh = MI_SIZE * mi_size_high[bs] - bottom_overflow; in av1_log_block_var()