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

1 2 3 4 5 6 7

  /cts/tests/camera/src/android/hardware/camera2/cts/
crop_yuvf_420_to_yuvx_444.rs 24 uint32_t src_y;
29 uchar py = rsGetElementAtYuv_uchar_Y(mInput, x + src_x, y + src_y);
30 uchar pu = rsGetElementAtYuv_uchar_U(mInput, x + src_x, y + src_y);
31 uchar pv = rsGetElementAtYuv_uchar_V(mInput, x + src_x, y + src_y);
means_yuvx_444_2d_to_1d.rs 27 uint32_t src_y; // y-offset from mInput
38 uchar py = rsGetElementAtYuv_uchar_Y(mInput, src_x + i, src_y + x);
39 uchar pu = rsGetElementAtYuv_uchar_U(mInput, src_x + i, src_y + x);
40 uchar pv = rsGetElementAtYuv_uchar_V(mInput, src_x + i, src_y + x);
69 yuvx_444 elem = rsGetElementAt_yuvx_444(mInput, src_x + i, src_y + x);
  /external/libyuv/files/include/libyuv/
convert_from.h 27 int I420ToI422(const uint8* src_y,
43 int I420ToI444(const uint8* src_y,
60 int I400Copy(const uint8* src_y,
68 int I420ToNV12(const uint8* src_y,
82 int I420ToNV21(const uint8* src_y,
96 int I420ToYUY2(const uint8* src_y,
108 int I420ToUYVY(const uint8* src_y,
120 int I420ToARGB(const uint8* src_y,
132 int I420ToBGRA(const uint8* src_y,
144 int I420ToABGR(const uint8* src_y,
    [all...]
convert_argb.h 42 int I420ToARGB(const uint8* src_y,
55 int I420ToABGR(const uint8* src_y,
68 int I422ToARGB(const uint8* src_y,
81 int I444ToARGB(const uint8* src_y,
94 int J444ToARGB(const uint8* src_y,
107 int I444ToABGR(const uint8* src_y,
120 int I420AlphaToARGB(const uint8* src_y,
136 int I420AlphaToABGR(const uint8* src_y,
152 int I400ToARGB(const uint8* src_y,
161 int J400ToARGB(const uint8* src_y,
    [all...]
row.h 688 void I444ToARGBRow_NEON(const uint8* src_y,
694 void I422ToARGBRow_NEON(const uint8* src_y,
707 void I422ToARGBRow_NEON(const uint8* src_y,
713 void I422ToRGBARow_NEON(const uint8* src_y,
719 void I422ToRGB24Row_NEON(const uint8* src_y,
725 void I422ToRGB565Row_NEON(const uint8* src_y,
731 void I422ToARGB1555Row_NEON(const uint8* src_y,
737 void I422ToARGB4444Row_NEON(const uint8* src_y,
743 void NV12ToARGBRow_NEON(const uint8* src_y,
748 void NV12ToRGB565Row_NEON(const uint8* src_y,
    [all...]
scale.h 63 int I420Scale(const uint8* src_y,
82 int I420Scale_16(const uint16* src_y,
103 int Scale(const uint8* src_y,
planar_functions.h 27 void CopyPlane(const uint8* src_y,
35 void CopyPlane_16(const uint16* src_y,
74 int I400ToI400(const uint8* src_y,
86 int I422Copy(const uint8* src_y,
104 int I444Copy(const uint8* src_y,
175 int I420ToI400(const uint8* src_y,
192 int I420Mirror(const uint8* src_y,
213 int I400Mirror(const uint8* src_y,
234 int NV12ToRGB565(const uint8* src_y,
246 int I422ToBGRA(const uint8* src_y,
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_argb.h 39 int I420ToARGB(const uint8* src_y, int src_stride_y,
47 int I420ToABGR(const uint8* src_y, int src_stride_y,
55 int I422ToARGB(const uint8* src_y, int src_stride_y,
63 int I444ToARGB(const uint8* src_y, int src_stride_y,
71 int J444ToARGB(const uint8* src_y, int src_stride_y,
79 int I444ToABGR(const uint8* src_y, int src_stride_y,
87 int I411ToARGB(const uint8* src_y, int src_stride_y,
95 int I420AlphaToARGB(const uint8* src_y, int src_stride_y,
104 int I420AlphaToABGR(const uint8* src_y, int src_stride_y,
113 int I400ToARGB(const uint8* src_y, int src_stride_y
    [all...]
convert_from.h 27 int I420ToI422(const uint8* src_y, int src_stride_y,
36 int I420ToI444(const uint8* src_y, int src_stride_y,
45 int I420ToI411(const uint8* src_y, int src_stride_y,
55 int I400Copy(const uint8* src_y, int src_stride_y,
60 int I420ToNV12(const uint8* src_y, int src_stride_y,
68 int I420ToNV21(const uint8* src_y, int src_stride_y,
76 int I420ToYUY2(const uint8* src_y, int src_stride_y,
83 int I420ToUYVY(const uint8* src_y, int src_stride_y,
90 int I420ToARGB(const uint8* src_y, int src_stride_y,
97 int I420ToBGRA(const uint8* src_y, int src_stride_y
    [all...]
row.h 563 void I444ToARGBRow_NEON(const uint8* src_y,
569 void I422ToARGBRow_NEON(const uint8* src_y,
582 void I422ToARGBRow_NEON(const uint8* src_y,
588 void I411ToARGBRow_NEON(const uint8* src_y,
594 void I422ToRGBARow_NEON(const uint8* src_y,
600 void I422ToRGB24Row_NEON(const uint8* src_y,
606 void I422ToRGB565Row_NEON(const uint8* src_y,
612 void I422ToARGB1555Row_NEON(const uint8* src_y,
618 void I422ToARGB4444Row_NEON(const uint8* src_y,
624 void NV12ToARGBRow_NEON(const uint8* src_y,
    [all...]
scale.h 55 int I420Scale(const uint8* src_y, int src_stride_y,
66 int I420Scale_16(const uint16* src_y, int src_stride_y,
79 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
planar_functions.h 27 void CopyPlane(const uint8* src_y, int src_stride_y,
32 void CopyPlane_16(const uint16* src_y, int src_stride_y,
58 int I400ToI400(const uint8* src_y, int src_stride_y,
67 int I422Copy(const uint8* src_y, int src_stride_y,
78 int I444Copy(const uint8* src_y, int src_stride_y,
116 int I420ToI400(const uint8* src_y, int src_stride_y,
128 int I420Mirror(const uint8* src_y, int src_stride_y,
142 int I400Mirror(const uint8* src_y, int src_stride_y,
157 int NV12ToRGB565(const uint8* src_y, int src_stride_y,
165 int I422ToBGRA(const uint8* src_y, int src_stride_y
    [all...]
convert.h 30 int I444ToI420(const uint8* src_y, int src_stride_y,
40 int I422ToI420(const uint8* src_y, int src_stride_y,
50 int I411ToI420(const uint8* src_y, int src_stride_y,
61 int I420Copy(const uint8* src_y, int src_stride_y,
71 int I400ToI420(const uint8* src_y, int src_stride_y,
81 int NV12ToI420(const uint8* src_y, int src_stride_y,
90 int NV21ToI420(const uint8* src_y, int src_stride_y,
123 int Android420ToI420(const uint8* src_y, int src_stride_y,
  /external/libyuv/files/source/
convert_from.cc 33 static int I420ToI4xx(const uint8* src_y,
58 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, dst_y,
71 int I420ToI422(const uint8* src_y,
87 return I420ToI4xx(src_y, src_stride_y, src_u, src_stride_u, src_v,
96 int I420ToI444(const uint8* src_y,
112 return I420ToI4xx(src_y, src_stride_y, src_u, src_stride_u, src_v,
120 int I400Copy(const uint8* src_y,
126 if (!src_y || !dst_y || width <= 0 || height == 0) {
132 src_y = src_y + (height - 1) * src_stride_y
    [all...]
convert_argb.cc 51 static int I420ToARGBMatrix(const uint8* src_y,
67 if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) {
102 IS_ALIGNED(src_y, 4) && IS_ALIGNED(src_stride_y, 4) &&
119 I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width);
121 src_y += src_stride_y;
132 int I420ToARGB(const uint8* src_y,
142 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
149 int I420ToABGR(const uint8* src_y,
159 return I420ToARGBMatrix(src_y, src_stride_y, src_v,
168 int J420ToARGB(const uint8* src_y,
    [all...]
rotate.cc 416 int I420Rotate(const uint8* src_y,
433 if (!src_y || !src_u || !src_v || width <= 0 || height == 0 || !dst_y ||
442 src_y = src_y + (height - 1) * src_stride_y;
453 return I420Copy(src_y, src_stride_y, src_u, src_stride_u, src_v,
457 RotatePlane90(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
464 RotatePlane270(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
471 RotatePlane180(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
484 int NV12ToI420Rotate(const uint8* src_y,
499 if (!src_y || !src_uv || width <= 0 || height == 0 || !dst_y || !dst_u |
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc 33 static int I420ToI4xx(const uint8* src_y, int src_stride_y,
50 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height,
66 int I420ToI422(const uint8* src_y, int src_stride_y,
75 return I420ToI4xx(src_y, src_stride_y,
88 int I420ToI444(const uint8* src_y, int src_stride_y,
97 return I420ToI4xx(src_y, src_stride_y,
110 int I420ToI411(const uint8* src_y, int src_stride_y,
119 return I420ToI4xx(src_y, src_stride_y,
131 int I400Copy(const uint8* src_y, int src_stride_y,
134 if (!src_y || !dst_y |
    [all...]
convert_argb.cc 49 static int I420ToARGBMatrix(const uint8* src_y, int src_stride_y,
62 if (!src_y || !src_u || !src_v || !dst_argb ||
98 IS_ALIGNED(src_y, 4) && IS_ALIGNED(src_stride_y, 4) &&
107 I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width);
109 src_y += src_stride_y;
120 int I420ToARGB(const uint8* src_y, int src_stride_y,
125 return I420ToARGBMatrix(src_y, src_stride_y,
135 int I420ToABGR(const uint8* src_y, int src_stride_y,
140 return I420ToARGBMatrix(src_y, src_stride_y,
150 int J420ToARGB(const uint8* src_y, int src_stride_y
    [all...]
rotate.cc 345 int I420Rotate(const uint8* src_y, int src_stride_y,
355 if (!src_y || !src_u || !src_v || width <= 0 || height == 0 ||
364 src_y = src_y + (height - 1) * src_stride_y;
375 return I420Copy(src_y, src_stride_y,
383 RotatePlane90(src_y, src_stride_y,
394 RotatePlane270(src_y, src_stride_y,
405 RotatePlane180(src_y, src_stride_y,
422 int NV12ToI420Rotate(const uint8* src_y, int src_stride_y,
431 if (!src_y || !src_uv || width <= 0 || height == 0 |
    [all...]
row_neon.cc 137 void I444ToARGBRow_NEON(const uint8* src_y,
153 : "+r"(src_y), // %0
167 void I422ToARGBRow_NEON(const uint8* src_y,
183 : "+r"(src_y), // %0
197 void I422AlphaToARGBRow_NEON(const uint8* src_y,
215 : "+r"(src_y), // %0
230 void I411ToARGBRow_NEON(const uint8* src_y,
246 : "+r"(src_y), // %0
260 void I422ToRGBARow_NEON(const uint8* src_y,
276 : "+r"(src_y), // %
    [all...]
row_neon64.cc 130 void I444ToARGBRow_NEON(const uint8* src_y,
146 : "+r"(src_y), // %0
160 void I422ToARGBRow_NEON(const uint8* src_y,
176 : "+r"(src_y), // %0
190 void I422AlphaToARGBRow_NEON(const uint8* src_y,
208 : "+r"(src_y), // %0
223 void I411ToARGBRow_NEON(const uint8* src_y,
239 : "+r"(src_y), // %0
253 void I422ToRGBARow_NEON(const uint8* src_y,
269 : "+r"(src_y), // %
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_copy_image.c 40 int src_x, int src_y, int src_z,
57 assert(src_y % src_bh == 0);
71 map_y1 = MIN2(src_y, dst_y);
73 map_y2 = MAX2(src_y, dst_y) + src_height;
83 src_mapped = mapped + ((src_y - map_y1) / src_bh) * src_stride +
89 src_x, src_y, src_width, src_height,
116 int src_x, int src_y, int src_z, unsigned src_level,
127 src_x, src_y, dst_x, dst_y,
157 if (intel_miptree_copy(brw, src_mt, src_level, src_z, src_x, src_y,
166 src_x, src_y, src_z
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c 114 const uint8_t *src_y = cpi->Source->y_buffer; local
147 uint8_t ysource = src_y[ypos * src_ystride + ypos];
150 uint8_t ysource2 = src_y[(ypos + 1) * src_ystride + ypos];
153 uint8_t ysource3 = src_y[ypos * src_ystride + (ypos + 1)];
156 uint8_t ysource4 = src_y[(ypos + 1) * src_ystride + (ypos + 1)];
180 vp9_compute_skin_block(src_y, src_u, src_v, src_ystride,
188 y[i * src_ystride + j] = src_y[i * src_ystride + j];
193 src_y += y_bsize;
198 src_y += (src_ystride << shy) - (num_bl << shy);
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 244 const uint8_t *src_y = local
256 libyuv::I420ToRGB565(src_y, src.mStride, src_u, src.mStride / 2, src_v, src.mStride / 2,
261 libyuv::ConvertFromI420(src_y, src.mStride, src_u, src.mStride / 2, src_v, src.mStride / 2,
266 libyuv::ConvertFromI420(src_y, src.mStride, src_u, src.mStride / 2, src_v, src.mStride / 2,
352 const uint8_t *src_y = local
382 signed y1 = (signed)src_y[x] - 16;
383 signed y2 = (signed)src_y[x + 1] - 16;
408 src_y += src.mStride;
434 const uint8_t *src_y =
438 (const uint8_t *)src_y + src.mWidth * src.mHeigh
508 const uint8_t *src_y = local
580 const uint8_t *src_y = (const uint8_t *)src.mBits; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.h 51 int src_stride, unsigned src_x, unsigned src_y);
61 unsigned src_x, unsigned src_y, unsigned src_z);

Completed in 483 milliseconds

1 2 3 4 5 6 7