Home
last modified time | relevance | path

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

12

/external/libaom/libaom/third_party/libyuv/source/
Dconvert_argb.cc29 uint8* dst_argb, int dst_stride_argb, in ARGBCopy() argument
42 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb, in ARGBCopy()
52 uint8* dst_argb, int dst_stride_argb, in I444ToARGB() argument
68 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in I444ToARGB()
69 dst_stride_argb = -dst_stride_argb; in I444ToARGB()
75 dst_stride_argb == width * 4) { in I444ToARGB()
78 src_stride_y = src_stride_u = src_stride_v = dst_stride_argb = 0; in I444ToARGB()
107 dst_argb += dst_stride_argb; in I444ToARGB()
120 uint8* dst_argb, int dst_stride_argb, in I422ToARGB() argument
136 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in I422ToARGB()
[all …]
Dplanar_functions.cc483 uint8* dst_argb, int dst_stride_argb, in ARGBMirror() argument
526 dst_argb += dst_stride_argb; in ARGBMirror()
561 uint8* dst_argb, int dst_stride_argb, in ARGBBlend() argument
572 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBBlend()
573 dst_stride_argb = -dst_stride_argb; in ARGBBlend()
578 dst_stride_argb == width * 4) { in ARGBBlend()
581 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBBlend()
588 dst_argb += dst_stride_argb; in ARGBBlend()
597 uint8* dst_argb, int dst_stride_argb, in ARGBMultiply() argument
608 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.cc447 int dst_stride_argb, in ScaleYUVToARGBBilinearUp() argument
489 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) { in ScaleYUVToARGBBilinearUp()
531 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) { in ScaleYUVToARGBBilinearUp()
649 dst_argb += dst_stride_argb; in ScaleYUVToARGBBilinearUp()
814 uint8* dst_argb, int dst_stride_argb, in ARGBScaleClip() argument
827 dst_argb, dst_stride_argb, dst_width, dst_height, in ARGBScaleClip()
836 uint8* dst_argb, int dst_stride_argb, in ARGBScale() argument
845 dst_argb, dst_stride_argb, dst_width, dst_height, in ARGBScale()
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert_argb.h37 uint8* dst_argb, int dst_stride_argb,
45 uint8* dst_argb, int dst_stride_argb,
53 uint8* dst_argb, int dst_stride_argb,
61 uint8* dst_argb, int dst_stride_argb,
69 uint8* dst_argb, int dst_stride_argb,
75 uint8* dst_argb, int dst_stride_argb,
81 uint8* dst_argb, int dst_stride_argb,
91 uint8* dst_argb, int dst_stride_argb,
98 uint8* dst_argb, int dst_stride_argb,
104 uint8* dst_argb, int dst_stride_argb,
[all …]
Dplanar_functions.h139 uint8* dst_argb, int dst_stride_argb,
191 int ARGBRect(uint8* dst_argb, int dst_stride_argb,
197 uint8* dst_argb, int dst_stride_argb,
202 int ARGBGray(uint8* dst_argb, int dst_stride_argb,
207 int ARGBSepia(uint8* dst_argb, int dst_stride_argb,
218 uint8* dst_argb, int dst_stride_argb,
229 int RGBColorMatrix(uint8* dst_argb, int dst_stride_argb,
236 int ARGBColorTable(uint8* dst_argb, int dst_stride_argb,
243 int RGBColorTable(uint8* dst_argb, int dst_stride_argb,
252 uint8* dst_argb, int dst_stride_argb,
[all …]
Dscale_argb.h26 uint8* dst_argb, int dst_stride_argb,
34 uint8* dst_argb, int dst_stride_argb,
47 uint8* dst_argb, int dst_stride_argb,
Dconvert_from.h96 uint8* dst_argb, int dst_stride_argb,
103 uint8* dst_argb, int dst_stride_argb,
110 uint8* dst_argb, int dst_stride_argb,
/external/libvpx/libvpx/third_party/libyuv/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()
111 dst_argb += dst_stride_argb; in I420ToARGBMatrix()
130 int dst_stride_argb, in I420ToARGB() argument
134 src_stride_v, dst_argb, dst_stride_argb, in I420ToARGB()
166 int dst_stride_argb, in J420ToARGB() argument
170 src_stride_v, dst_argb, dst_stride_argb, in J420ToARGB()
[all …]
Drotate_argb.cc27 int dst_stride_argb, in ARGBTranspose() argument
62 dst_argb += dst_stride_argb; in ARGBTranspose()
70 int dst_stride_argb, in ARGBRotate90() argument
78 ARGBTranspose(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, in ARGBRotate90()
85 int dst_stride_argb, in ARGBRotate270() argument
91 dst_argb += dst_stride_argb * (width - 1); in ARGBRotate270()
92 dst_stride_argb = -dst_stride_argb; in ARGBRotate270()
93 ARGBTranspose(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, in ARGBRotate270()
100 int dst_stride_argb, in ARGBRotate180() argument
106 uint8_t* dst_bot = dst_argb + dst_stride_argb * (height - 1); in ARGBRotate180()
[all …]
Dconvert_to_argb.cc45 int dst_stride_argb, in ConvertToARGB() argument
70 int dest_dst_stride_argb = dst_stride_argb; in ConvertToARGB()
89 dst_stride_argb = crop_width * 4; in ConvertToARGB()
96 r = YUY2ToARGB(src, aligned_src_width * 2, dst_argb, dst_stride_argb, in ConvertToARGB()
101 r = UYVYToARGB(src, aligned_src_width * 2, dst_argb, dst_stride_argb, in ConvertToARGB()
106 r = RGB24ToARGB(src, src_width * 3, dst_argb, dst_stride_argb, crop_width, in ConvertToARGB()
111 r = RAWToARGB(src, src_width * 3, dst_argb, dst_stride_argb, crop_width, in ConvertToARGB()
117 r = ARGBToARGB(src, src_width * 4, dst_argb, dst_stride_argb, in ConvertToARGB()
123 r = BGRAToARGB(src, src_width * 4, dst_argb, dst_stride_argb, crop_width, in ConvertToARGB()
128 r = ABGRToARGB(src, src_width * 4, dst_argb, dst_stride_argb, crop_width, in ConvertToARGB()
[all …]
Dplanar_functions.cc971 int dst_stride_argb, in ARGBMirror() argument
1023 dst_argb += dst_stride_argb; in ARGBMirror()
1061 int dst_stride_argb, in ARGBBlend() argument
1073 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBBlend()
1074 dst_stride_argb = -dst_stride_argb; in ARGBBlend()
1078 dst_stride_argb == width * 4) { in ARGBBlend()
1081 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBBlend()
1088 dst_argb += dst_stride_argb; in ARGBBlend()
1286 int dst_stride_argb, in ARGBMultiply() argument
1298 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBMultiply()
[all …]
Dscale_argb.cc537 int dst_stride_argb, in ScaleYUVToARGBBilinearUp() argument
749 dst_argb += dst_stride_argb; in ScaleYUVToARGBBilinearUp()
930 int dst_stride_argb, in ARGBScaleClip() argument
946 dst_stride_argb, dst_width, dst_height, clip_x, clip_y, clip_width, in ARGBScaleClip()
958 int dst_stride_argb, in ARGBScale() argument
967 dst_stride_argb, dst_width, dst_height, 0, 0, dst_width, dst_height, in ARGBScale()
984 int dst_stride_argb, in YUVToARGBScaleClip() argument
1001 dst_stride_argb, dst_width, dst_height, clip_x, clip_y, 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()
111 dst_argb += dst_stride_argb; in I420ToARGBMatrix()
130 int dst_stride_argb, in I420ToARGB() argument
134 src_stride_v, dst_argb, dst_stride_argb, in I420ToARGB()
166 int dst_stride_argb, in J420ToARGB() argument
170 src_stride_v, dst_argb, dst_stride_argb, in J420ToARGB()
[all …]
Drotate_argb.cc27 int dst_stride_argb, in ARGBTranspose() argument
70 dst_argb += dst_stride_argb; in ARGBTranspose()
78 int dst_stride_argb, in ARGBRotate90() argument
86 ARGBTranspose(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, in ARGBRotate90()
93 int dst_stride_argb, in ARGBRotate270() argument
99 dst_argb += dst_stride_argb * (width - 1); in ARGBRotate270()
100 dst_stride_argb = -dst_stride_argb; in ARGBRotate270()
101 ARGBTranspose(src_argb, src_stride_argb, dst_argb, dst_stride_argb, width, in ARGBRotate270()
108 int dst_stride_argb, in ARGBRotate180() argument
114 uint8_t* dst_bot = dst_argb + dst_stride_argb * (height - 1); in ARGBRotate180()
[all …]
Dconvert_to_argb.cc43 int dst_stride_argb, in ConvertToARGB() argument
68 int dest_dst_stride_argb = dst_stride_argb; in ConvertToARGB()
87 dst_stride_argb = crop_width * 4; in ConvertToARGB()
94 r = YUY2ToARGB(src, aligned_src_width * 2, dst_argb, dst_stride_argb, in ConvertToARGB()
99 r = UYVYToARGB(src, aligned_src_width * 2, dst_argb, dst_stride_argb, in ConvertToARGB()
104 r = RGB24ToARGB(src, src_width * 3, dst_argb, dst_stride_argb, crop_width, in ConvertToARGB()
109 r = RAWToARGB(src, src_width * 3, dst_argb, dst_stride_argb, crop_width, in ConvertToARGB()
115 r = ARGBToARGB(src, src_width * 4, dst_argb, dst_stride_argb, in ConvertToARGB()
121 r = BGRAToARGB(src, src_width * 4, dst_argb, dst_stride_argb, crop_width, in ConvertToARGB()
126 r = ABGRToARGB(src, src_width * 4, dst_argb, dst_stride_argb, crop_width, in ConvertToARGB()
[all …]
Dplanar_functions.cc1095 int dst_stride_argb, in ARGBMirror() argument
1155 dst_argb += dst_stride_argb; in ARGBMirror()
1198 int dst_stride_argb, in ARGBBlend() argument
1210 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBBlend()
1211 dst_stride_argb = -dst_stride_argb; in ARGBBlend()
1215 dst_stride_argb == width * 4) { in ARGBBlend()
1218 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBBlend()
1225 dst_argb += dst_stride_argb; in ARGBBlend()
1450 int dst_stride_argb, in ARGBMultiply() argument
1462 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBMultiply()
[all …]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_argb.h36 int dst_stride_argb,
49 int dst_stride_argb,
75 int dst_stride_argb,
88 int dst_stride_argb,
114 int dst_stride_argb,
140 int dst_stride_argb,
153 int dst_stride_argb,
166 int dst_stride_argb,
194 int dst_stride_argb,
220 int dst_stride_argb,
[all …]
Dplanar_functions.h290 int dst_stride_argb,
375 int dst_stride_argb,
387 int dst_stride_argb,
394 int dst_stride_argb,
403 int dst_stride_argb,
419 int dst_stride_argb,
432 int dst_stride_argb,
443 int dst_stride_argb,
454 int dst_stride_argb,
468 int dst_stride_argb,
[all …]
Dscale_argb.h28 int dst_stride_argb,
40 int dst_stride_argb,
61 int dst_stride_argb,
/external/libyuv/files/include/libyuv/
Dconvert_argb.h36 int dst_stride_argb,
49 int dst_stride_argb,
75 int dst_stride_argb,
88 int dst_stride_argb,
114 int dst_stride_argb,
140 int dst_stride_argb,
153 int dst_stride_argb,
166 int dst_stride_argb,
194 int dst_stride_argb,
220 int dst_stride_argb,
[all …]
Dplanar_functions.h303 int dst_stride_argb,
388 int dst_stride_argb,
400 int dst_stride_argb,
407 int dst_stride_argb,
416 int dst_stride_argb,
432 int dst_stride_argb,
445 int dst_stride_argb,
456 int dst_stride_argb,
467 int dst_stride_argb,
481 int dst_stride_argb,
[all …]
Dscale_argb.h28 int dst_stride_argb,
40 int dst_stride_argb,
61 int dst_stride_argb,
/external/libyuv/files/unit_test/
Dscale_argb_test.cc53 int dst_stride_argb = (b * 2 + dst_width) * 4; in ARGBTestFilter() local
67 src_width, src_height, dst_argb_c + (dst_stride_argb * b) + b * 4, in ARGBTestFilter()
68 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter()
71 src_width, src_height, dst_argb_opt + (dst_stride_argb * b) + b * 4, in ARGBTestFilter()
72 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter()
77 src_width, src_height, dst_argb_c + (dst_stride_argb * b) + b * 4, in ARGBTestFilter()
78 dst_stride_argb, dst_width, dst_height, f); in ARGBTestFilter()
87 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb, in ARGBTestFilter()
103 int abs_diff = Abs(dst_argb_c[(i * dst_stride_argb) + j] - in ARGBTestFilter()
104 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()

12