Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_vaq.c115 int right_overflow = (xd->mb_to_right_edge < 0) ? in block_variance() local
120 if (right_overflow || bottom_overflow) { in block_variance()
121 const int bw = 8 * num_8x8_blocks_wide_lookup[bs] - right_overflow; in block_variance()
/external/chromium_org/chrome/browser/chromeos/input_method/
Dcandidate_window_view.cc994 const int right_overflow = frame_bounds.right() - screen_bounds.right(); in ResizeAndMoveParentFrame() local
995 if (right_overflow > 0) { in ResizeAndMoveParentFrame()
996 frame_bounds.set_x(frame_bounds.x() - right_overflow); in ResizeAndMoveParentFrame()
/external/chromium/chrome/browser/chromeos/input_method/
Dcandidate_window.cc1215 const int right_overflow = frame_bounds.right() - screen_bounds.right(); in MoveParentFrame() local
1216 if (right_overflow > 0) { in MoveParentFrame()
1217 frame_bounds.set_x(frame_bounds.x() - right_overflow); in MoveParentFrame()