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

  /external/libvpx/vp8/encoder/arm/
picklpf_arm.c 26 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/libvpx/vp8/encoder/
picklpf.c 43 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));
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 167 const uint8_t *src_y = (const uint8_t *)data; local
179 memcpy(dst_y, src_y, mCropWidth);
181 src_y += mWidth;
197 const uint8_t *src_y = local
212 memcpy(dst_y, src_y, mCropWidth);
214 src_y += mWidth;
ColorConverter.cpp 212 const uint8_t *src_y = local
216 (const uint8_t *)src_y + src.mWidth * src.mHeight
242 signed y1 = (signed)src_y[x] - 16;
243 signed y2 = (signed)src_y[x + 1] - 16;
280 src_y += src.mWidth;
306 const uint8_t *src_y = local
310 (const uint8_t *)src_y + src.mWidth * src.mHeight
315 signed y1 = (signed)src_y[x] - 16;
316 signed y2 = (signed)src_y[x + 1] - 16;
353 src_y += src.mWidth
380 const uint8_t *src_y = local
452 const uint8_t *src_y = (const uint8_t *)src.mBits; local
    [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 415 float src_y = viewport.top; local
418 TL.set(-src_x, -src_y);
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 582 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);
    [all...]
  /bionic/libc/kernel/common/media/
msm_isp.h 384 uint32_t src_y; member in struct:msm_pp_crop
  /external/kernel-headers/original/media/
msm_isp.h 329 uint32_t src_y; member in struct:msm_pp_crop
  /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 156 milliseconds