HomeSort by relevance Sort by last modified time
    Searched full:dst_y (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/libyuv/files/include/libyuv/
convert.h 33 uint8* dst_y, int dst_stride_y,
43 uint8* dst_y, int dst_stride_y,
53 uint8* dst_y, int dst_stride_y,
63 uint8* dst_y, int dst_stride_y,
71 uint8* dst_y, int dst_stride_y,
80 uint8* dst_y, int dst_stride_y,
88 uint8* dst_y, int dst_stride_y,
97 uint8* dst_y, int dst_stride_y,
105 uint8* dst_y, int dst_stride_y,
113 uint8* dst_y, int dst_stride_y
    [all...]
format_conversion.h 24 uint8* dst_y, int dst_stride_y,
31 uint8* dst_y, int dst_stride_y,
38 uint8* dst_y, int dst_stride_y,
45 uint8* dst_y, int dst_stride_y,
56 uint8* dst_y, int dst_stride_y,
row.h 218 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
219 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
220 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
221 void RGBAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
222 void ARGBToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
223 void BGRAToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
224 void ABGRToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
225 void RGBAToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
274 void ARGBToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
275 void BGRAToYRow_C(const uint8* src_argb, uint8* dst_y, int pix)
    [all...]
planar_functions.h 26 void SetPlane(uint8* dst_y, int dst_stride_y,
36 uint8* dst_y, int dst_stride_y,
42 uint8* dst_y, int dst_stride_y,
49 uint8* dst_y, int dst_stride_y,
57 uint8* dst_y, int dst_stride_y,
67 uint8* dst_y, int dst_stride_y,
135 uint8* dst_y, int dst_stride_y,
141 uint8* dst_y, int dst_stride_y,
173 int I420Rect(uint8* dst_y, int dst_stride_y,
  /external/libyuv/files/source/
convert.cc 34 uint8* dst_y, int dst_stride_y,
39 !dst_y || !dst_u || !dst_v ||
57 if (dst_y) {
58 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
129 uint8* dst_y, int dst_stride_y,
134 !dst_y || !dst_u || !dst_v ||
163 if (dst_y) {
164 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
209 uint8* dst_y, int dst_stride_y,
214 !dst_y || !dst_u || !dst_v |
    [all...]
planar_functions.cc 29 uint8* dst_y, int dst_stride_y,
45 IS_ALIGNED(dst_y, 16) && IS_ALIGNED(dst_stride_y, 16)) {
52 CopyRow(src_y, dst_y, width);
54 dst_y += dst_stride_y;
63 uint8* dst_y, int dst_stride_y,
65 if (!src_y || !dst_y || width <= 0 || height == 0) {
74 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
80 uint8* dst_y, int dst_stride_y,
102 MirrorRow(src_y, dst_y, width);
104 dst_y += dst_stride_y
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconinter.h 17 unsigned char *dst_y,
25 unsigned char *dst_y,
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 22 unsigned char *src_y, *dst_y; local
43 dst_y = dst_ybc->y_buffer + yoffset;
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
  /external/libvpx/libvpx/third_party/libyuv/source/
row.h 81 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
82 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
83 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
95 void RGB24ToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
96 void RAWToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
110 void ARGBToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
111 void BGRAToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
112 void ABGRToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
113 void RGB24ToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
114 void RAWToYRow_C(const uint8* src_argb, uint8* dst_y, int pix)
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 171 uint8_t *dst_y = (uint8_t *)dst; local
175 uint8_t *dst_v = dst_y + dst_y_size;
179 memcpy(dst_y, src_y, mCropWidth);
182 dst_y += buf->stride;
203 uint8_t *dst_y = (uint8_t *)dst; local
208 uint8_t *dst_v = dst_y + dst_y_size;
212 memcpy(dst_y, src_y, mCropWidth);
215 dst_y += buf->stride;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_blit.c 98 short dst_x, short dst_y,
102 int dst_y2 = dst_y + h;
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
136 if (dst_y2 < dst_y || dst_x2 < dst_x) {
152 OUT_BATCH((dst_y << 16) | dst_x);
  /external/mesa3d/src/gallium/drivers/i915/
i915_blit.c 98 short dst_x, short dst_y,
102 int dst_y2 = dst_y + h;
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
136 if (dst_y2 < dst_y || dst_x2 < dst_x) {
152 OUT_BATCH((dst_y << 16) | dst_x);
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rotator.h 39 unsigned int dst_y; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_rotator.h 30 unsigned int dst_y; member in struct:msm_rotator_img_info
  /external/chromium_org/ui/gfx/x/
x11_types.h 39 // - |dst_x|, |dst_y|, |copy_width| and |copy_height| define destination region
46 int dst_x, int dst_y,
x11_types.cc 27 0, 0, // dst_x, dst_y
55 int dst_x, int dst_y,
87 src_x, src_y, dst_x, dst_y,
114 src_x, src_y, dst_x, dst_y,
144 src_x, src_y, dst_x, dst_y,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 42 uint8* dst_y, int dst_stride_y,
52 uint8* dst_y, uint8* dst_u, uint8* dst_v,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_rect.c 48 unsigned dst_y,
67 dst_y /= blockheight;
75 dst += dst_y * dst_stride;
95 unsigned dst_y,
112 dst_y /= blockheight;
117 dst += dst_y * dst_stride;
  /external/mesa3d/src/gallium/auxiliary/util/
u_rect.c 48 unsigned dst_y,
67 dst_y /= blockheight;
75 dst += dst_y * dst_stride;
95 unsigned dst_y,
112 dst_y /= blockheight;
117 dst += dst_y * dst_stride;
  /external/pixman/test/
blitters-test.c 233 int dst_x, dst_y; local
291 dst_y = prng_rand_n (dst_height);
337 h = prng_rand_n (dst_height - dst_y + 1);
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);
affine-test.c 37 int dst_x, dst_y; local
73 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2);
75 h = prng_rand_n (dst_height * 3 / 2 - dst_y);
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);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 87 uint8* dst_y, uint8* dst_u, uint8* dst_v,
95 dst_y, dst_pitch_y,
101 memcpy(dst_y, GetYPlane(), GetWidth() * GetHeight());
120 uint8* dst_y, uint8* dst_u, uint8* dst_v,
131 CopyToPlanes(dst_y, dst_u, dst_v, dst_pitch_y, dst_pitch_u, dst_pitch_v);
165 dst_y, dst_u, dst_v, dst_pitch_y, dst_pitch_u, dst_pitch_v,
180 uint8* dst_y = dst_buffer; local
181 uint8* dst_u = dst_y + dst_width * dst_height;
183 StretchToPlanes(dst_y, dst_u, dst_v,
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_dri.c 123 int dst_y,
140 xy1 = ((int)src->y1 > (int)bbox->y1 + dst_y) ? src->y1 :
141 (int)bbox->y1 + dst_y;
142 xy2 = ((int)src->y2 < (int)bbox->y2 + dst_y) ? src->y2 :
143 (int)bbox->y2 + dst_y;
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_dri.c 123 int dst_y,
140 xy1 = ((int)src->y1 > (int)bbox->y1 + dst_y) ? src->y1 :
141 (int)bbox->y1 + dst_y;
142 xy2 = ((int)src->y2 < (int)bbox->y2 + dst_y) ? src->y2 :
143 (int)bbox->y2 + dst_y;
  /external/chromium_org/ui/surface/
accelerated_surface_transformer_win.h 81 // one for each plane, and return them via the arguments |dst_y|, |dst_u|,
87 // |dst_y| : width and height exactly |dst_size|
100 IDirect3DSurface9** dst_y,
150 IDirect3DSurface9* dst_y,
164 IDirect3DSurface9* dst_y,
179 IDirect3DSurface9** dst_y,

Completed in 594 milliseconds

1 2 3 4 5 6