Searched refs:dst_y (Results 1 - 25 of 109) sorted by relevance

12345

/external/libvpx/libvpx/vp8/common/
H A Dreconinter.h20 MACROBLOCKD *x, unsigned char *dst_y, unsigned char *dst_u,
24 unsigned char *dst_y,
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc34 uint8* dst_y, int dst_stride_y,
46 if (dst_y) {
48 dst_y, dst_stride_y, dst_y_width, dst_y_height,
67 uint8* dst_y, int dst_stride_y,
90 if (dst_y) {
91 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
105 uint8* dst_y, int dst_stride_y,
113 dst_y, dst_stride_y,
126 uint8* dst_y, int dst_stride_y,
133 dst_y, dst_stride_
31 I4xxToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int src_y_width, int src_y_height, int src_uv_width, int src_uv_height) argument
64 I420Copy(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
102 I422ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
123 I444ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
143 I411ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
163 I400ToI420(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
241 X420ToI420(const uint8* src_y, int src_stride_y0, int src_stride_y1, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
302 NV12ToI420(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
318 NV21ToI420(const uint8* src_y, int src_stride_y, const uint8* src_vu, int src_stride_vu, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
334 M420ToI420(const uint8* src_m420, int src_stride_m420, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
349 YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
414 UYVYToI420(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
479 ARGBToI420(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
555 BGRAToI420(const uint8* src_bgra, int src_stride_bgra, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
621 ABGRToI420(const uint8* src_abgr, int src_stride_abgr, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
687 RGBAToI420(const uint8* src_rgba, int src_stride_rgba, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
753 RGB24ToI420(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
867 RAWToI420(const uint8* src_raw, int src_stride_raw, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
981 RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1103 ARGB1555ToI420(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1227 ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1361 Android420ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, int src_pixel_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
[all...]
H A Dplanar_functions.cc30 uint8* dst_y, int dst_stride_y,
37 dst_y = dst_y + (height - 1) * dst_stride_y;
48 if (src_y == dst_y && src_stride_y == dst_stride_y) {
79 CopyRow(src_y, dst_y, width);
81 dst_y += dst_stride_y;
88 uint16* dst_y, int dst_stride_y,
122 CopyRow(src_y, dst_y, width);
124 dst_y += dst_stride_y;
133 uint8* dst_y, in
29 CopyPlane(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
87 CopyPlane_16(const uint16* src_y, int src_stride_y, uint16* dst_y, int dst_stride_y, int width, int height) argument
130 I422Copy(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
164 I444Copy(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
197 I400ToI400(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
215 I420ToI400(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, int width, int height) argument
362 MirrorPlane(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
416 YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
488 UYVYToI422(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
560 I400Mirror(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
580 I420Mirror(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
723 BlendPlane(const uint8* src_y0, int src_stride_y0, const uint8* src_y1, int src_stride_y1, const uint8* alpha, int alpha_stride, uint8* dst_y, int dst_stride_y, int width, int height) argument
781 I420Blend(const uint8* src_y0, int src_stride_y0, const uint8* src_u0, int src_stride_u0, const uint8* src_v0, int src_stride_v0, const uint8* src_y1, int src_stride_y1, const uint8* src_u1, int src_stride_u1, const uint8* src_v1, int src_stride_v1, const uint8* alpha, int alpha_stride, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1288 SetPlane(uint8* dst_y, int dst_stride_y, int width, int height, uint32 value) argument
1335 I420Rect(uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int x, int y, int width, int height, int value_y, int value_u, int value_v) argument
1363 ARGBRect(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height, uint32 value) argument
1570 ARGBGray(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1605 ARGBSepia(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1682 RGBColorMatrix(uint8* dst_argb, int dst_stride_argb, const int8* matrix_rgb, int dst_x, int dst_y, int width, int height) argument
1716 ARGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1748 RGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1787 ARGBQuantize(uint8* dst_argb, int dst_stride_argb, int scale, int interval_size, int interval_offset, int dst_x, int dst_y, int width, int height) argument
2082 I420Interpolate(const uint8* src0_y, int src0_stride_y, const uint8* src0_u, int src0_stride_u, const uint8* src0_v, int src0_stride_v, const uint8* src1_y, int src1_stride_y, const uint8* src1_u, int src1_stride_u, const uint8* src1_v, int src1_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, int interpolation) argument
2329 ARGBSobelToPlane(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, int width, int height) argument
2613 YUY2ToNV12(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
2711 UYVYToNV12(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
[all...]
H A Dconvert_from_argb.cc26 uint8* dst_y, int dst_stride_y,
31 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int width) =
35 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) {
95 ARGBToYRow(src_argb, dst_y, width);
97 dst_y += dst_stride_y;
107 uint8* dst_y, int dst_stride_y,
114 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int width) =
117 !dst_y || !dst_u || !dst_v ||
175 ARGBToYRow(src_argb, dst_y, width);
177 dst_y
25 ARGBToI444(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
106 ARGBToI422(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
186 ARGBToI411(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
258 ARGBToNV12(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
367 ARGBToNV21(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
680 ARGBToI400(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, int width, int height) argument
[all...]
H A Drotate.cc348 uint8* dst_y, int dst_stride_y,
356 !dst_y || !dst_u || !dst_v) {
378 dst_y, dst_stride_y,
384 dst_y, dst_stride_y,
395 dst_y, dst_stride_y,
406 dst_y, dst_stride_y,
424 uint8* dst_y, int dst_stride_y,
432 !dst_y || !dst_u || !dst_v) {
451 dst_y, dst_stride_y,
457 dst_y, dst_stride_
345 I420Rotate(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, enum RotationMode mode) argument
422 NV12ToI420Rotate(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, enum RotationMode mode) argument
[all...]
H A Drow_neon.cc990 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { argument
1000 "+r"(dst_y), // %1
1007 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int width) { argument
1017 "+r"(dst_y), // %1
1275 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { argument
1294 "+r"(dst_y), // %1
1319 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { argument
1336 "+r"(dst_y), // %1
2005 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { argument
2025 "+r"(dst_y), //
2032 ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) argument
2059 ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) argument
2086 BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) argument
2112 ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int width) argument
2138 RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) argument
2164 RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int width) argument
2190 RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width) argument
2702 SobelToPlaneRow_NEON(const uint8* src_sobelx, const uint8* src_sobely, uint8* dst_y, int width) argument
[all...]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert.h33 uint8* dst_y, int dst_stride_y,
43 uint8* dst_y, int dst_stride_y,
53 uint8* dst_y, int dst_stride_y,
64 uint8* dst_y, int dst_stride_y,
72 uint8* dst_y, int dst_stride_y,
83 uint8* dst_y, int dst_stride_y,
92 uint8* dst_y, int dst_stride_y,
100 uint8* dst_y, int dst_stride_y,
108 uint8* dst_y, int dst_stride_y,
116 uint8* dst_y, in
[all...]
H A Dconvert_from_argb.h89 uint8* dst_y, int dst_stride_y,
97 uint8* dst_y, int dst_stride_y,
105 uint8* dst_y, int dst_stride_y,
129 uint8* dst_y, int dst_stride_y,
143 uint8* dst_y, int dst_stride_y,
155 uint8* dst_y, int dst_stride_y,
162 uint8* dst_y, int dst_stride_y,
169 uint8* dst_y, int dst_stride_y,
H A Dplanar_functions.h28 uint8* dst_y, int dst_stride_y,
33 uint16* dst_y, int dst_stride_y,
38 void SetPlane(uint8* dst_y, int dst_stride_y,
59 uint8* dst_y, int dst_stride_y,
70 uint8* dst_y, int dst_stride_y,
81 uint8* dst_y, int dst_stride_y,
89 uint8* dst_y, int dst_stride_y,
97 uint8* dst_y, int dst_stride_y,
104 uint8* dst_y, int dst_stride_y,
110 uint8* dst_y, in
[all...]
H A Dscale.h59 uint8* dst_y, int dst_stride_y,
70 uint16* dst_y, int dst_stride_y,
82 uint8* dst_y, uint8* dst_u, uint8* dst_v,
H A Drow.h648 void ARGBToYRow_AVX2(const uint8* src_argb, uint8* dst_y, int width);
649 void ARGBToYRow_Any_AVX2(const uint8* src_argb, uint8* dst_y, int width);
650 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width);
651 void ARGBToYJRow_AVX2(const uint8* src_argb, uint8* dst_y, int width);
652 void ARGBToYJRow_Any_AVX2(const uint8* src_argb, uint8* dst_y, int width);
653 void ARGBToYJRow_SSSE3(const uint8* src_argb, uint8* dst_y, int width);
654 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int width);
655 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int width);
656 void RGBAToYRow_SSSE3(const uint8* src_rgba, uint8* dst_y, int width);
657 void RGB24ToYRow_SSSE3(const uint8* src_rgb24, uint8* dst_y, in
[all...]
/external/libyuv/files/include/libyuv/
H A Dconvert.h36 uint8* dst_y,
53 uint8* dst_y,
71 uint8* dst_y,
84 uint8* dst_y,
101 uint8* dst_y,
116 uint8* dst_y,
129 uint8* dst_y,
142 uint8* dst_y,
155 uint8* dst_y,
173 uint8* dst_y,
[all...]
H A Dplanar_functions.h29 uint8* dst_y,
37 uint16* dst_y,
44 void SetPlane(uint8* dst_y,
76 uint8* dst_y,
92 uint8* dst_y,
110 uint8* dst_y,
123 uint8* dst_y,
136 uint8* dst_y,
148 uint8* dst_y,
158 uint8* dst_y,
[all...]
H A Dconvert_from_argb.h121 uint8* dst_y,
134 uint8* dst_y,
147 uint8* dst_y,
195 uint8* dst_y,
213 uint8* dst_y,
224 uint8* dst_y,
235 uint8* dst_y,
H A Dscale.h71 uint8* dst_y,
90 uint16* dst_y,
111 uint8* dst_y,
H A Dconvert_from.h33 uint8* dst_y,
49 uint8* dst_y,
62 uint8* dst_y,
74 uint8* dst_y,
88 uint8* dst_y,
/external/libyuv/files/source/
H A Dconvert.cc37 uint8* dst_y,
54 if (dst_y) {
55 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, dst_y,
75 uint8* dst_y,
100 if (dst_y) {
101 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
118 uint8* dst_y,
128 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u,
141 uint8* dst_y,
150 src_stride_v, dst_y, dst_stride_
31 I4xxToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int src_y_width, int src_y_height, int src_uv_width, int src_uv_height) argument
69 I420Copy(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
112 I422ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
135 I444ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
156 I400ToI420(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
242 X420ToI420(const uint8* src_y, int src_stride_y0, int src_stride_y1, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
306 NV12ToI420(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
325 NV21ToI420(const uint8* src_y, int src_stride_y, const uint8* src_vu, int src_stride_vu, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
344 M420ToI420(const uint8* src_m420, int src_stride_m420, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
362 YUY2ToI420(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
442 UYVYToI420(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
522 ARGBToI420(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
633 BGRAToI420(const uint8* src_bgra, int src_stride_bgra, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
734 ABGRToI420(const uint8* src_abgr, int src_stride_abgr, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
835 RGBAToI420(const uint8* src_rgba, int src_stride_rgba, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
936 RGB24ToI420(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1066 RAWToI420(const uint8* src_raw, int src_stride_raw, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1196 RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1341 ARGB1555ToI420(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1482 ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1647 Android420ToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, int src_pixel_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
[all...]
H A Dplanar_functions.cc31 uint8* dst_y,
40 dst_y = dst_y + (height - 1) * dst_stride_y;
50 if (src_y == dst_y && src_stride_y == dst_stride_y) {
81 CopyRow(src_y, dst_y, width);
83 dst_y += dst_stride_y;
92 uint16* dst_y,
127 CopyRow(src_y, dst_y, width);
129 dst_y += dst_stride_y;
141 uint8* dst_y,
29 CopyPlane(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
90 CopyPlane_16(const uint16* src_y, int src_stride_y, uint16* dst_y, int dst_stride_y, int width, int height) argument
135 I422Copy(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
174 I444Copy(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
212 I400ToI400(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
233 I420ToI400(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, int width, int height) argument
403 MirrorPlane(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
468 YUY2ToI422(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
554 UYVYToI422(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
640 YUY2ToY(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, int width, int height) argument
707 I400Mirror(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
729 I420Mirror(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
893 BlendPlane(const uint8* src_y0, int src_stride_y0, const uint8* src_y1, int src_stride_y1, const uint8* alpha, int alpha_stride, uint8* dst_y, int dst_stride_y, int width, int height) argument
955 I420Blend(const uint8* src_y0, int src_stride_y0, const uint8* src_u0, int src_stride_u0, const uint8* src_v0, int src_stride_v0, const uint8* src_y1, int src_stride_y1, const uint8* src_u1, int src_stride_u1, const uint8* src_v1, int src_stride_v1, const uint8* alpha, int alpha_stride, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
1538 SetPlane(uint8* dst_y, int dst_stride_y, int width, int height, uint32 value) argument
1587 I420Rect(uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int x, int y, int width, int height, int value_y, int value_u, int value_v) argument
1619 ARGBRect(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height, uint32 value) argument
1854 ARGBGray(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1898 ARGBSepia(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1988 RGBColorMatrix(uint8* dst_argb, int dst_stride_argb, const int8* matrix_rgb, int dst_x, int dst_y, int width, int height) argument
2025 ARGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
2061 RGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
2104 ARGBQuantize(uint8* dst_argb, int dst_stride_argb, int scale, int interval_size, int interval_offset, int dst_x, int dst_y, int width, int height) argument
2437 I420Interpolate(const uint8* src0_y, int src0_stride_y, const uint8* src0_u, int src0_stride_u, const uint8* src0_v, int src0_stride_v, const uint8* src1_y, int src1_stride_y, const uint8* src1_u, int src1_stride_u, const uint8* src1_v, int src1_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, int interpolation) argument
2720 ARGBSobelToPlane(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, int width, int height) argument
2845 HalfFloatPlane(const uint16* src_y, int src_stride_y, uint16* dst_y, int dst_stride_y, float scale, int width, int height) argument
3115 YUY2ToNV12(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
3223 UYVYToNV12(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
[all...]
H A Drotate.cc422 uint8* dst_y,
433 if (!src_y || !src_u || !src_v || width <= 0 || height == 0 || !dst_y ||
454 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u,
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);
488 uint8* dst_y,
499 if (!src_y || !src_uv || width <= 0 || height == 0 || !dst_y || !dst_u ||
517 return NV12ToI420(src_y, src_stride_y, src_uv, src_stride_uv, dst_y,
521 RotatePlane90(src_y, src_stride_y, dst_y, dst_stride_
416 I420Rotate(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, enum RotationMode mode) argument
484 NV12ToI420Rotate(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height, enum RotationMode mode) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.h49 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
57 unsigned dst_x, unsigned dst_y, unsigned dst_z,
65 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
80 unsigned dst_x, unsigned dst_y, unsigned dst_z,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_copy_image.c42 int dst_x, int dst_y, int dst_z,
68 assert(dst_y % src_bh == 0);
71 map_y1 = MIN2(src_y, dst_y);
73 map_y2 = MAX2(src_y, dst_y) + src_height;
85 dst_mapped = mapped + ((dst_y - map_y1) / src_bh) * dst_stride +
92 dst_x, dst_y, src_width, src_height,
118 int dst_x, int dst_y, int dst_z, unsigned dst_level,
127 src_x, src_y, dst_x, dst_y,
158 dst_mt, dst_level, dst_z, dst_x, dst_y,
168 dst_x, dst_y, dst_
38 copy_image_with_memcpy(struct brw_context *brw, struct intel_mipmap_tree *src_mt, int src_level, int src_x, int src_y, int src_z, struct intel_mipmap_tree *dst_mt, int dst_level, int dst_x, int dst_y, int dst_z, int src_width, int src_height) argument
114 copy_miptrees(struct brw_context *brw, struct intel_mipmap_tree *src_mt, int src_x, int src_y, int src_z, unsigned src_level, struct intel_mipmap_tree *dst_mt, int dst_x, int dst_y, int dst_z, unsigned dst_level, int src_width, int src_height) argument
173 intel_copy_image_sub_data(struct gl_context *ctx, struct gl_texture_image *src_image, struct gl_renderbuffer *src_renderbuffer, int src_x, int src_y, int src_z, struct gl_texture_image *dst_image, struct gl_renderbuffer *dst_renderbuffer, int dst_x, int dst_y, int dst_z, int src_width, int src_height) argument
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_blit.c98 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);
89 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) argument
/external/webp/src/utils/
H A Drescaler_utils.h43 int src_y, dst_y; // row counters for input and output member in struct:WebPRescaler
86 return (rescaler->dst_y >= rescaler->dst_height);
/external/libdrm/exynos/
H A Dexynos_fimg2d.h300 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
304 unsigned dst_y, unsigned int w, unsigned int h);
309 unsigned int dst_y, unsigned int dst_w,
313 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
318 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h,
H A Dexynos_fimg2d.c499 * @dst_y: y start position to destination buffer.
506 unsigned int dst_x, unsigned dst_y, unsigned int w,
524 if (dst_y + dst->height > h)
525 dst_h = dst->height - dst_y;
556 pt.data.y = dst_y;
559 pt.data.y = dst_y + h;
582 * @dst_y: y position of destination rectangle.
589 unsigned int dst_x, unsigned dst_y, unsigned int w,
608 if (dst_y + img->height > h)
609 dst_h = img->height - dst_y;
504 g2d_copy(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int dst_x, unsigned dst_y, unsigned int w, unsigned int h) argument
587 g2d_move(struct g2d_context *ctx, struct g2d_image *img, unsigned int src_x, unsigned int src_y, unsigned int dst_x, unsigned dst_y, unsigned int w, unsigned int h) argument
685 g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h, unsigned int dst_x, unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, unsigned int negative) argument
794 g2d_blend(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int dst_x, unsigned int dst_y, unsigned int w, unsigned int h, enum e_g2d_op op) argument
911 g2d_scale_and_blend(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h, unsigned int dst_x, unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, enum e_g2d_op op) argument
[all...]

Completed in 463 milliseconds

12345