Home
last modified time | relevance | path

Searched refs:dst_y (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/vp8/encoder/arm/
Dpicklpf_arm.c26 unsigned char *src_y, *dst_y; in vpxyv12_copy_partial_frame_neon() local
46 dst_y = dst_ybc->y_buffer + yoffset; in vpxyv12_copy_partial_frame_neon()
49 …vp8_memcpy_neon((unsigned char *)dst_y, (unsigned char *)src_y, (int)(ystride *(linestocopy + 16))… in vpxyv12_copy_partial_frame_neon()
/external/qemu/
Dconsole.h177 int dst_x, int dst_y, int w, int h);
342 int dst_x, int dst_y, int w, int h) { in dpy_copy() argument
346 dcl->dpy_copy(s, src_x, src_y, dst_x, dst_y, w, h); in dpy_copy()
348 dcl->dpy_update(s, dst_x, dst_y, w, h); in dpy_copy()
453 int dst_x, int dst_y, int w, int h);
Dvnc.c655 static void vnc_copy(VncState *vs, int src_x, int src_y, int dst_x, int dst_y, int w, int h) in vnc_copy() argument
660 vnc_framebuffer_update(vs, dst_x, dst_y, w, h, VNC_ENCODING_COPYRECT); in vnc_copy()
666 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h) in vnc_dpy_copy() argument
682 vnc_copy(vs, src_x, src_y, dst_x, dst_y, w, h); in vnc_dpy_copy()
684 vnc_update(vs, dst_x, dst_y, w, h); in vnc_dpy_copy()
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) in vnc_copy() argument
666 vnc_framebuffer_update(vs, dst_x, dst_y, w, h, VNC_ENCODING_COPYRECT); in vnc_copy()
672 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h) in vnc_dpy_copy() argument
688 vnc_copy(vs, src_x, src_y, dst_x, dst_y, w, h); in vnc_dpy_copy()
690 vnc_update(vs, dst_x, dst_y, w, h); in vnc_dpy_copy()
Dconsole.c1656 int dst_x, int dst_y, int w, int h) in qemu_console_copy() argument
1659 dpy_copy(ds, src_x, src_y, dst_x, dst_y, w, h); in qemu_console_copy()
/external/opencv/cv/src/
Dcvcorner.cpp218 int i, j, y, dst_y = 0, max_dy, delta = 0; in icvCornerEigenValsVecs() local
394 (float*)(eigenv->data.ptr + dst_y*eigenv->step), eigenv->step, in icvCornerEigenValsVecs()
398 (float*)(eigenv->data.ptr + dst_y*eigenv->step), eigenv->step, in icvCornerEigenValsVecs()
402 (float*)(eigenv->data.ptr + dst_y*eigenv->step), eigenv->step, in icvCornerEigenValsVecs()
405 dst_y += stripe_size.height; in icvCornerEigenValsVecs()
515 int i, j, y, dst_y = 0, max_dy, delta = 0; in cvPreCornerDetect() local
654 for( i = 0; i < stripe_size.height; i++, dst_y++ ) in cvPreCornerDetect()
656 float* dstdata = (float*)(dst->data.ptr + dst_y*dst->step); in cvPreCornerDetect()
Dcvfilter.cpp441 int src_x, src_y, src_y1, src_y2, dst_y; in process() local
504 dst_y = dst_origin.y; in process()
572 if( dst_y + count > dst->rows ) in process()
578 dst_y += count; in process()
2490 int src_y = y, dst_y = y; in icvIPPSepFilter() local
2533 dst_y = 0; in icvIPPSepFilter()
2548 IPPI_CALL( x_func( vout.data.ptr, vout.step, hout->data.ptr + dst_y*hout->step, in icvIPPSepFilter()
/external/libvpx/vp8/encoder/
Dpicklpf.c43 unsigned char *src_y, *dst_y; in vp8_yv12_copy_partial_frame() local
63 dst_y = dst_ybc->y_buffer + yoffset; in vp8_yv12_copy_partial_frame()
65 vpx_memcpy(dst_y, src_y, ystride *(linestocopy + 16)); in vp8_yv12_copy_partial_frame()
/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab.cc87 int dst_y = bounds.y() - (icon_height - bounds.height()) / 2; in DrawIconCenter() local
90 canvas->ClipRectInt(dst_x, dst_y, icon_width, icon_height); in DrawIconCenter()
93 dst_x, dst_y, icon_width, icon_height, in DrawIconCenter()