Home
last modified time | relevance | path

Searched refs:src_stride_u (Results 1 – 16 of 16) sorted by relevance

/external/libyuv/files/include/libyuv/
Dconvert_from.h28 const uint8* src_u, int src_stride_u,
37 const uint8* src_u, int src_stride_u,
46 const uint8* src_u, int src_stride_u,
65 const uint8* src_u, int src_stride_u,
72 const uint8* src_u, int src_stride_u,
79 const uint8* src_u, int src_stride_u,
86 const uint8* src_u, int src_stride_u,
93 const uint8* src_u, int src_stride_u,
100 const uint8* src_u, int src_stride_u,
107 const uint8* src_u, int src_stride_u,
[all …]
Dformat_conversion.h65 const uint8* src_u, int src_stride_u,
72 const uint8* src_u, int src_stride_u,
79 const uint8* src_u, int src_stride_u,
86 const uint8* src_u, int src_stride_u,
97 const uint8* src_u, int src_stride_u,
Dconvert_argb.h43 const uint8* src_u, int src_stride_u,
51 const uint8* src_u, int src_stride_u,
59 const uint8* src_u, int src_stride_u,
67 const uint8* src_u, int src_stride_u,
Dplanar_functions.h65 const uint8* src_u, int src_stride_u,
150 const uint8* src_u, int src_stride_u,
158 const uint8* src_u, int src_stride_u,
166 const uint8* src_u, int src_stride_u,
250 const uint8* src_u, int src_stride_u,
258 const uint8* src_u, int src_stride_u,
Dconvert.h31 const uint8* src_u, int src_stride_u,
41 const uint8* src_u, int src_stride_u,
51 const uint8* src_u, int src_stride_u,
61 const uint8* src_u, int src_stride_u,
Dscale.h48 const uint8* src_u, int src_stride_u,
60 int src_stride_y, int src_stride_u, int src_stride_v,
Drotate.h37 const uint8* src_u, int src_stride_u,
/external/libyuv/files/source/
Dconvert_from.cc29 const uint8* src_u, int src_stride_u, in I420ToI422() argument
61 IS_ALIGNED(src_u, 16) && IS_ALIGNED(src_stride_u, 16) && in I420ToI422()
81 src_u += src_stride_u; in I420ToI422()
109 const uint8* src_u, int src_stride_u, in I420ToI444() argument
142 src_stride_u, in I420ToI444()
159 const uint8* src_u, int src_stride_u, in I420ToI411() argument
193 src_stride_u, in I420ToI411()
469 const uint8* src_u, int src_stride_u, in I422ToYUY2() argument
498 src_u += src_stride_u; in I422ToYUY2()
507 const uint8* src_u, int src_stride_u, in I420ToYUY2() argument
[all …]
Dformat_conversion.cc437 const uint8* src_u, int src_stride_u, in I420ToBayer() argument
447 src_u = src_u + (halfheight - 1) * src_stride_u; in I420ToBayer()
450 src_stride_u = -src_stride_u; in I420ToBayer()
490 src_u += src_stride_u; in I420ToBayer()
514 const uint8* src_u, int src_stride_u, \
519 src_u, src_stride_u, \
Dconvert.cc32 const uint8* src_u, int src_stride_u, in I420Copy() argument
48 src_u = src_u + (halfheight - 1) * src_stride_u; in I420Copy()
51 src_stride_u = -src_stride_u; in I420Copy()
60 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy()
127 const uint8* src_u, int src_stride_u, in I422ToI420() argument
142 src_u = src_u + (height - 1) * src_stride_u; in I422ToI420()
145 src_stride_u = -src_stride_u; in I422ToI420()
154 IS_ALIGNED(src_u, 16) && IS_ALIGNED(src_stride_u, 16) && in I422ToI420()
170 HalfRow(src_u, src_stride_u, dst_u, halfwidth); in I422ToI420()
171 src_u += src_stride_u * 2; in I422ToI420()
[all …]
Drotate.cc1041 const uint8* src_u, int src_stride_u, in I420Rotate() argument
1060 src_u = src_u + (halfheight - 1) * src_stride_u; in I420Rotate()
1063 src_stride_u = -src_stride_u; in I420Rotate()
1071 src_u, src_stride_u, in I420Rotate()
1081 RotatePlane90(src_u, src_stride_u, in I420Rotate()
1092 RotatePlane270(src_u, src_stride_u, in I420Rotate()
1103 RotatePlane180(src_u, src_stride_u, in I420Rotate()
Dplanar_functions.cc235 const uint8* src_u, int src_stride_u, in I420Mirror() argument
250 src_u = src_u + (halfheight - 1) * src_stride_u; in I420Mirror()
253 src_stride_u = -src_stride_u; in I420Mirror()
262 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Mirror()
434 const uint8* src_u, int src_stride_u, in I422ToBGRA() argument
477 src_u += src_stride_u; in I422ToBGRA()
486 const uint8* src_u, int src_stride_u, in I422ToABGR() argument
529 src_u += src_stride_u; in I422ToABGR()
538 const uint8* src_u, int src_stride_u, in I422ToRGBA() argument
581 src_u += src_stride_u; in I422ToRGBA()
Dscale.cc2921 const uint8* src_u, int src_stride_u, in I420Scale() argument
2938 src_u = src_u + (halfheight - 1) * src_stride_u; in I420Scale()
2941 src_stride_u = -src_stride_u; in I420Scale()
2951 if ((src_width & 1) && src_stride_u && src_halfwidth > abs(src_stride_u)) { in I420Scale()
2974 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, in I420Scale()
2986 int src_stride_y, int src_stride_u, int src_stride_v, in Scale() argument
3001 src_u = src_u + (halfheight - 1) * src_stride_u; in Scale()
3004 src_stride_u = -src_stride_u; in Scale()
3015 if ((src_width & 1) && src_stride_u && src_halfwidth > abs(src_stride_u)) { in Scale()
3038 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, in Scale()
Dconvert_argb.cc53 const uint8* src_u, int src_stride_u, in I444ToARGB() argument
89 src_u += src_stride_u; in I444ToARGB()
98 const uint8* src_u, int src_stride_u, in I422ToARGB() argument
141 src_u += src_stride_u; in I422ToARGB()
150 const uint8* src_u, int src_stride_u, in I411ToARGB() argument
186 src_u += src_stride_u; in I411ToARGB()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dscale.h39 const uint8* src_u, int src_stride_u,
50 int src_stride_y, int src_stride_u, int src_stride_v,
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale.c3763 const uint8* src_u, int src_stride_u, in I420Scale() argument
3781 src_u = src_u + (halfheight - 1) * src_stride_u; in I420Scale()
3784 src_stride_u = -src_stride_u; in I420Scale()
3796 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, in I420Scale()
3808 int src_stride_y, int src_stride_u, int src_stride_v, in Scale() argument
3824 src_u = src_u + (halfheight - 1) * src_stride_u; in Scale()
3827 src_stride_u = -src_stride_u; in Scale()
3840 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, in Scale()