HomeSort by relevance Sort by last modified time
    Searched defs:src_y (Results 1 - 5 of 5) 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)));
  /frameworks/base/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 161 const uint8_t *src_y = (const uint8_t *)data; local
173 memcpy(dst_y, src_y, mCropWidth);
175 src_y += mWidth;
191 const uint8_t *src_y = local
206 memcpy(dst_y, src_y, mCropWidth);
208 src_y += mWidth;
ColorConverter.cpp 208 const uint8_t *src_y = local
212 (const uint8_t *)src_y + src.mWidth * src.mHeight
238 signed y1 = (signed)src_y[x] - 16;
239 signed y2 = (signed)src_y[x + 1] - 16;
276 src_y += src.mWidth;
303 const uint8_t *src_y = local
307 (const uint8_t *)src_y + src.mWidth * src.mHeight
312 signed y1 = (signed)src_y[x] - 16;
313 signed y2 = (signed)src_y[x + 1] - 16;
346 src_y += src.mWidth
374 const uint8_t *src_y = local
443 const uint8_t *src_y = (const uint8_t *)src.mBits; local
    [all...]
  /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));
  /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...]

Completed in 52 milliseconds