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

12345

/external/libvpx/libvpx/vp8/common/
H A Dreconinter.h21 unsigned char *dst_y,
29 unsigned char *dst_y,
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc34 uint8* dst_y, int dst_stride_y,
48 dst_y, dst_stride_y, dst_y_width, dst_y_height,
66 uint8* dst_y, int dst_stride_y,
73 !dst_y || !dst_u || !dst_v ||
89 if (dst_y) {
90 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
104 uint8* dst_y, int dst_stride_y,
112 dst_y, dst_stride_y,
125 uint8* dst_y, int dst_stride_y,
132 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
63 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
101 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
122 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
142 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
162 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
238 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
339 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
355 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
371 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
386 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
451 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
516 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
592 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
658 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
724 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
790 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
904 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
1018 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
1140 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
1264 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
[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 pix) =
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 pix) =
116 if (!src_argb || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) {
176 ARGBToYRow(src_argb, dst_y, width);
178 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
187 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
259 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
368 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
691 ARGBToI400(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, int width, int height) argument
1162 ARGBToJ422(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
[all...]
H A Dplanar_functions.cc29 uint8* dst_y, int dst_stride_y,
41 if (src_y == dst_y && src_stride_y == dst_stride_y) {
72 CopyRow(src_y, dst_y, width);
74 dst_y += dst_stride_y;
80 uint16* dst_y, int dst_stride_y,
114 CopyRow(src_y, dst_y, width);
116 dst_y += dst_stride_y;
125 uint8* dst_y, int dst_stride_y,
131 !dst_y || !dst_u || !dst_v ||
145 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_
28 CopyPlane(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
79 CopyPlane_16(const uint16* src_y, int src_stride_y, uint16* dst_y, int dst_stride_y, int width, int height) argument
122 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
153 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
184 I400ToI400(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
202 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
221 MirrorPlane(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
283 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
355 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
427 I400Mirror(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
447 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
1109 SetPlane(uint8* dst_y, int dst_stride_y, int width, int height, uint32 value) argument
1156 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
1184 ARGBRect(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height, uint32 value) argument
1399 ARGBGray(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1434 ARGBSepia(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1511 RGBColorMatrix(uint8* dst_argb, int dst_stride_argb, const int8* matrix_rgb, int dst_x, int dst_y, int width, int height) argument
1545 ARGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1577 RGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1616 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
2119 ARGBSobelToPlane(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, int width, int height) argument
2345 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
2449 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.cc353 uint8* dst_y, int dst_stride_y,
361 !dst_y || !dst_u || !dst_v) {
383 dst_y, dst_stride_y,
389 dst_y, dst_stride_y,
400 dst_y, dst_stride_y,
411 dst_y, dst_stride_y,
429 uint8* dst_y, int dst_stride_y,
437 !dst_y || !dst_u || !dst_v) {
456 dst_y, dst_stride_y,
462 dst_y, dst_stride_
350 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
427 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/libyuv/files/source/
H A Dconvert.cc34 uint8* dst_y, int dst_stride_y,
48 dst_y, dst_stride_y, dst_y_width, dst_y_height,
66 uint8* dst_y, int dst_stride_y,
73 !dst_y || !dst_u || !dst_v ||
89 if (dst_y) {
90 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
104 uint8* dst_y, int dst_stride_y,
112 dst_y, dst_stride_y,
125 uint8* dst_y, int dst_stride_y,
132 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
63 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
101 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
122 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
142 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
162 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
238 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
339 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
355 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
371 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
386 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
451 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
516 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
592 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
658 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
724 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
790 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
904 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
1018 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
1140 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
1264 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
[all...]
H A Dplanar_functions.cc30 uint8* dst_y, int dst_stride_y,
42 if (src_y == dst_y && src_stride_y == dst_stride_y) {
73 CopyRow(src_y, dst_y, width);
75 dst_y += dst_stride_y;
81 uint16* dst_y, int dst_stride_y,
115 CopyRow(src_y, dst_y, width);
117 dst_y += dst_stride_y;
126 uint8* dst_y, int dst_stride_y,
132 !dst_y || !dst_u || !dst_v ||
146 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_
29 CopyPlane(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
80 CopyPlane_16(const uint16* src_y, int src_stride_y, uint16* dst_y, int dst_stride_y, int width, int height) argument
123 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
154 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
185 I400ToI400(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
203 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
222 MirrorPlane(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
276 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
348 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
420 I400Mirror(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
440 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
583 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
641 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
1148 SetPlane(uint8* dst_y, int dst_stride_y, int width, int height, uint32 value) argument
1195 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
1223 ARGBRect(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height, uint32 value) argument
1430 ARGBGray(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1465 ARGBSepia(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1542 RGBColorMatrix(uint8* dst_argb, int dst_stride_argb, const int8* matrix_rgb, int dst_x, int dst_y, int width, int height) argument
1576 ARGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1608 RGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1647 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
1942 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
2189 ARGBSobelToPlane(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, int width, int height) argument
2473 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
2571 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...]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert.h30 uint8* dst_y, int dst_stride_y,
40 uint8* dst_y, int dst_stride_y,
50 uint8* dst_y, int dst_stride_y,
61 uint8* dst_y, int dst_stride_y,
69 uint8* dst_y, int dst_stride_y,
80 uint8* dst_y, int dst_stride_y,
89 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, 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 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 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,
45 uint8* dst_y, int dst_stride_y,
56 uint8* dst_y, int dst_stride_y,
67 uint8* dst_y, int dst_stride_y,
75 uint8* dst_y, int dst_stride_y,
83 uint8* dst_y, int dst_stride_y,
90 uint8* dst_y, int dst_stride_y,
96 uint8* dst_y, in
[all...]
/external/libyuv/files/include/libyuv/
H A Dconvert.h28 uint8* dst_y, int dst_stride_y,
38 uint8* dst_y, int dst_stride_y,
48 uint8* dst_y, int dst_stride_y,
59 uint8* dst_y, int dst_stride_y,
67 uint8* dst_y, int dst_stride_y,
78 uint8* dst_y, int dst_stride_y,
87 uint8* dst_y, int dst_stride_y,
95 uint8* dst_y, int dst_stride_y,
103 uint8* dst_y, int dst_stride_y,
111 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,
45 uint8* dst_y, int dst_stride_y,
56 uint8* dst_y, int dst_stride_y,
67 uint8* dst_y, int dst_stride_y,
75 uint8* dst_y, int dst_stride_y,
83 uint8* dst_y, int dst_stride_y,
90 uint8* dst_y, int dst_stride_y,
96 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,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.c48 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;
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
91 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) argument
H A Du_rect.h93 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
99 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
/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/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
143 dst_y = 0;
157 dst_x, dst_y,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
143 dst_y = 0;
157 dst_x, dst_y,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
143 dst_y = 0;
157 dst_x, dst_y,
/external/webp/src/utils/
H A Drescaler.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,

Completed in 391 milliseconds

12345