HomeSort by relevance Sort by last modified time
    Searched refs:bottom_y (Results 1 - 7 of 7) sorted by null

  /external/webp/src/dec/
io_sse2.c 106 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, uv, \
115 if (bottom_y) { \
117 FUNC(bottom_y[(cur_x) + n], (uv)[64 + n], (uv)[64 + 32 + n], \
124 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
148 if (bottom_y) { \
151 FUNC(bottom_y[0], u0, v0, bottom_dst); \
157 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \
167 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \
webpi.h 64 const uint8_t* top_y, const uint8_t* bottom_y,
io.c 40 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
52 if (bottom_y) { \
54 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \
71 if (bottom_y) { \
74 FUNC(bottom_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
76 FUNC(bottom_y[2 * x + 0], uv1 & 0xff, (uv1 >> 16), \
88 if (bottom_y) { \
90 FUNC(bottom_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
150 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
157 FUNC(bottom_y[0], u[0], v[0], bottom_dst);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 320 double bottom_y = widget->allocation.height - offset; local
326 cairo_line_to(cr, left_x, bottom_y);
327 cairo_line_to(cr, right_x, bottom_y);
  /external/opencv/cv/src/
cvrotcalipers.cpp 112 float left_x, right_x, top_y, bottom_y; local
116 top_y = bottom_y = pt0.y;
131 if( pt0.y < bottom_y )
132 bottom_y = pt0.y, bottom = i;
  /external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 783 int bottom_y = y + split_point; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 471 int bottom_y; local
475 NULL, &bottom_y);
482 int side_height = bottom_y - side_y - 1;
513 bottom_left->SetSource(cr, left_x - kContentShadowThickness, bottom_y - 1);
518 bottom_right->SetSource(cr, right_x - 1, bottom_y - 1);
525 bottom->SetSource(cr, left_x + 1, bottom_y - 1);
529 bottom_y,
    [all...]

Completed in 89 milliseconds