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

1 2 3 4 5 6 7 8 910

  /cts/tests/tests/hardware/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/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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
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,
63 int I420ToNV12(const uint8* src_y, int src_stride_y,
71 int I420ToNV21(const uint8* src_y, int src_stride_y,
79 int I420ToYUY2(const uint8* src_y, int src_stride_y,
86 int I420ToUYVY(const uint8* src_y, int src_stride_y,
93 int I420ToARGB(const uint8* src_y, int src_stride_y,
100 int I420ToBGRA(const uint8* src_y, int src_stride_y
    [all...]
convert_argb.h 42 int I420ToARGB(const uint8* src_y, int src_stride_y,
50 int I422ToARGB(const uint8* src_y, int src_stride_y,
58 int I444ToARGB(const uint8* src_y, int src_stride_y,
66 int I411ToARGB(const uint8* src_y, int src_stride_y,
74 int I400ToARGB(const uint8* src_y, int src_stride_y,
83 int I400ToARGB_Reference(const uint8* src_y, int src_stride_y,
89 int NV12ToARGB(const uint8* src_y, int src_stride_y,
96 int NV21ToARGB(const uint8* src_y, int src_stride_y,
109 // int Q420ToARGB(const uint8* src_y, int src_stride_y,
row.h 565 void I444ToARGBRow_NEON(const uint8* src_y,
570 void I422ToARGBRow_NEON(const uint8* src_y,
575 void I411ToARGBRow_NEON(const uint8* src_y,
580 void I422ToBGRARow_NEON(const uint8* src_y,
585 void I422ToABGRRow_NEON(const uint8* src_y,
590 void I422ToRGBARow_NEON(const uint8* src_y,
595 void I422ToRGB24Row_NEON(const uint8* src_y,
600 void I422ToRAWRow_NEON(const uint8* src_y,
605 void I422ToRGB565Row_NEON(const uint8* src_y,
610 void I422ToARGB1555Row_NEON(const uint8* src_y,
    [all...]
scale.h 54 int I420Scale(const uint8* src_y, int src_stride_y,
65 int I420Scale_16(const uint16* src_y, int src_stride_y,
78 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,
44 int I400ToI400(const uint8* src_y, int src_stride_y,
52 int I422Copy(const uint8* src_y, int src_stride_y,
63 int I444Copy(const uint8* src_y, int src_stride_y,
89 int I420ToI400(const uint8* src_y, int src_stride_y,
100 int I420Mirror(const uint8* src_y, int src_stride_y,
114 int I400Mirror(const uint8* src_y, int src_stride_y,
129 int NV12ToRGB565(const uint8* src_y, int src_stride_y,
136 int NV21ToRGB565(const uint8* src_y, int src_stride_y
    [all...]
  /external/chromium_org/third_party/libyuv/include/libyuv/
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,
63 int I420ToNV12(const uint8* src_y, int src_stride_y,
71 int I420ToNV21(const uint8* src_y, int src_stride_y,
79 int I420ToYUY2(const uint8* src_y, int src_stride_y,
86 int I420ToUYVY(const uint8* src_y, int src_stride_y,
93 int I420ToARGB(const uint8* src_y, int src_stride_y,
100 int I420ToBGRA(const uint8* src_y, int src_stride_y
    [all...]
convert_argb.h 42 int I420ToARGB(const uint8* src_y, int src_stride_y,
50 int I422ToARGB(const uint8* src_y, int src_stride_y,
58 int I444ToARGB(const uint8* src_y, int src_stride_y,
66 int I411ToARGB(const uint8* src_y, int src_stride_y,
74 int I400ToARGB(const uint8* src_y, int src_stride_y,
83 int I400ToARGB_Reference(const uint8* src_y, int src_stride_y,
89 int NV12ToARGB(const uint8* src_y, int src_stride_y,
96 int NV21ToARGB(const uint8* src_y, int src_stride_y,
109 // int Q420ToARGB(const uint8* src_y, int src_stride_y,
row.h 473 void I444ToARGBRow_NEON(const uint8* src_y,
478 void I422ToARGBRow_NEON(const uint8* src_y,
483 void I411ToARGBRow_NEON(const uint8* src_y,
488 void I422ToBGRARow_NEON(const uint8* src_y,
493 void I422ToABGRRow_NEON(const uint8* src_y,
498 void I422ToRGBARow_NEON(const uint8* src_y,
503 void I422ToRGB24Row_NEON(const uint8* src_y,
508 void I422ToRAWRow_NEON(const uint8* src_y,
513 void I422ToRGB565Row_NEON(const uint8* src_y,
518 void I422ToARGB1555Row_NEON(const uint8* src_y,
    [all...]
scale.h 54 int I420Scale(const uint8* src_y, int src_stride_y,
65 int I420Scale_16(const uint16* src_y, int src_stride_y,
78 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,
44 int I400ToI400(const uint8* src_y, int src_stride_y,
52 int I422Copy(const uint8* src_y, int src_stride_y,
63 int I444Copy(const uint8* src_y, int src_stride_y,
89 int I420ToI400(const uint8* src_y, int src_stride_y,
100 int I420Mirror(const uint8* src_y, int src_stride_y,
114 int I400Mirror(const uint8* src_y, int src_stride_y,
129 int NV12ToRGB565(const uint8* src_y, int src_stride_y,
136 int NV21ToRGB565(const uint8* src_y, int src_stride_y
    [all...]
  /external/libyuv/files/include/libyuv/
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,
64 int I420ToYUY2(const uint8* src_y, int src_stride_y,
71 int I420ToUYVY(const uint8* src_y, int src_stride_y,
78 int I420ToV210(const uint8* src_y, int src_stride_y,
85 int I420ToARGB(const uint8* src_y, int src_stride_y,
92 int I420ToBGRA(const uint8* src_y, int src_stride_y,
99 int I420ToABGR(const uint8* src_y, int src_stride_y
    [all...]
convert_argb.h 42 int I420ToARGB(const uint8* src_y, int src_stride_y,
50 int I422ToARGB(const uint8* src_y, int src_stride_y,
58 int I444ToARGB(const uint8* src_y, int src_stride_y,
66 int I411ToARGB(const uint8* src_y, int src_stride_y,
74 int I400ToARGB(const uint8* src_y, int src_stride_y,
80 int I400ToARGB_Reference(const uint8* src_y, int src_stride_y,
86 int NV12ToARGB(const uint8* src_y, int src_stride_y,
93 int NV21ToARGB(const uint8* src_y, int src_stride_y,
106 // int Q420ToARGB(const uint8* src_y, int src_stride_y,
  /external/libyuv/files/source/
convert_from.cc 28 int I420ToI422(const uint8* src_y, int src_stride_y,
35 if (!src_y || !src_u || !src_v ||
73 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
108 int I420ToI444(const uint8* src_y, int src_stride_y,
115 if (!src_y || !src_u|| !src_v ||
133 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
158 int I420ToI411(const uint8* src_y, int src_stride_y,
165 if (!src_y || !src_u || !src_v ||
183 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
208 int I400Copy(const uint8* src_y, int src_stride_y
    [all...]
  /external/pixman/pixman/
pixman-android.h 31 android_simple_image* dst_image, float scale, int src_x, int src_y);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_from.cc 34 static int I420ToI4xx(const uint8* src_y, int src_stride_y,
50 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height,
65 int I420ToI422(const uint8* src_y, int src_stride_y,
74 return I420ToI4xx(src_y, src_stride_y,
87 int I420ToI444(const uint8* src_y, int src_stride_y,
96 return I420ToI4xx(src_y, src_stride_y,
109 int I420ToI411(const uint8* src_y, int src_stride_y,
118 return I420ToI4xx(src_y, src_stride_y,
130 int I400Copy(const uint8* src_y, int src_stride_y,
133 if (!src_y || !dst_y |
    [all...]
row_neon.cc 126 void I444ToARGBRow_NEON(const uint8* src_y,
148 : "+r"(src_y), // %0
160 void I422ToARGBRow_NEON(const uint8* src_y,
182 : "+r"(src_y), // %0
194 void I411ToARGBRow_NEON(const uint8* src_y,
216 : "+r"(src_y), // %0
228 void I422ToBGRARow_NEON(const uint8* src_y,
251 : "+r"(src_y), // %0
263 void I422ToABGRRow_NEON(const uint8* src_y,
286 : "+r"(src_y), // %
    [all...]
row_neon64.cc 127 void I444ToARGBRow_NEON(const uint8* src_y,
149 : "+r"(src_y), // %0
163 void I422ToARGBRow_NEON(const uint8* src_y,
185 : "+r"(src_y), // %0
199 void I411ToARGBRow_NEON(const uint8* src_y,
221 : "+r"(src_y), // %0
235 void I422ToBGRARow_NEON(const uint8* src_y,
258 : "+r"(src_y), // %0
272 void I422ToABGRRow_NEON(const uint8* src_y,
295 : "+r"(src_y), // %
    [all...]
  /external/chromium_org/third_party/libyuv/source/
convert_from.cc 34 static int I420ToI4xx(const uint8* src_y, int src_stride_y,
50 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height,
65 int I420ToI422(const uint8* src_y, int src_stride_y,
74 return I420ToI4xx(src_y, src_stride_y,
87 int I420ToI444(const uint8* src_y, int src_stride_y,
96 return I420ToI4xx(src_y, src_stride_y,
109 int I420ToI411(const uint8* src_y, int src_stride_y,
118 return I420ToI4xx(src_y, src_stride_y,
130 int I400Copy(const uint8* src_y, int src_stride_y,
133 if (!src_y || !dst_y |
    [all...]
row_neon.cc 126 void I444ToARGBRow_NEON(const uint8* src_y,
148 : "+r"(src_y), // %0
160 void I422ToARGBRow_NEON(const uint8* src_y,
182 : "+r"(src_y), // %0
194 void I411ToARGBRow_NEON(const uint8* src_y,
216 : "+r"(src_y), // %0
228 void I422ToBGRARow_NEON(const uint8* src_y,
251 : "+r"(src_y), // %0
263 void I422ToABGRRow_NEON(const uint8* src_y,
286 : "+r"(src_y), // %
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 38 int I420Scale(const uint8* src_y, int src_stride_y,
49 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
scale.h 38 int I420Scale(const uint8* src_y, int src_stride_y,
49 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,

Completed in 647 milliseconds

1 2 3 4 5 6 7 8 910