Searched refs:top_y (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/dec/ |
D | io_sse2.c | 106 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, uv, \ argument 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, \
|
D | 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 …]
|
D | frame.c | 436 uint8_t* const top_y = dec->y_t_ + dec->mb_x_ * 16; in VP8ReconstructBlock() local 443 memcpy(y_dst - BPS, top_y, 16); in VP8ReconstructBlock() 461 top_right[0] = top_y[15] * 0x01010101u; in VP8ReconstructBlock() 463 memcpy(top_right, top_y + 16, sizeof(*top_right)); in VP8ReconstructBlock() 518 memcpy(top_y, y_dst + 15 * BPS, 16); in VP8ReconstructBlock()
|
D | webpi.h | 64 const uint8_t* top_y, const uint8_t* bottom_y,
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | dragged_tab_gtk.cc | 318 double top_y = tab_height - kDragFrameBorderSize + offset; in OnExposeEvent() local 325 cairo_move_to(cr, left_x, top_y); in OnExposeEvent() 328 cairo_line_to(cr, right_x, top_y); in OnExposeEvent() 329 cairo_line_to(cr, middle_x, top_y); in OnExposeEvent()
|
/external/opencv/cv/src/ |
D | cvrotcalipers.cpp | 112 float left_x, right_x, top_y, bottom_y; in icvRotatingCalipers() local 116 top_y = bottom_y = pt0.y; in icvRotatingCalipers() 128 if( pt0.y > top_y ) in icvRotatingCalipers() 129 top_y = pt0.y, top = i; in icvRotatingCalipers()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | browser_window_gtk.cc | 413 int left_x, top_y; in DrawContentShadow() local 416 &top_y); in DrawContentShadow() 434 top_center->SetSource(cr, center_left_x, top_y - kContentShadowThickness); in DrawContentShadow() 436 cairo_rectangle(cr, center_left_x, top_y - kContentShadowThickness, in DrawContentShadow() 451 cr, left_x - kContentShadowThickness, top_y - kContentShadowThickness); in DrawContentShadow() 456 top_y - kContentShadowThickness, in DrawContentShadow() 462 top_right->SetSource(cr, right_x, top_y - kContentShadowThickness); in DrawContentShadow() 465 top_y - kContentShadowThickness, in DrawContentShadow() 478 int side_y = top_y - kContentShadowThickness + top_right->Height(); in DrawContentShadow()
|