Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libvpx/source/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()
/external/libvpx/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()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab.cc309 int bottom_overflow = button_bounds.bottom() - tab_bounds.bottom(); in GetHitTestMask() local
312 else if (bottom_overflow > 0) in GetHitTestMask()
313 button_bounds.set_height(button_bounds.height() - bottom_overflow); in GetHitTestMask()