/external/chromium_org/third_party/libwebp/dsp/ |
upsampling_neon.c | 190 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ 195 if (bottom_y) { \ 196 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \ 200 #define CONVERT2RGB_1(FMT, XSTEP, top_y, bottom_y, uv, \ 205 if (bottom_y) { \ 206 CONVERT1(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \ 211 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \ 239 if (bottom_y) { \ 242 VP8YuvTo ## FMT(bottom_y[0], u0, v0, bottom_dst); \ 248 CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, r_uv, [all...] |
upsampling.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), \ 114 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \ 121 FUNC(bottom_y[0], u[0], v[0], bottom_dst); [all...] |
upsampling_sse2.c | 111 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, uv, \ 120 if (bottom_y) { \ 122 FUNC(bottom_y[(cur_x) + n], (uv)[64 + n], (uv)[64 + 32 + n], \ 129 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \ 153 if (bottom_y) { \ 156 FUNC(bottom_y[0], u0, v0, bottom_dst); \ 162 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \ 172 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \
|
dsp.h | 150 const uint8_t* top_y, const uint8_t* bottom_y, 170 const uint8_t* top_y, const uint8_t* bottom_y,
|
/external/webp/src/dsp/ |
upsampling_neon.c | 190 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ 195 if (bottom_y) { \ 196 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \ 200 #define CONVERT2RGB_1(FMT, XSTEP, top_y, bottom_y, uv, \ 205 if (bottom_y) { \ 206 CONVERT1(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \ 211 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \ 239 if (bottom_y) { \ 242 VP8YuvTo ## FMT(bottom_y[0], u0, v0, bottom_dst); \ 248 CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, r_uv, [all...] |
upsampling.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), \ 114 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \ 121 FUNC(bottom_y[0], u[0], v[0], bottom_dst); [all...] |
upsampling_sse2.c | 111 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, uv, \ 120 if (bottom_y) { \ 122 FUNC(bottom_y[(cur_x) + n], (uv)[64 + n], (uv)[64 + 32 + n], \ 129 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \ 153 if (bottom_y) { \ 156 FUNC(bottom_y[0], u0, v0, bottom_dst); \ 162 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \ 172 CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, r_uv, top_dst, bottom_dst, \
|
dsp.h | 150 const uint8_t* top_y, const uint8_t* bottom_y, 170 const uint8_t* top_y, const uint8_t* bottom_y,
|
/external/chromium_org/ui/app_list/ |
app_list_folder_item.cc | 67 int bottom_y = center.y() + delta_to_center; variable 79 DrawIcon(canvas, icons_[i++], item_icon_size, left_x, bottom_y); 83 DrawIcon(canvas, icons_[i], item_icon_size, right_x, bottom_y);
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_non_client_frame_view_ash.cc | 450 // NOTE(pkotwicz): If the computation for |bottom_y| is changed, Layout() must 453 int bottom_y = y + split_point; local 457 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height), 469 bottom_y - GetTopInset(), 470 x, bottom_y,
|
opaque_browser_frame_view.cc | 648 int bottom_y = y + split_point; local 661 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height), 669 bottom_y - GetTopInset(), 670 x, bottom_y, w, theme_toolbar->height()); 691 toolbar_left_mask->width(), bottom_edge_height, left_x, bottom_y, 702 toolbar_right_mask->width(), bottom_edge_height, right_x, bottom_y, 710 bottom_edge_height, left_x, bottom_y, toolbar_left->width(), 725 bottom_edge_height, right_x, bottom_y, toolbar_right->width(), [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);
|
/ndk/tests/build/b9193874-neon/jni/ |
b9193874-neon.c | 163 void UpsampleRgbaLinePairNEON(const uint8_t *top_y, const uint8_t *bottom_y, const uint8_t *top_u, const uint8_t *top_v, const uint8_t *cur_u, const uint8_t *cur_v, uint8_t *top_dst, uint8_t *bottom_dst, int len) 290 if (bottom_y) { 295 uint8x8_t y = vld1_u8(bottom_y + (16 * block + 1) + i);
|
/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_org/chrome/browser/ui/gtk/tabs/ |
dragged_view_gtk.cc | 424 double bottom_y = allocation.height - offset; local 427 cairo_line_to(cr, left_x, bottom_y); 428 cairo_line_to(cr, right_x, bottom_y);
|
/external/chromium/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view.cc | 783 int bottom_y = y + split_point; local [all...] |
/external/chromium_org/ui/message_center/views/ |
group_view.cc | 227 int bottom_y = insets.top() + std::max(top_height, kIconSize); local 229 bottom_view_->SetBounds(insets.left(), bottom_y,
|
notification_view.cc | 537 int bottom_y = insets.top() + std::max(top_height, kIconSize); local 539 bottom_view_->SetBounds(insets.left(), bottom_y, 549 int expand_y = bottom_y - expand_size.height();
|
/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...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
browser_window_gtk.cc | 440 int bottom_y; local 444 NULL, &bottom_y); 451 int side_height = bottom_y - side_y - 1; 484 left_x - kContentShadowThickness, bottom_y - 1); 489 bottom_right->SetSource(cr, GTK_WIDGET(window_), right_x - 1, bottom_y - 1); 496 bottom->SetSource(cr, GTK_WIDGET(window_), left_x + 1, bottom_y - 1); 500 bottom_y, [all...] |