HomeSort by relevance Sort by last modified time
    Searched refs:top_y (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
upsampling.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), \
114 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
119 FUNC(top_y[0], u[0], v[0], top_dst);
    [all...]
upsampling_sse2.c 111 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, uv, \
114 if (top_y) { \
116 FUNC(top_y[(cur_x) + n], (uv)[n], (uv)[32 + n], \
129 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
148 if (top_y) { \
151 FUNC(top_y[0], u0, v0, top_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, \
upsampling_neon.c 190 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \
192 if (top_y) { \
193 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x) \
200 #define CONVERT2RGB_1(FMT, XSTEP, top_y, bottom_y, uv, \
202 if (top_y) { \
203 CONVERT1(FMT, XSTEP, len, top_y, uv, top_dst, cur_x); \
211 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \
234 if (top_y) { \
237 VP8YuvTo ## FMT(top_y[0], u0, v0, top_dst); \
248 CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, r_uv,
    [all...]
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.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), \
114 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
119 FUNC(top_y[0], u[0], v[0], top_dst);
    [all...]
upsampling_sse2.c 111 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, uv, \
114 if (top_y) { \
116 FUNC(top_y[(cur_x) + n], (uv)[n], (uv)[32 + n], \
129 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
148 if (top_y) { \
151 FUNC(top_y[0], u0, v0, top_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, \
upsampling_neon.c 190 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \
192 if (top_y) { \
193 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x) \
200 #define CONVERT2RGB_1(FMT, XSTEP, top_y, bottom_y, uv, \
202 if (top_y) { \
203 CONVERT1(FMT, XSTEP, len, top_y, uv, top_dst, cur_x); \
211 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \
234 if (top_y) { \
237 VP8YuvTo ## FMT(top_y[0], u0, v0, top_dst); \
248 CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, r_uv,
    [all...]
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/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/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.cc 422 double top_y = tab_height - kDragFrameBorderSize + offset; local
426 cairo_move_to(cr, left_x, top_y);
429 cairo_line_to(cr, right_x, top_y);
430 cairo_line_to(cr, left_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...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.cc 378 int left_x, top_y; local
381 &top_y);
403 center_left_x, top_y - kContentShadowThickness);
405 cairo_rectangle(cr, center_left_x, top_y - kContentShadowThickness,
420 left_x - kContentShadowThickness, top_y - kContentShadowThickness);
425 top_y - kContentShadowThickness,
432 right_x, top_y - kContentShadowThickness);
435 top_y - kContentShadowThickness,
448 int side_y = top_y - kContentShadowThickness + top_right->Height();
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
frame.c 585 uint8_t* const top_y = dec->y_t_ + dec->mb_x_ * 16; local
592 memcpy(y_dst - BPS, top_y, 16);
610 top_right[0] = top_y[15] * 0x01010101u;
612 memcpy(top_right, top_y + 16, sizeof(*top_right));
667 memcpy(top_y, y_dst + 15 * BPS, 16);
  /external/webp/src/dec/
frame.c 585 uint8_t* const top_y = dec->y_t_ + dec->mb_x_ * 16; local
592 memcpy(y_dst - BPS, top_y, 16);
610 top_right[0] = top_y[15] * 0x01010101u;
612 memcpy(top_right, top_y + 16, sizeof(*top_right));
667 memcpy(top_y, y_dst + 15 * BPS, 16);
  /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)
242 if (top_y) {
247 uint8x8_t y = vld1_u8(top_y + (16 * block + 1) + i);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout.cc 89 int top_y = browser_view_layout_->web_contents_modal_dialog_top_y_; variable
93 return gfx::Point(middle_x - size.width() / 2, top_y);
  /external/libyuv/files/source/
planar_functions.cc 1306 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; local
    [all...]

Completed in 140 milliseconds