Searched refs:src_y (Results 1 - 22 of 22) sorted by relevance

/external/libvpx/vp8/encoder/arm/
H A Dpicklpf_arm.c26 unsigned char *src_y, *dst_y; local
45 src_y = src_ybc->y_buffer + yoffset;
48 //vpx_memcpy (dst_y, src_y, ystride * (linestocopy +16));
49 vp8_memcpy_neon((unsigned char *)dst_y, (unsigned char *)src_y, (int)(ystride *(linestocopy + 16)));
/external/libyuv/files/include/libyuv/
H A Dplanar_functions.h20 int I420Copy(const uint8* src_y, int src_stride_y,
37 int I422ToI420(const uint8* src_y, int src_stride_y,
46 int NV12ToI420(const uint8* src_y, int src_stride_y,
54 int NV12ToI420(const uint8* src_y,
62 int Q420ToI420(const uint8* src_y, int src_stride_y,
91 int I420ToARGB(const uint8* src_y, int src_stride_y,
98 int I420ToBGRA(const uint8* src_y, int src_stride_y,
105 int I420ToABGR(const uint8* src_y, int src_stride_y,
112 int I422ToARGB(const uint8* src_y, int src_stride_y,
119 int I444ToARGB(const uint8* src_y, in
[all...]
H A Drotate.h32 int I420Rotate(const uint8* src_y, int src_stride_y,
42 int NV12ToI420Rotate(const uint8* src_y, int src_stride_y,
H A Dconvert.h19 int I420ToRGB24(const uint8* src_y, int src_stride_y,
25 int I420ToARGB4444(const uint8* src_y, int src_stride_y,
31 int I420ToRGB565(const uint8* src_y, int src_stride_y,
37 int I420ToARGB1555(const uint8* src_y, int src_stride_y,
43 int I420ToYUY2(const uint8* src_y, int src_stride_y,
49 int I420ToUYVY(const uint8* src_y, int src_stride_y,
90 int NV12ToRGB565(const uint8* src_y, int src_stride_y,
H A Dscale.h35 int I420Scale(const uint8* src_y, int src_stride_y,
54 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
/external/libyuv/files/source/
H A Dplanar_functions.cc147 static void I420CopyPlane(const uint8* src_y, int src_stride_y, argument
152 memcpy(dst_y, src_y, width);
153 src_y += src_stride_y;
159 int I420Copy(const uint8* src_y, int src_stride_y, argument
166 if (!src_y || !src_u || !src_v ||
176 src_y = src_y + (height - 1) * src_stride_y;
186 I420CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
325 int I422ToI420(const uint8* src_y, int src_stride_y, argument
335 src_y
399 X420ToI420(const uint8* src_y, int src_stride_y0, int src_stride_y1, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
470 NV12ToI420(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
485 NV12ToI420(const uint8* src_y, const uint8* src_uv, int src_stride_frame, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
609 Q420ToI420(const uint8* src_y, int src_stride_y, const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1057 I420ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1083 I420ToBGRA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1108 I420ToABGR(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1133 I422ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1157 I444ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1181 I400ToARGB_Reference(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1205 I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) argument
1281 I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) argument
1351 I400ToARGBRow_C(const uint8* src_y, uint8* dst_argb, int pix) argument
1363 I400ToARGB(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
[all...]
H A Dconvert.cc35 int I420ToRGB24(const uint8* src_y, int src_stride_y, argument
40 if (src_y == NULL || src_u == NULL || src_v == NULL || dst_frame == NULL) {
51 y1 = src_y;
105 int I420ToARGB4444(const uint8* src_y, int src_stride_y, argument
110 if (src_y == NULL || src_u == NULL || src_v == NULL || dst_frame == NULL) {
119 y1 = src_y;
172 int I420ToRGB565(const uint8* src_y, int src_stride_y, argument
177 if (src_y == NULL || src_u == NULL || src_v == NULL || dst_frame == NULL) {
184 src_y = src_y
251 I420ToARGB1555(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_frame, int dst_stride_frame, int width, int height) argument
319 I420ToYUY2(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_frame, int dst_stride_frame, int width, int height) argument
429 I420ToUYVY(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_frame, int dst_stride_frame, int width, int height) argument
542 NV12ToRGB565(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_frame, int dst_stride_frame, int width, int height) argument
[all...]
H A Drotate.cc1179 int I420Rotate(const uint8* src_y, int src_stride_y, argument
1194 src_y = src_y + (height - 1) * src_stride_y;
1205 return I420Copy(src_y, src_stride_y,
1213 RotatePlane90(src_y, src_stride_y,
1224 RotatePlane270(src_y, src_stride_y,
1235 RotatePlane180(src_y, src_stride_y,
1251 int NV12ToI420Rotate(const uint8* src_y, int src_stride_y, argument
1265 src_y = src_y
[all...]
H A Dscale.cc3373 int I420Scale(const uint8* src_y, int src_stride_y, argument
3382 if (!src_y || !src_u || !src_v || src_width <= 0 || src_height == 0 ||
3390 src_y = src_y + (src_height - 1) * src_stride_y;
3402 ScalePlane(src_y, src_stride_y, src_width, src_height,
3414 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, argument
3421 if (!src_y || !src_u || !src_v || src_width <= 0 || src_height == 0 ||
3429 src_y = src_y + (src_height - 1) * src_stride_y;
3442 ScalePlane(src_y, src_stride_
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dtab_icon_view.h52 int src_y,
H A Dtab_icon_view.cc106 int src_y,
130 canvas->DrawBitmapInt(bitmap, src_x, src_y, src_w, src_h,
103 PaintIcon(gfx::Canvas* canvas, const SkBitmap& bitmap, int src_x, int src_y, int src_w, int src_h, bool filter) argument
/external/libyuv/files/unit_test/
H A Dscale_test.cc42 align_buffer_16(src_y, src_y_plane_size)
84 uint8 *ptr = src_y + (i * src_stride_y) + j;
113 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y,
151 free_aligned_buffer_16(src_y)
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
H A DXvlib.h385 int src_y,
403 int src_y,
H A DXvproto.h367 INT16 src_y B16;
390 INT16 src_y B16;
/external/qemu/
H A Dconsole.h176 void (*dpy_copy)(struct DisplayState *s, int src_x, int src_y,
341 static inline void dpy_copy(struct DisplayState *s, int src_x, int src_y, argument
346 dcl->dpy_copy(s, src_x, src_y, dst_x, dst_y, w, h);
452 void qemu_console_copy(DisplayState *ds, int src_x, int src_y,
H A Dvnc-android.c661 static void vnc_copy(VncState *vs, int src_x, int src_y, int dst_x, int dst_y, int w, int h) argument
668 vnc_write_u16(vs, src_y);
672 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h) argument
688 vnc_copy(vs, src_x, src_y, dst_x, dst_y, w, h);
H A Dvnc.c655 static void vnc_copy(VncState *vs, int src_x, int src_y, int dst_x, int dst_y, int w, int h) argument
662 vnc_write_u16(vs, src_y);
666 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h) argument
682 vnc_copy(vs, src_x, src_y, dst_x, dst_y, w, h);
H A Dconsole.c1655 void qemu_console_copy(DisplayState *ds, int src_x, int src_y, argument
1659 dpy_copy(ds, src_x, src_y, dst_x, dst_y, w, h);
/external/libvpx/vp8/encoder/
H A Dpicklpf.c43 unsigned char *src_y, *dst_y; local
62 src_y = src_ybc->y_buffer + yoffset;
65 vpx_memcpy(dst_y, src_y, ystride *(linestocopy + 16));
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
H A DXv.c1008 int src_y,
1033 req->src_y = src_y;
1065 int src_y,
1092 req->src_y = src_y;
1001 XvPutImage( Display *dpy, XvPortID port, Drawable d, GC gc, SDL_NAME(XvImage) *image, int src_x, int src_y, unsigned int src_w, unsigned int src_h, int dest_x, int dest_y, unsigned int dest_w, unsigned int dest_h ) argument
1058 XvShmPutImage( Display *dpy, XvPortID port, Drawable d, GC gc, SDL_NAME(XvImage) *image, int src_x, int src_y, unsigned int src_w, unsigned int src_h, int dest_x, int dest_y, unsigned int dest_w, unsigned int dest_h, Bool send_event ) argument
/external/opencv/cv/src/
H A Dcvfilter.cpp441 int src_x, src_y, src_y1, src_y2, dst_y;
540 for( src_y = src_y1; src_y < src_y2; )
545 delta = fill_cyclic_buffer( sptr, src->step, src_y, src_y1, src_y2 );
547 src_y += delta;
562 if( !rows[0] || ((phase & CV_END) && src_y == src_y2) )
564 int br = (phase & CV_END) && src_y == src_y2 ? bottom_rows : 0;
2490 int src_y = y, dst_y = y;
2500 src_y = 0;
2506 src_y
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker.cc582 gint src_x, src_y, dest_x, dest_y, width, height, depth; local
588 gdk_window_get_geometry(src_, &src_x, &src_y, &width, &height, &depth);
589 offset_.SetPoint(dest_x - src_x, dest_y - src_y);

Completed in 252 milliseconds