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

  /external/webp/src/dec/
io_sse2.c 106 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, uv, \
115 if (bottom_y) { \
117 FUNC(bottom_y[(cur_x) + n], (uv)[64 + n], (uv)[64 + 32 + n], \
124 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
148 if (bottom_y) { \
151 FUNC(bottom_y[0], u0, v0, bottom_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, \
webpi.h 64 const uint8_t* top_y, const uint8_t* bottom_y,
io.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), \
150 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
157 FUNC(bottom_y[0], u[0], v[0], bottom_dst);
    [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);