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

1 2

  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 22 unsigned char *src_y, *dst_y; local
42 src_y = src_ybc->y_buffer + yoffset;
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
  /external/pixman/test/
oob-test.c 22 int src_y; member in struct:__anon26219
84 info->src_x, info->src_y,
affine-test.c 36 int src_x, src_y; local
71 src_y = -(src_height / 4) + prng_rand_n (src_height * 3 / 2);
215 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n",
216 src_x, src_y, dst_x, dst_y);
274 src_x, src_y, 0, 0, dst_x, dst_y, w, h);
blitters-test.c 232 int src_x, src_y; local
289 src_y = prng_rand_n (src_height);
310 mask_y = src_y;
347 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n",
348 src_x, src_y, dst_x, dst_y);
355 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h);
composite-traps-test.c 63 int src_x, src_y; local
91 src_y = 234;
103 src_y = -(src_height / 4) + prng_rand_n (src_height * 3 / 2);
215 src_x, src_y, dst_x, dst_y, n_traps, traps);
glyph-test.c 268 int src_y = prng_rand_n (300) - 150; local
281 src_x, src_y,
291 int src_y = prng_rand_n (300) - 150; local
297 src_x, src_y,
scaling-test.c 62 int src_x, src_y; local
131 src_y = -(src_height / 4) + prng_rand_n (src_height * 3 / 2);
250 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n",
251 src_x, src_y, dst_x, dst_y);
338 src_x, src_y, 0, 0, dst_x, dst_y, w, h);
341 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h);
  /external/libvpx/libvpx/vp9/common/
vp9_convolve.c 125 const int src_y = y_q4 >> SUBPEL_BITS; local
133 sum += src[(src_y + k) * src_stride] * filter_y[k];
167 const int src_y = y_q4 >> SUBPEL_BITS; local
175 sum += src[(src_y + k) * src_stride] * filter_y[k];
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 49 const uint8* src_y = GetYPlane(); local
52 if (!src_y || !src_u || !src_v) {
64 result = stream->Write(src_y + row * y_pitch, width, NULL, error);
134 const uint8* src_y = GetYPlane(); local
144 src_y += iwidth_offset;
153 src_y += iheight_offset * GetYPitch();
162 libyuv::Scale(src_y, src_u, src_v,
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 29 unsigned char *src_y, *dst_y; local
49 src_y = src_ybc->y_buffer + yoffset;
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
  /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...]
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 282 size_t src_y = total_bytes - dest_y - row_bytes; local
285 out_pixels[dest_y + x + SK_R32_SHIFT/8] = pixels.get()[src_y + x + 0];
286 out_pixels[dest_y + x + SK_G32_SHIFT/8] = pixels.get()[src_y + x + 1];
287 out_pixels[dest_y + x + SK_B32_SHIFT/8] = pixels.get()[src_y + x + 2];
288 out_pixels[dest_y + x + SK_A32_SHIFT/8] = pixels.get()[src_y + x + 3];
343 size_t src_y = total_bytes - y - row_bytes; local
346 gl_pixels.get()[y + x + 0] = bitmap_pixels[src_y + x + SK_R32_SHIFT/8];
347 gl_pixels.get()[y + x + 1] = bitmap_pixels[src_y + x + SK_G32_SHIFT/8];
348 gl_pixels.get()[y + x + 2] = bitmap_pixels[src_y + x + SK_B32_SHIFT/8];
349 gl_pixels.get()[y + x + 3] = bitmap_pixels[src_y + x + SK_A32_SHIFT/8]
    [all...]
  /external/libyuv/files/source/
convert_argb.cc 52 int I444ToARGB(const uint8* src_y, int src_stride_y,
57 if (!src_y || !src_u || !src_v ||
86 I444ToARGBRow(src_y, src_u, src_v, dst_argb, width);
88 src_y += src_stride_y;
97 int I422ToARGB(const uint8* src_y, int src_stride_y,
102 if (!src_y || !src_u || !src_v ||
138 I422ToARGBRow(src_y, src_u, src_v, dst_argb, width);
140 src_y += src_stride_y;
149 int I411ToARGB(const uint8* src_y, int src_stride_y,
154 if (!src_y || !src_u || !src_v |
1194 const uint8* src_y = sample + (src_width * crop_y + crop_x); local
1219 const uint8* src_y = sample + src_width * crop_y + crop_x; local
1243 const uint8* src_y = sample + src_width * crop_y + crop_x; local
1262 const uint8* src_y = sample + src_width * crop_y + crop_x; local
    [all...]
convert.cc 31 int I420Copy(const uint8* src_y, int src_stride_y,
38 if (!src_y || !src_u || !src_v ||
47 src_y = src_y + (height - 1) * src_stride_y;
58 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
126 int I422ToI420(const uint8* src_y, int src_stride_y,
133 if (!src_y || !src_u || !src_v ||
141 src_y = src_y + (height - 1) * src_stride_y;
164 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height)
1961 const uint8* src_y = sample + (src_width * crop_y + crop_x); local
1988 const uint8* src_y = sample + src_width * crop_y + crop_x; local
2014 const uint8* src_y = sample + src_width * crop_y + crop_x; local
2035 const uint8* src_y = sample + src_width * crop_y + crop_x; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fbo.c 244 int src_x, src_y; local
263 src_y = y;
266 src_y = rrb->base.Base.Height - y - h;
284 src_x, src_y,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 244 int src_x, src_y; local
263 src_y = y;
266 src_y = rrb->base.Base.Height - y - h;
284 src_x, src_y,
  /external/pixman/pixman/
pixman-glyph.c 399 int32_t src_y,
426 src_x - dest_x, src_y - dest_y, 0, 0, 0, 0,
476 info.src_y = src_y + composite_box.y1 - dest_y;
524 info.src_y = 0;
592 int src_y = composite_box.y1 - glyph_box.y1; local
600 info.mask_y = info.src_y = src_y;
621 * Then (mask_x, mask_y) in the infinite mask and (src_x, src_y) in the source
639 int32_t src_y,
    [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 434 float src_y = viewport.top; local
437 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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c 693 uint32_t dst_x, dst_y, src_x, src_y; local
697 &src_x, &src_y);
700 src_mt, src_x, src_y, src_mt->region->pitch * src_mt->region->cpp,
710 src_x, src_y,
726 src_x, src_y);
    [all...]
  /external/chromium_org/ui/gfx/
skbitmap_operations.cc 584 int src_x, int src_y,
598 int y_pix = (src_y + y) % source.height();
649 const int src_y = dest_y << 1; local
650 const SkPMColor* SK_RESTRICT cur_src0 = bitmap.getAddr32(0, src_y);
652 if (src_y + 1 < bitmap.height())
653 cur_src1 = bitmap.getAddr32(0, src_y + 1);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c 693 uint32_t dst_x, dst_y, src_x, src_y; local
697 &src_x, &src_y);
700 src_mt, src_x, src_y, src_mt->region->pitch * src_mt->region->cpp,
710 src_x, src_y,
726 src_x, src_y);
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_pproc.h 151 uint32_t src_y; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msmb_pproc.h 133 uint32_t src_y; member in struct:msm_vpe_frame_strip_info

Completed in 3625 milliseconds

1 2