HomeSort by relevance Sort by last modified time
    Searched refs:top_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, \
109 if (top_y) { \
111 FUNC(top_y[(cur_x) + n], (uv)[n], (uv)[32 + n], \
124 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
143 if (top_y) { \
146 FUNC(top_y[0], u0, v0, top_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, \
48 if (top_y) { \
50 FUNC(top_y[0], uv0 & 0xff, (uv0 >> 16), top_dst); \
63 if (top_y) { \
66 FUNC(top_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
68 FUNC(top_y[2 * x - 0], uv1 & 0xff, (uv1 >> 16), \
83 if (top_y) { \
85 FUNC(top_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
150 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
155 FUNC(top_y[0], u[0], v[0], top_dst);
    [all...]
frame.c 436 uint8_t* const top_y = dec->y_t_ + dec->mb_x_ * 16; local
443 memcpy(y_dst - BPS, top_y, 16);
461 top_right[0] = top_y[15] * 0x01010101u;
463 memcpy(top_right, top_y + 16, sizeof(*top_right));
518 memcpy(top_y, y_dst + 15 * BPS, 16);
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 318 double top_y = tab_height - kDragFrameBorderSize + offset; local
325 cairo_move_to(cr, left_x, top_y);
328 cairo_line_to(cr, right_x, top_y);
329 cairo_line_to(cr, middle_x, top_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;
128 if( pt0.y > top_y )
129 top_y = pt0.y, top = i;
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 413 int left_x, top_y; local
416 &top_y);
434 top_center->SetSource(cr, center_left_x, top_y - kContentShadowThickness);
436 cairo_rectangle(cr, center_left_x, top_y - kContentShadowThickness,
451 cr, left_x - kContentShadowThickness, top_y - kContentShadowThickness);
456 top_y - kContentShadowThickness,
462 top_right->SetSource(cr, right_x, top_y - kContentShadowThickness);
465 top_y - kContentShadowThickness,
478 int side_y = top_y - kContentShadowThickness + top_right->Height();
    [all...]

Completed in 303 milliseconds