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

  /external/libvpx/vp8/encoder/arm/
picklpf_arm.c 26 unsigned char *src_y, *dst_y; local
46 dst_y = dst_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)));
  /gdk/samples/PhotoEditor/jni/
redeye.cpp 81 uint32_t dst_y = (y > radius) ? y - radius : 0; local
82 for (; dst_y < bound_y; dst_y++) {
84 reinterpret_cast<char*>(dst_pixels) + dst_info.stride * dst_y) + start_x;
86 reinterpret_cast<char*>(src_pixels) + src_info.stride * dst_y) + start_x;
88 if (hypotf(dst_x - x, dst_y - y) <= radius) {
103 } // dst_y
  /external/libvpx/vp8/encoder/
picklpf.c 43 unsigned char *src_y, *dst_y; local
63 dst_y = dst_ybc->y_buffer + yoffset;
65 vpx_memcpy(dst_y, src_y, ystride *(linestocopy + 16));
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 172 uint8_t *dst_y = (uint8_t *)dst; local
176 uint8_t *dst_v = dst_y + dst_y_size;
180 memcpy(dst_y, src_y, mCropWidth);
183 dst_y += buf->stride;
204 uint8_t *dst_y = (uint8_t *)dst; local
209 uint8_t *dst_v = dst_y + dst_y_size;
213 memcpy(dst_y, src_y, mCropWidth);
216 dst_y += buf->stride;
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 87 int dst_y = bounds.y() - (icon_height - bounds.height()) / 2; local
90 canvas->ClipRectInt(dst_x, dst_y, icon_width, icon_height);
93 dst_x, dst_y, icon_width, icon_height,
  /external/opencv/cv/src/
cvcorner.cpp 218 int i, j, y, dst_y = 0, max_dy, delta = 0; local
394 (float*)(eigenv->data.ptr + dst_y*eigenv->step), eigenv->step,
398 (float*)(eigenv->data.ptr + dst_y*eigenv->step), eigenv->step,
402 (float*)(eigenv->data.ptr + dst_y*eigenv->step), eigenv->step,
405 dst_y += stripe_size.height;
515 int i, j, y, dst_y = 0, max_dy, delta = 0; local
654 for( i = 0; i < stripe_size.height; i++, dst_y++ )
656 float* dstdata = (float*)(dst->data.ptr + dst_y*dst->step);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1017 milliseconds