Home
last modified time | relevance | path

Searched refs:dst_stride_y (Results 1 – 25 of 49) sorted by relevance

12

/external/libyuv/files/include/libyuv/
Dconvert.h37 int dst_stride_y,
54 int dst_stride_y,
69 int dst_stride_y,
86 int dst_stride_y,
102 int dst_stride_y,
121 int dst_stride_y,
139 int dst_stride_y,
152 int dst_stride_y,
165 int dst_stride_y,
180 int dst_stride_y,
[all …]
Dplanar_functions.h48 int dst_stride_y,
56 int dst_stride_y,
64 int dst_stride_y,
73 int dst_stride_y,
81 int dst_stride_y,
139 int dst_stride_y,
155 int dst_stride_y,
173 int dst_stride_y,
186 int dst_stride_y,
199 int dst_stride_y,
[all …]
Dconvert_from_argb.h144 int dst_stride_y,
157 int dst_stride_y,
170 int dst_stride_y,
218 int dst_stride_y,
236 int dst_stride_y,
247 int dst_stride_y,
258 int dst_stride_y,
269 int dst_stride_y,
Dscale.h72 int dst_stride_y,
91 int dst_stride_y,
120 int dst_stride_y,
139 int dst_stride_y,
162 int dst_stride_y,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert.h31 uint8* dst_y, int dst_stride_y,
41 uint8* dst_y, int dst_stride_y,
51 uint8* dst_y, int dst_stride_y,
62 uint8* dst_y, int dst_stride_y,
70 uint8* dst_y, int dst_stride_y,
81 uint8* dst_y, int dst_stride_y,
90 uint8* dst_y, int dst_stride_y,
98 uint8* dst_y, int dst_stride_y,
106 uint8* dst_y, int dst_stride_y,
114 uint8* dst_y, int dst_stride_y,
[all …]
Dplanar_functions.h29 uint8* dst_y, int dst_stride_y,
34 uint16* dst_y, int dst_stride_y,
39 void SetPlane(uint8* dst_y, int dst_stride_y,
46 uint8* dst_y, int dst_stride_y,
57 uint8* dst_y, int dst_stride_y,
68 uint8* dst_y, int dst_stride_y,
76 uint8* dst_y, int dst_stride_y,
84 uint8* dst_y, int dst_stride_y,
91 uint8* dst_y, int dst_stride_y,
97 uint8* dst_y, int dst_stride_y,
[all …]
Dconvert_from_argb.h90 uint8* dst_y, int dst_stride_y,
98 uint8* dst_y, int dst_stride_y,
106 uint8* dst_y, int dst_stride_y,
130 uint8* dst_y, int dst_stride_y,
144 uint8* dst_y, int dst_stride_y,
156 uint8* dst_y, int dst_stride_y,
163 uint8* dst_y, int dst_stride_y,
170 uint8* dst_y, int dst_stride_y,
Dconvert_from.h31 uint8* dst_y, int dst_stride_y,
40 uint8* dst_y, int dst_stride_y,
49 uint8* dst_y, int dst_stride_y,
57 uint8* dst_y, int dst_stride_y,
66 uint8* dst_y, int dst_stride_y,
74 uint8* dst_y, int dst_stride_y,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h37 int dst_stride_y,
54 int dst_stride_y,
72 int dst_stride_y,
91 int dst_stride_y,
109 int dst_stride_y,
122 int dst_stride_y,
139 int dst_stride_y,
154 int dst_stride_y,
167 int dst_stride_y,
180 int dst_stride_y,
[all …]
Dplanar_functions.h48 int dst_stride_y,
56 int dst_stride_y,
64 int dst_stride_y,
73 int dst_stride_y,
81 int dst_stride_y,
139 int dst_stride_y,
155 int dst_stride_y,
173 int dst_stride_y,
186 int dst_stride_y,
199 int dst_stride_y,
[all …]
Dconvert_from_argb.h144 int dst_stride_y,
157 int dst_stride_y,
170 int dst_stride_y,
218 int dst_stride_y,
236 int dst_stride_y,
247 int dst_stride_y,
258 int dst_stride_y,
Dconvert_from.h33 int dst_stride_y,
49 int dst_stride_y,
65 int dst_stride_y,
78 int dst_stride_y,
90 int dst_stride_y,
104 int dst_stride_y,
/external/libyuv/files/source/
Dconvert_to_i420.cc31 int dst_stride_y, in ConvertToI420() argument
59 int tmp_y_stride = dst_stride_y; in ConvertToI420()
86 dst_stride_y = crop_width; in ConvertToI420()
94 r = YUY2ToI420(src, aligned_src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420()
100 r = UYVYToI420(src, aligned_src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420()
106 r = RGB565ToI420(src, src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420()
112 r = ARGB1555ToI420(src, src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420()
118 r = ARGB4444ToI420(src, src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420()
124 r = RGB24ToI420(src, src_width * 3, dst_y, dst_stride_y, dst_u, in ConvertToI420()
130 r = RAWToI420(src, src_width * 3, dst_y, dst_stride_y, dst_u, in ConvertToI420()
[all …]
Dconvert.cc38 int dst_stride_y, in I4xxToI420() argument
56 dst_stride_y, dst_y_width, dst_y_height, kFilterBilinear); in I4xxToI420()
76 int dst_stride_y, in I420Copy() argument
101 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Copy()
118 int dst_stride_y, in I010Copy() argument
143 CopyPlane_16(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I010Copy()
160 int dst_stride_y, in I010ToI420() argument
185 Convert16To8Plane(src_y, src_stride_y, dst_y, dst_stride_y, 16384, width, in I010ToI420()
205 int dst_stride_y, in I422ToI420() argument
214 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in I422ToI420()
[all …]
Dplanar_functions.cc32 int dst_stride_y, in CopyPlane() argument
40 dst_y = dst_y + (height - 1) * dst_stride_y; in CopyPlane()
41 dst_stride_y = -dst_stride_y; in CopyPlane()
44 if (src_stride_y == width && dst_stride_y == width) { in CopyPlane()
47 src_stride_y = dst_stride_y = 0; in CopyPlane()
50 if (src_y == dst_y && src_stride_y == dst_stride_y) { in CopyPlane()
79 dst_y += dst_stride_y; in CopyPlane()
89 int dst_stride_y, in CopyPlane_16() argument
95 if (src_stride_y == width && dst_stride_y == width) { in CopyPlane_16()
98 src_stride_y = dst_stride_y = 0; in CopyPlane_16()
[all …]
Drotate.cc424 int dst_stride_y, in I420Rotate() argument
455 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in I420Rotate()
458 RotatePlane90(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Rotate()
465 RotatePlane270(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Rotate()
472 RotatePlane180(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Rotate()
492 int dst_stride_y, in I444Rotate() argument
519 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I444Rotate()
524 RotatePlane90(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I444Rotate()
529 RotatePlane270(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I444Rotate()
534 RotatePlane180(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I444Rotate()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc31 int dst_stride_y, in ConvertToI420() argument
59 int tmp_y_stride = dst_stride_y; in ConvertToI420()
86 dst_stride_y = crop_width; in ConvertToI420()
94 r = YUY2ToI420(src, aligned_src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420()
100 r = UYVYToI420(src, aligned_src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420()
106 r = RGB565ToI420(src, src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420()
112 r = ARGB1555ToI420(src, src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420()
118 r = ARGB4444ToI420(src, src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420()
124 r = RGB24ToI420(src, src_width * 3, dst_y, dst_stride_y, dst_u, in ConvertToI420()
130 r = RAWToI420(src, src_width * 3, dst_y, dst_stride_y, dst_u, in ConvertToI420()
[all …]
Dconvert.cc38 int dst_stride_y, in I4xxToI420() argument
56 dst_stride_y, dst_y_width, dst_y_height, kFilterBilinear); in I4xxToI420()
76 int dst_stride_y, in I420Copy() argument
101 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Copy()
118 int dst_stride_y, in I010Copy() argument
143 CopyPlane_16(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I010Copy()
160 int dst_stride_y, in I010ToI420() argument
185 Convert16To8Plane(src_y, src_stride_y, dst_y, dst_stride_y, 16384, width, in I010ToI420()
205 int dst_stride_y, in I422ToI420() argument
214 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in I422ToI420()
[all …]
Dplanar_functions.cc32 int dst_stride_y, in CopyPlane() argument
40 dst_y = dst_y + (height - 1) * dst_stride_y; in CopyPlane()
41 dst_stride_y = -dst_stride_y; in CopyPlane()
44 if (src_stride_y == width && dst_stride_y == width) { in CopyPlane()
47 src_stride_y = dst_stride_y = 0; in CopyPlane()
50 if (src_y == dst_y && src_stride_y == dst_stride_y) { in CopyPlane()
79 dst_y += dst_stride_y; in CopyPlane()
89 int dst_stride_y, in CopyPlane_16() argument
95 if (src_stride_y == width && dst_stride_y == width) { in CopyPlane_16()
98 src_stride_y = dst_stride_y = 0; in CopyPlane_16()
[all …]
Drotate.cc393 int dst_stride_y, in I420Rotate() argument
424 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in I420Rotate()
427 RotatePlane90(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Rotate()
434 RotatePlane270(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Rotate()
441 RotatePlane180(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Rotate()
459 int dst_stride_y, in NV12ToI420Rotate() argument
488 dst_stride_y, dst_u, dst_stride_u, dst_v, dst_stride_v, in NV12ToI420Rotate()
491 RotatePlane90(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in NV12ToI420Rotate()
496 RotatePlane270(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in NV12ToI420Rotate()
501 RotatePlane180(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in NV12ToI420Rotate()
/external/libaom/libaom/third_party/libyuv/source/
Dconvert.cc34 uint8* dst_y, int dst_stride_y, in I4xxToI420() argument
48 dst_y, dst_stride_y, dst_y_width, dst_y_height, in I4xxToI420()
66 uint8* dst_y, int dst_stride_y, in I420Copy() argument
90 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Copy()
104 uint8* dst_y, int dst_stride_y, in I422ToI420() argument
112 dst_y, dst_stride_y, in I422ToI420()
125 uint8* dst_y, int dst_stride_y, in I444ToI420() argument
132 dst_y, dst_stride_y, in I444ToI420()
145 uint8* dst_y, int dst_stride_y, in I411ToI420() argument
153 dst_y, dst_stride_y, in I411ToI420()
[all …]
Dplanar_functions.cc29 uint8* dst_y, int dst_stride_y, in CopyPlane() argument
35 dst_stride_y == width) { in CopyPlane()
38 src_stride_y = dst_stride_y = 0; in CopyPlane()
41 if (src_y == dst_y && src_stride_y == dst_stride_y) { in CopyPlane()
74 dst_y += dst_stride_y; in CopyPlane()
80 uint16* dst_y, int dst_stride_y, in CopyPlane_16() argument
86 dst_stride_y == width) { in CopyPlane_16()
89 src_stride_y = dst_stride_y = 0; in CopyPlane_16()
116 dst_y += dst_stride_y; in CopyPlane_16()
125 uint8* dst_y, int dst_stride_y, in I422Copy() argument
[all …]
Dconvert_from_argb.cc26 uint8* dst_y, int dst_stride_y, in ARGBToI444() argument
45 dst_stride_y == width && in ARGBToI444()
50 src_stride_argb = dst_stride_y = dst_stride_u = dst_stride_v = 0; in ARGBToI444()
97 dst_y += dst_stride_y; in ARGBToI444()
107 uint8* dst_y, int dst_stride_y, in ARGBToI422() argument
126 dst_stride_y == width && in ARGBToI422()
131 src_stride_argb = dst_stride_y = dst_stride_u = dst_stride_v = 0; in ARGBToI422()
178 dst_y += dst_stride_y; in ARGBToI422()
188 uint8* dst_y, int dst_stride_y, in ARGBToI411() argument
207 dst_stride_y == width && in ARGBToI411()
[all …]
Drotate.cc353 uint8* dst_y, int dst_stride_y, in I420Rotate() argument
383 dst_y, dst_stride_y, in I420Rotate()
389 dst_y, dst_stride_y, in I420Rotate()
400 dst_y, dst_stride_y, in I420Rotate()
411 dst_y, dst_stride_y, in I420Rotate()
429 uint8* dst_y, int dst_stride_y, in NV12ToI420Rotate() argument
456 dst_y, dst_stride_y, in NV12ToI420Rotate()
462 dst_y, dst_stride_y, in NV12ToI420Rotate()
471 dst_y, dst_stride_y, in NV12ToI420Rotate()
480 dst_y, dst_stride_y, in NV12ToI420Rotate()
/external/webrtc/sdk/android/src/jni/
Dyuv_helper.cc44 jint dst_stride_y, in JNI_YuvHelper_I420Copy() argument
65 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in JNI_YuvHelper_I420Copy()
77 jint dst_stride_y, in JNI_YuvHelper_I420ToNV12() argument
94 src_stride_v, dst_y, dst_stride_y, dst_uv, dst_stride_uv, in JNI_YuvHelper_I420ToNV12()
106 jint dst_stride_y, in JNI_YuvHelper_I420Rotate() argument
128 src_stride_v, dst_y, dst_stride_y, dst_u, dst_stride_u, in JNI_YuvHelper_I420Rotate()
137 jint dst_stride_y, in JNI_YuvHelper_ABGRToI420() argument
153 libyuv::ABGRToI420(src, src_stride, dst_y, dst_stride_y, dst_u, dst_stride_u, in JNI_YuvHelper_ABGRToI420()

12