/external/chromium_org/third_party/libwebp/dsp/ |
D | upsampling_sse2.c | 107 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, \ argument 114 if (bottom_y != NULL) { \ 116 FUNC(bottom_y[(cur_x) + n], r_u[64 + n], r_v[64 + n], \ 122 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \ argument 125 if (bottom_y != NULL) { \ 126 FUNC##32(bottom_y + (cur_x), r_u + 64, r_v + 64, \ 132 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \ 149 if (bottom_y != NULL) { \ 152 FUNC(bottom_y[0], u0_b, v0_b, bottom_dst); \ 159 CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, top_dst, bottom_dst, pos); \ [all …]
|
D | upsampling_neon.c | 164 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument 167 if (bottom_y != NULL) { \ 168 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \ 172 #define CONVERT2RGB_1(FUNC, XSTEP, top_y, bottom_y, uv, \ argument 175 if (bottom_y != NULL) { \ 176 CONVERT1(FUNC, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \ 181 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \ 210 if (bottom_y != NULL) { \ 213 VP8YuvTo ## FMT(bottom_y[0], u0, v0, bottom_dst); \ 219 CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, r_uv, \ [all …]
|
D | upsampling.c | 38 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \ 51 if (bottom_y != NULL) { \ 53 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \ 70 if (bottom_y != NULL) { \ 73 FUNC(bottom_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \ 75 FUNC(bottom_y[2 * x + 0], uv1 & 0xff, (uv1 >> 16), \ 87 if (bottom_y != NULL) { \ 89 FUNC(bottom_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
|
D | dsp.h | 192 const uint8_t* top_y, const uint8_t* bottom_y,
|
/external/webp/src/dsp/ |
D | upsampling_sse2.c | 107 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, \ argument 114 if (bottom_y != NULL) { \ 116 FUNC(bottom_y[(cur_x) + n], r_u[64 + n], r_v[64 + n], \ 122 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \ argument 125 if (bottom_y != NULL) { \ 126 FUNC##32(bottom_y + (cur_x), r_u + 64, r_v + 64, \ 132 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \ 149 if (bottom_y != NULL) { \ 152 FUNC(bottom_y[0], u0_b, v0_b, bottom_dst); \ 159 CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, top_dst, bottom_dst, pos); \ [all …]
|
D | upsampling_neon.c | 164 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument 167 if (bottom_y != NULL) { \ 168 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \ 172 #define CONVERT2RGB_1(FUNC, XSTEP, top_y, bottom_y, uv, \ argument 175 if (bottom_y != NULL) { \ 176 CONVERT1(FUNC, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \ 181 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \ 210 if (bottom_y != NULL) { \ 213 VP8YuvTo ## FMT(bottom_y[0], u0, v0, bottom_dst); \ 219 CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, r_uv, \ [all …]
|
D | upsampling.c | 38 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \ 51 if (bottom_y != NULL) { \ 53 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \ 70 if (bottom_y != NULL) { \ 73 FUNC(bottom_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \ 75 FUNC(bottom_y[2 * x + 0], uv1 & 0xff, (uv1 >> 16), \ 87 if (bottom_y != NULL) { \ 89 FUNC(bottom_y[len - 1], uv0 & 0xff, (uv0 >> 16), \
|
D | dsp.h | 192 const uint8_t* top_y, const uint8_t* bottom_y,
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | opaque_browser_frame_view.cc | 660 int bottom_y = y + split_point; in PaintToolbarBackground() local 673 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height), in PaintToolbarBackground() 681 bottom_y - GetTopInset(), in PaintToolbarBackground() 682 x, bottom_y, w, theme_toolbar->height()); in PaintToolbarBackground() 703 toolbar_left_mask->width(), bottom_edge_height, left_x, bottom_y, in PaintToolbarBackground() 714 toolbar_right_mask->width(), bottom_edge_height, right_x, bottom_y, in PaintToolbarBackground() 722 bottom_edge_height, left_x, bottom_y, toolbar_left->width(), in PaintToolbarBackground() 737 bottom_edge_height, right_x, bottom_y, toolbar_right->width(), in PaintToolbarBackground()
|
D | browser_non_client_frame_view_ash.cc | 577 int bottom_y = y + split_point; in PaintToolbarBackground() local 581 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height), in PaintToolbarBackground() 593 bottom_y - GetTopInset(), in PaintToolbarBackground() 594 x, bottom_y, in PaintToolbarBackground()
|
/external/chromium_org/ui/app_list/ |
D | app_list_folder_item.cc | 155 int bottom_y = icon_center.y() + delta_to_center; in GetTopIconsBounds() local 157 left_x, bottom_y, kItemIconDimension, kItemIconDimension); in GetTopIconsBounds() 162 right_x, bottom_y, kItemIconDimension, kItemIconDimension); in GetTopIconsBounds()
|
/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() 131 if( pt0.y < bottom_y ) in icvRotatingCalipers() 132 bottom_y = pt0.y, bottom = i; in icvRotatingCalipers()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 144 FX_FLOAT bottom_y = image_matrix.f; in RenderGlyph() local 145 FX_BOOL bFlipped = top_y > bottom_y; in RenderGlyph() 148 top_y = bottom_y; in RenderGlyph() 149 bottom_y = temp; in RenderGlyph() 151 pSize->AdjustBlue(top_y, bottom_y, top_line, bottom_line); in RenderGlyph()
|
/external/chromium_org/ui/message_center/views/ |
D | notification_view.cc | 454 int bottom_y = insets.top() + std::max(top_height, kIconSize); in Layout() local 456 bottom_view_->SetBounds(insets.left(), bottom_y, in Layout()
|