Home
last modified time | relevance | path

Searched refs:dst_stride_argb (Results 1 – 24 of 24) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_argb.cc30 uint8* dst_argb, int dst_stride_argb, in ARGBCopy() argument
43 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, in ARGBCopy()
52 uint8* dst_argb, int dst_stride_argb, in I420ToARGBMatrix() argument
69 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in I420ToARGBMatrix()
70 dst_stride_argb = -dst_stride_argb; in I420ToARGBMatrix()
101 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) { in I420ToARGBMatrix()
108 dst_argb += dst_stride_argb; in I420ToARGBMatrix()
123 uint8* dst_argb, int dst_stride_argb, in I420ToARGB() argument
128 dst_argb, dst_stride_argb, in I420ToARGB()
153 uint8* dst_argb, int dst_stride_argb, in J420ToARGB() argument
[all …]
Dplanar_functions.cc616 uint8* dst_argb, int dst_stride_argb, in ARGBMirror() argument
659 dst_argb += dst_stride_argb; in ARGBMirror()
689 uint8* dst_argb, int dst_stride_argb, in ARGBBlend() argument
700 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBBlend()
701 dst_stride_argb = -dst_stride_argb; in ARGBBlend()
706 dst_stride_argb == width * 4) { in ARGBBlend()
709 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBBlend()
716 dst_argb += dst_stride_argb; in ARGBBlend()
898 uint8* dst_argb, int dst_stride_argb, in ARGBMultiply() argument
909 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBMultiply()
[all …]
Drotate_argb.cc162 uint8* dst_argb, int dst_stride_argb, int width, int height, in ARGBRotate() argument
179 dst_argb, dst_stride_argb, in ARGBRotate()
183 dst_argb, dst_stride_argb, in ARGBRotate()
188 dst_argb, dst_stride_argb, in ARGBRotate()
193 dst_argb, dst_stride_argb, in ARGBRotate()
Dscale_argb.cc431 int dst_stride_argb, in ScaleYUVToARGBBilinearUp() argument
473 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) { in ScaleYUVToARGBBilinearUp()
507 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) { in ScaleYUVToARGBBilinearUp()
625 dst_argb += dst_stride_argb; in ScaleYUVToARGBBilinearUp()
790 uint8* dst_argb, int dst_stride_argb, in ARGBScaleClip() argument
803 dst_argb, dst_stride_argb, dst_width, dst_height, in ARGBScaleClip()
812 uint8* dst_argb, int dst_stride_argb, in ARGBScale() argument
821 dst_argb, dst_stride_argb, dst_width, dst_height, in ARGBScale()
833 uint8* dst_argb, int dst_stride_argb, in YUVToARGBScaleClip() argument
848 dst_argb, dst_stride_argb, in YUVToARGBScaleClip()
/external/libyuv/files/source/
Dconvert_argb.cc32 int dst_stride_argb, in ARGBCopy() argument
45 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width * 4, in ARGBCopy()
58 int dst_stride_argb, in I420ToARGBMatrix() argument
73 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in I420ToARGBMatrix()
74 dst_stride_argb = -dst_stride_argb; in I420ToARGBMatrix()
105 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) { in I420ToARGBMatrix()
120 dst_argb += dst_stride_argb; in I420ToARGBMatrix()
139 int dst_stride_argb, in I420ToARGB() argument
143 src_stride_v, dst_argb, dst_stride_argb, in I420ToARGB()
175 int dst_stride_argb, in J420ToARGB() argument
[all …]
Dplanar_functions.cc774 int dst_stride_argb, in ARGBMirror() argument
826 dst_argb += dst_stride_argb; in ARGBMirror()
859 int dst_stride_argb, in ARGBBlend() argument
871 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBBlend()
872 dst_stride_argb = -dst_stride_argb; in ARGBBlend()
876 dst_stride_argb == width * 4) { in ARGBBlend()
879 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBBlend()
886 dst_argb += dst_stride_argb; in ARGBBlend()
1084 int dst_stride_argb, in ARGBMultiply() argument
1096 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBMultiply()
[all …]
Drotate_argb.cc199 int dst_stride_argb, in ARGBRotate() argument
217 return ARGBCopy(src_argb, src_stride_argb, dst_argb, dst_stride_argb, in ARGBRotate()
220 ARGBRotate90(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, in ARGBRotate()
224 ARGBRotate270(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, in ARGBRotate()
228 ARGBRotate180(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, in ARGBRotate()
Dscale_argb.cc528 int dst_stride_argb, in ScaleYUVToARGBBilinearUp() argument
571 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) { in ScaleYUVToARGBBilinearUp()
613 IS_ALIGNED(dst_stride_argb, 4)) { in ScaleYUVToARGBBilinearUp()
739 dst_argb += dst_stride_argb; in ScaleYUVToARGBBilinearUp()
912 int dst_stride_argb, in ARGBScaleClip() argument
928 dst_stride_argb, dst_width, dst_height, clip_x, clip_y, clip_width, in ARGBScaleClip()
940 int dst_stride_argb, in ARGBScale() argument
949 dst_stride_argb, dst_width, dst_height, 0, 0, dst_width, dst_height, in ARGBScale()
966 int dst_stride_argb, in YUVToARGBScaleClip() argument
983 dst_stride_argb, dst_width, dst_height, clip_x, clip_y, in YUVToARGBScaleClip()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_argb.h34 uint8* dst_argb, int dst_stride_argb,
42 uint8* dst_argb, int dst_stride_argb,
50 uint8* dst_argb, int dst_stride_argb,
58 uint8* dst_argb, int dst_stride_argb,
66 uint8* dst_argb, int dst_stride_argb,
74 uint8* dst_argb, int dst_stride_argb,
90 uint8* dst_argb, int dst_stride_argb,
99 uint8* dst_argb, int dst_stride_argb,
114 uint8* dst_argb, int dst_stride_argb,
120 uint8* dst_argb, int dst_stride_argb,
[all …]
Dplanar_functions.h152 uint8* dst_argb, int dst_stride_argb,
205 int ARGBRect(uint8* dst_argb, int dst_stride_argb,
211 uint8* dst_argb, int dst_stride_argb,
216 int ARGBGray(uint8* dst_argb, int dst_stride_argb,
221 int ARGBSepia(uint8* dst_argb, int dst_stride_argb,
232 uint8* dst_argb, int dst_stride_argb,
243 int RGBColorMatrix(uint8* dst_argb, int dst_stride_argb,
250 int ARGBColorTable(uint8* dst_argb, int dst_stride_argb,
257 int RGBColorTable(uint8* dst_argb, int dst_stride_argb,
266 uint8* dst_argb, int dst_stride_argb,
[all …]
Dscale_argb.h25 uint8* dst_argb, int dst_stride_argb,
33 uint8* dst_argb, int dst_stride_argb,
45 uint8* dst_argb, int dst_stride_argb,
Dconvert_from.h93 uint8* dst_argb, int dst_stride_argb,
100 uint8* dst_argb, int dst_stride_argb,
107 uint8* dst_argb, int dst_stride_argb,
Drotate_argb.h25 uint8* dst_argb, int dst_stride_argb,
Dconvert_from_argb.h25 uint8* dst_argb, int dst_stride_argb,
/external/libyuv/files/include/libyuv/
Dconvert_argb.h36 int dst_stride_argb,
49 int dst_stride_argb,
62 int dst_stride_argb,
75 int dst_stride_argb,
88 int dst_stride_argb,
101 int dst_stride_argb,
129 int dst_stride_argb,
155 int dst_stride_argb,
164 int dst_stride_argb,
178 int dst_stride_argb,
[all …]
Dplanar_functions.h228 int dst_stride_argb,
313 int dst_stride_argb,
325 int dst_stride_argb,
332 int dst_stride_argb,
341 int dst_stride_argb,
357 int dst_stride_argb,
370 int dst_stride_argb,
381 int dst_stride_argb,
392 int dst_stride_argb,
406 int dst_stride_argb,
[all …]
Dscale_argb.h28 int dst_stride_argb,
40 int dst_stride_argb,
61 int dst_stride_argb,
Dconvert_from.h127 int dst_stride_argb,
139 int dst_stride_argb,
151 int dst_stride_argb,
Drotate_argb.h27 int dst_stride_argb,
Dconvert_from_argb.h27 int dst_stride_argb,
/external/libyuv/files/unit_test/
Dscale_argb_test.cc52 int dst_stride_argb = (b * 2 + dst_width) * 4; in ARGBTestFilter() local
66 src_width, src_height, dst_argb_c + (dst_stride_argb * b) + b * 4, in ARGBTestFilter()
67 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter()
70 src_width, src_height, dst_argb_opt + (dst_stride_argb * b) + b * 4, in ARGBTestFilter()
71 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter()
76 src_width, src_height, dst_argb_c + (dst_stride_argb * b) + b * 4, in ARGBTestFilter()
77 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter()
86 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestFilter()
102 int abs_diff = Abs(dst_argb_c[(i * dst_stride_argb) + j] - in ARGBTestFilter()
103 dst_argb_opt[(i * dst_stride_argb) + j]); in ARGBTestFilter()
[all …]
Drotate_argb_test.cc47 int dst_stride_argb = dst_width * kBpp; in TestRotateBpp() local
48 int dst_argb_plane_size = dst_stride_argb * dst_height; in TestRotateBpp()
56 RotatePlane(src_argb, src_stride_argb, dst_argb_c, dst_stride_argb, in TestRotateBpp()
61 RotatePlane(src_argb, src_stride_argb, dst_argb_opt, dst_stride_argb, in TestRotateBpp()
66 ARGBRotate(src_argb, src_stride_argb, dst_argb_c, dst_stride_argb, in TestRotateBpp()
71 ARGBRotate(src_argb, src_stride_argb, dst_argb_opt, dst_stride_argb, in TestRotateBpp()
/external/libyuv/files/docs/
Drotation.md33 uint8* dst_argb, int dst_stride_argb,
73 uint8* dst_argb, int dst_stride_argb,
92 uint8* dst_argb, int dst_stride_argb,
/external/libyuv/files/util/
Dyuvconvert.cc166 int dst_stride_argb, in TileARGBScale() argument
181 src_height, dst_argb, dst_stride_argb, in TileARGBScale()