Searched refs:dst_stride_argb (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A 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,
84 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...]
H A Drotate_argb.h25 uint8* dst_argb, int dst_stride_argb,
H A Dscale_argb.h25 uint8* dst_argb, int dst_stride_argb,
33 uint8* dst_argb, int dst_stride_argb,
46 uint8* dst_argb, int dst_stride_argb,
H A Dplanar_functions.h124 uint8* dst_argb, int dst_stride_argb,
176 int ARGBRect(uint8* dst_argb, int dst_stride_argb,
182 uint8* dst_argb, int dst_stride_argb,
187 int ARGBGray(uint8* dst_argb, int dst_stride_argb,
192 int ARGBSepia(uint8* dst_argb, int dst_stride_argb,
203 uint8* dst_argb, int dst_stride_argb,
214 int RGBColorMatrix(uint8* dst_argb, int dst_stride_argb,
221 int ARGBColorTable(uint8* dst_argb, int dst_stride_argb,
228 int RGBColorTable(uint8* dst_argb, int dst_stride_argb,
237 uint8* dst_argb, int dst_stride_argb,
[all...]
/external/chromium_org/third_party/libyuv/include/libyuv/
H A 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,
84 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...]
H A Drotate_argb.h25 uint8* dst_argb, int dst_stride_argb,
H A Dscale_argb.h25 uint8* dst_argb, int dst_stride_argb,
33 uint8* dst_argb, int dst_stride_argb,
46 uint8* dst_argb, int dst_stride_argb,
H A Dplanar_functions.h124 uint8* dst_argb, int dst_stride_argb,
176 int ARGBRect(uint8* dst_argb, int dst_stride_argb,
182 uint8* dst_argb, int dst_stride_argb,
187 int ARGBGray(uint8* dst_argb, int dst_stride_argb,
192 int ARGBSepia(uint8* dst_argb, int dst_stride_argb,
203 uint8* dst_argb, int dst_stride_argb,
214 int RGBColorMatrix(uint8* dst_argb, int dst_stride_argb,
221 int ARGBColorTable(uint8* dst_argb, int dst_stride_argb,
228 int RGBColorTable(uint8* dst_argb, int dst_stride_argb,
237 uint8* dst_argb, int dst_stride_argb,
[all...]
/external/libyuv/files/include/libyuv/
H A 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,
88 uint8* dst_argb, int dst_stride_argb,
95 uint8* dst_argb, int dst_stride_argb,
101 uint8* dst_argb, int dst_stride_argb,
[all...]
H A Drotate_argb.h25 uint8* dst_argb, int dst_stride_argb,
H A Dscale_argb.h25 uint8* dst_argb, int dst_stride_argb,
H A Dplanar_functions.h75 uint8* dst_argb, int dst_stride_argb,
99 uint8* dst_argb, int dst_stride_argb,
181 int ARGBRect(uint8* dst_argb, int dst_stride_argb,
187 uint8* dst_argb, int dst_stride_argb,
192 int ARGBGray(uint8* dst_argb, int dst_stride_argb,
197 int ARGBSepia(uint8* dst_argb, int dst_stride_argb,
206 int ARGBColorMatrix(uint8* dst_argb, int dst_stride_argb,
213 int ARGBColorTable(uint8* dst_argb, int dst_stride_argb,
222 int ARGBQuantize(uint8* dst_argb, int dst_stride_argb,
229 uint8* dst_argb, int dst_stride_argb,
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc30 uint8* dst_argb, int dst_stride_argb,
43 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb,
53 uint8* dst_argb, int dst_stride_argb,
69 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
70 dst_stride_argb = -dst_stride_argb;
76 dst_stride_argb == width * 4) {
79 src_stride_y = src_stride_u = src_stride_v = dst_stride_argb = 0;
86 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) {
102 dst_argb += dst_stride_argb;
29 ARGBCopy(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
50 I444ToARGB(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_argb, int dst_stride_argb, int width, int height) argument
112 I422ToARGB(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_argb, int dst_stride_argb, int width, int height) argument
192 I411ToARGB(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_argb, int dst_stride_argb, int width, int height) argument
254 I400ToARGB_Reference(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
305 I400ToARGB(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
371 BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
382 ARGBToBGRA(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
393 ABGRToARGB(const uint8* src_abgr, int src_stride_abgr, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
404 ARGBToABGR(const uint8* src_abgr, int src_stride_abgr, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
415 RGBAToARGB(const uint8* src_rgba, int src_stride_rgba, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
426 RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
476 RAWToARGB(const uint8* src_raw, int src_stride_raw, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
526 RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
576 ARGB1555ToARGB(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
626 ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
676 NV12ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
727 NV21ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
779 M420ToARGB(const uint8* src_m420, int src_stride_m420, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
831 YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
884 UYVYToARGB(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
[all...]
H A Dplanar_functions.cc486 uint8* dst_argb, int dst_stride_argb,
504 IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) {
523 dst_argb += dst_stride_argb;
558 uint8* dst_argb, int dst_stride_argb,
569 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
570 dst_stride_argb = -dst_stride_argb;
575 dst_stride_argb == width * 4) {
578 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0;
585 dst_argb += dst_stride_argb;
485 ARGBMirror(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
556 ARGBBlend(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
592 ARGBMultiply(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
653 ARGBAdd(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
719 ARGBSubtract(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1131 ARGBRect(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height, uint32 value) argument
1178 ARGBAttenuate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1244 ARGBUnattenuate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1293 ARGBGrayTo(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1336 ARGBGray(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1371 ARGBSepia(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1405 ARGBColorMatrix(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, const int8* matrix_argb, int width, int height) argument
1448 RGBColorMatrix(uint8* dst_argb, int dst_stride_argb, const int8* matrix_rgb, int dst_x, int dst_y, int width, int height) argument
1482 ARGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1514 RGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1553 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
1620 ARGBBlur(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int32* dst_cumsum, int dst_stride32_cumsum, int width, int height, int radius) argument
1724 ARGBShade(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, uint32 value) argument
1767 ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height, int interpolation) argument
1855 ARGBShuffle(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, const uint8* shuffler, int width, int height) argument
1924 ARGBSobelize(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, void (*SobelRow)(const uint8* src_sobelx, const uint8* src_sobely, uint8* dst, int width)) argument
2045 ARGBSobel(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
2090 ARGBSobelXY(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
2112 ARGBPolynomial(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, const float* poly, int width, int height) argument
2158 ARGBLumaColorTable(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, const uint8* luma, int width, int height) argument
2198 ARGBCopyAlpha(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
2244 ARGBCopyYToAlpha(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
[all...]
H A Drotate_argb.cc165 uint8* dst_argb, int dst_stride_argb,
183 dst_argb, dst_stride_argb,
187 dst_argb, dst_stride_argb,
192 dst_argb, dst_stride_argb,
197 dst_argb, dst_stride_argb,
164 ARGBRotate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, enum RotationMode mode) argument
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_argb.cc30 uint8* dst_argb, int dst_stride_argb,
43 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb,
53 uint8* dst_argb, int dst_stride_argb,
69 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
70 dst_stride_argb = -dst_stride_argb;
76 dst_stride_argb == width * 4) {
79 src_stride_y = src_stride_u = src_stride_v = dst_stride_argb = 0;
86 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) {
102 dst_argb += dst_stride_argb;
29 ARGBCopy(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
50 I444ToARGB(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_argb, int dst_stride_argb, int width, int height) argument
112 I422ToARGB(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_argb, int dst_stride_argb, int width, int height) argument
192 I411ToARGB(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_argb, int dst_stride_argb, int width, int height) argument
254 I400ToARGB_Reference(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
305 I400ToARGB(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
371 BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
382 ARGBToBGRA(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
393 ABGRToARGB(const uint8* src_abgr, int src_stride_abgr, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
404 ARGBToABGR(const uint8* src_abgr, int src_stride_abgr, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
415 RGBAToARGB(const uint8* src_rgba, int src_stride_rgba, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
426 RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
476 RAWToARGB(const uint8* src_raw, int src_stride_raw, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
526 RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
576 ARGB1555ToARGB(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
626 ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
676 NV12ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
727 NV21ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
779 M420ToARGB(const uint8* src_m420, int src_stride_m420, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
831 YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
884 UYVYToARGB(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
[all...]
H A Dplanar_functions.cc486 uint8* dst_argb, int dst_stride_argb,
504 IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) {
523 dst_argb += dst_stride_argb;
558 uint8* dst_argb, int dst_stride_argb,
569 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
570 dst_stride_argb = -dst_stride_argb;
575 dst_stride_argb == width * 4) {
578 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0;
585 dst_argb += dst_stride_argb;
485 ARGBMirror(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
556 ARGBBlend(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
592 ARGBMultiply(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
653 ARGBAdd(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
719 ARGBSubtract(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1131 ARGBRect(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height, uint32 value) argument
1178 ARGBAttenuate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1244 ARGBUnattenuate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1293 ARGBGrayTo(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1336 ARGBGray(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1371 ARGBSepia(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1405 ARGBColorMatrix(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, const int8* matrix_argb, int width, int height) argument
1448 RGBColorMatrix(uint8* dst_argb, int dst_stride_argb, const int8* matrix_rgb, int dst_x, int dst_y, int width, int height) argument
1482 ARGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1514 RGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1553 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
1620 ARGBBlur(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int32* dst_cumsum, int dst_stride32_cumsum, int width, int height, int radius) argument
1724 ARGBShade(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, uint32 value) argument
1767 ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height, int interpolation) argument
1855 ARGBShuffle(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, const uint8* shuffler, int width, int height) argument
1924 ARGBSobelize(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, void (*SobelRow)(const uint8* src_sobelx, const uint8* src_sobely, uint8* dst, int width)) argument
2045 ARGBSobel(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
2090 ARGBSobelXY(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
2112 ARGBPolynomial(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, const float* poly, int width, int height) argument
2158 ARGBLumaColorTable(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, const uint8* luma, int width, int height) argument
2198 ARGBCopyAlpha(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
2244 ARGBCopyYToAlpha(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
[all...]
H A Drotate_argb.cc165 uint8* dst_argb, int dst_stride_argb,
183 dst_argb, dst_stride_argb,
187 dst_argb, dst_stride_argb,
192 dst_argb, dst_stride_argb,
197 dst_argb, dst_stride_argb,
164 ARGBRotate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, enum RotationMode mode) argument
/external/chromium_org/third_party/libyuv/unit_test/
H A Dscale_argb_test.cc36 int dst_stride_argb = (b * 2 + dst_width) * 4; local
47 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb,
52 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb,
59 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb,
69 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb,
85 int abs_diff = Abs(dst_argb_c[(i * dst_stride_argb)
102 TileARGBScale(const uint8* src_argb, int src_stride_argb, int src_width, int src_height, uint8* dst_argb, int dst_stride_argb, int dst_width, int dst_height, FilterMode filtering) argument
142 int dst_stride_argb = (b * 2 + dst_width) * 4; local
[all...]
H A Drotate_argb_test.cc45 int dst_stride_argb = dst_width * kBpp; local
46 int dst_argb_plane_size = dst_stride_argb * dst_height;
55 dst_argb_c, dst_stride_argb,
61 dst_argb_opt, dst_stride_argb,
67 dst_argb_c, dst_stride_argb,
73 dst_argb_opt, dst_stride_argb,
/external/libyuv/files/source/
H A Dconvert_argb.cc32 uint8* dst_argb, int dst_stride_argb,
45 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb,
55 uint8* dst_argb, int dst_stride_argb,
65 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
66 dst_stride_argb = -dst_stride_argb;
78 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) {
87 dst_argb += dst_stride_argb;
100 uint8* dst_argb, int dst_stride_argb,
110 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
31 ARGBCopy(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
52 I444ToARGB(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_argb, int dst_stride_argb, int width, int height) argument
97 I422ToARGB(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_argb, int dst_stride_argb, int width, int height) argument
149 I411ToARGB(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_argb, int dst_stride_argb, int width, int height) argument
195 I400ToARGB_Reference(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
229 I400ToARGB(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
263 BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
297 ABGRToARGB(const uint8* src_abgr, int src_stride_abgr, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
331 RGBAToARGB(const uint8* src_rgba, int src_stride_rgba, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
365 RAWToARGB(const uint8* src_raw, int src_stride_raw, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
398 RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
431 RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
464 ARGB1555ToARGB(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
497 ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
530 NV12ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
581 NV21ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
632 M420ToARGB(const uint8* src_m420, int src_stride_m420, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
676 YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
763 UYVYToARGB(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
[all...]
H A Dplanar_functions.cc270 uint8* dst_argb, int dst_stride_argb,
287 IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) {
296 dst_argb += dst_stride_argb;
326 uint8* dst_argb, int dst_stride_argb,
334 dst_argb = dst_argb + (height - 1) * dst_stride_argb;
335 dst_stride_argb = -dst_stride_argb;
344 dst_argb += dst_stride_argb;
977 int ARGBRect(uint8* dst_argb, int dst_stride_argb, argument
986 uint8* dst = dst_argb + dst_y * dst_stride_argb
269 ARGBMirror(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
324 ARGBBlend(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1018 ARGBAttenuate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1056 ARGBUnattenuate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1087 ARGBGrayTo(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1118 ARGBGray(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1142 ARGBSepia(uint8* dst_argb, int dst_stride_argb, int dst_x, int dst_y, int width, int height) argument
1164 ARGBColorMatrix(uint8* dst_argb, int dst_stride_argb, const int8* matrix_argb, int dst_x, int dst_y, int width, int height) argument
1190 ARGBColorTable(uint8* dst_argb, int dst_stride_argb, const uint8* table_argb, int dst_x, int dst_y, int width, int height) argument
1220 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
1275 ARGBBlur(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int32* dst_cumsum, int dst_stride32_cumsum, int width, int height, int radius) argument
1360 ARGBShade(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, uint32 value) argument
1391 ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height, int interpolation) argument
[all...]
H A Drotate_argb.cc131 uint8* dst_argb, int dst_stride_argb,
149 dst_argb, dst_stride_argb,
153 dst_argb, dst_stride_argb,
158 dst_argb, dst_stride_argb,
163 dst_argb, dst_stride_argb,
130 ARGBRotate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, RotationMode mode) argument
/external/libyuv/files/unit_test/
H A Drotate_argb_test.cc31 int dst_stride_argb = (b * 2 + dst_width) * 4; local
50 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb,
54 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb,
61 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb,
70 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb,
86 int abs_diff = abs(dst_argb_c[(i * dst_stride_argb)
[all...]
H A Dscale_argb_test.cc31 int dst_stride_argb = (b * 2 + dst_width) * 4; local
51 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb,
56 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb,
64 dst_argb_c + (dst_stride_argb * b) + b * 4, dst_stride_argb,
74 dst_argb_opt + (dst_stride_argb * b) + b * 4, dst_stride_argb,
90 int abs_diff = abs(dst_argb_c[(i * dst_stride_argb)
[all...]

Completed in 544 milliseconds

12