Searched refs:bottom_y (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dupsampling_sse2.c107 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, \
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, \
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_ds
[all...]
H A Dupsampling_neon.c164 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \
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, \
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_u
[all...]
H A Dupsampling.c38 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), \
H A Ddsp.h190 // bottom_y can be NULL if only one line of output is needed (at top/bottom).
192 const uint8_t* top_y, const uint8_t* bottom_y,
/external/webp/src/dsp/
H A Dupsampling_sse2.c107 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, \
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, \
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_ds
[all...]
H A Dupsampling_neon.c164 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \
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, \
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_u
[all...]
H A Dupsampling.c38 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), \
H A Ddsp.h190 // bottom_y can be NULL if only one line of output is needed (at top/bottom).
192 const uint8_t* top_y, const uint8_t* bottom_y,
/external/chromium_org/ui/app_list/
H A Dapp_list_folder_item.cc155 int bottom_y = icon_center.y() + delta_to_center; local
157 left_x, bottom_y, kItemIconDimension, kItemIconDimension);
162 right_x, bottom_y, kItemIconDimension, kItemIconDimension);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc574 // NOTE(pkotwicz): If the computation for |bottom_y| is changed, Layout() must
577 int bottom_y = y + split_point; local
581 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height),
593 bottom_y - GetTopInset(),
594 x, bottom_y,
H A Dopaque_browser_frame_view.cc660 int bottom_y = y + split_point; local
673 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height),
681 bottom_y - GetTopInset(),
682 x, bottom_y, w, theme_toolbar->height());
703 toolbar_left_mask->width(), bottom_edge_height, left_x, bottom_y,
714 toolbar_right_mask->width(), bottom_edge_height, right_x, bottom_y,
722 bottom_edge_height, left_x, bottom_y, toolbar_left->width(),
737 bottom_edge_height, right_x, bottom_y, toolbar_right->width(),
/external/opencv/cv/src/
H A Dcvrotcalipers.cpp112 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/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp144 FX_FLOAT bottom_y = image_matrix.f; local
145 FX_BOOL bFlipped = top_y > bottom_y;
148 top_y = bottom_y;
149 bottom_y = temp;
151 pSize->AdjustBlue(top_y, bottom_y, top_line, bottom_line);
/external/chromium_org/ui/message_center/views/
H A Dnotification_view.cc454 int bottom_y = insets.top() + std::max(top_height, kIconSize); local
456 bottom_view_->SetBounds(insets.left(), bottom_y,

Completed in 635 milliseconds