/external/libyuv/files/include/libyuv/ |
row.h | 312 void ARGBToRGBARow_SSSE3(const uint8* src_argb, uint8* dst_rgb, int pix); 313 void ARGBToRGB24Row_SSSE3(const uint8* src_argb, uint8* dst_rgb, int pix); 314 void ARGBToRAWRow_SSSE3(const uint8* src_argb, uint8* dst_rgb, int pix); 315 void ARGBToRGB565Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix); 316 void ARGBToARGB1555Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix); 317 void ARGBToARGB4444Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix); 319 void ARGBToRGBARow_NEON(const uint8* src_argb, uint8* dst_rgb, int pix); 320 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb, int pix); 321 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_rgb, int pix); 323 void ARGBToRGBARow_C(const uint8* src_argb, uint8* dst_rgb, int pix) [all...] |
planar_functions.h | 111 uint8* dst_rgb, int dst_stride_rgb,
|
/external/libyuv/files/source/ |
row_common.cc | 142 void ARGBToRGBARow_C(const uint8* src_argb, uint8* dst_rgb, int width) { 148 dst_rgb[0] = a; 149 dst_rgb[1] = b; 150 dst_rgb[2] = g; 151 dst_rgb[3] = r; 152 dst_rgb += 4; 157 void ARGBToRGB24Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { 162 dst_rgb[0] = b; 163 dst_rgb[1] = g; 164 dst_rgb[2] = r [all...] |
convert_from.cc | 1010 uint8* dst_rgb, int dst_stride_rgb, 1013 !dst_rgb || 1020 dst_rgb = dst_rgb + (height - 1) * dst_stride_rgb; [all...] |
planar_functions.cc | 639 void (*ARGBToRGB24Row)(const uint8* src_argb, uint8* dst_rgb, int pix) = 685 void (*ARGBToRAWRow)(const uint8* src_argb, uint8* dst_rgb, int pix) = 731 void (*ARGBToRGB565Row)(const uint8* src_argb, uint8* dst_rgb, int pix) = 766 void (*ARGBToARGB1555Row)(const uint8* src_argb, uint8* dst_rgb, int pix) = 801 void (*ARGBToARGB4444Row)(const uint8* src_argb, uint8* dst_rgb, int pix) = 855 void (*ARGBToRGB565Row)(const uint8* src_argb, uint8* dst_rgb, int pix) = 901 void (*ARGBToRGB565Row)(const uint8* src_argb, uint8* dst_rgb, int pix) = [all...] |
row_win.cc | 468 void ARGBToRGB24Row_SSSE3(const uint8* src_argb, uint8* dst_rgb, int pix) { 471 mov edx, [esp + 8] // dst_rgb 507 void ARGBToRAWRow_SSSE3(const uint8* src_argb, uint8* dst_rgb, int pix) { 510 mov edx, [esp + 8] // dst_rgb 546 void ARGBToRGB565Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix) { 549 mov edx, [esp + 8] // dst_rgb 585 void ARGBToARGB1555Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix) { 588 mov edx, [esp + 8] // dst_rgb 627 void ARGBToARGB4444Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix) { 630 mov edx, [esp + 8] // dst_rgb [all...] |
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
row.h | [all...] |
convert_from_argb.h | 55 uint8* dst_rgb, int dst_stride_rgb,
|
/external/opencv3/modules/cudaimgproc/test/ |
test_mean_shift.cpp | 164 cv::Mat dst_rgb; local 165 cv::cvtColor(dst, dst_rgb, cv::COLOR_BGRA2BGR); 167 EXPECT_MAT_SIMILAR(dst_gold, dst_rgb, 1e-3);
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
row_common.cc | 152 void ARGBToRGB24Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { 158 dst_rgb[0] = b; 159 dst_rgb[1] = g; 160 dst_rgb[2] = r; 161 dst_rgb += 3; 166 void ARGBToRAWRow_C(const uint8* src_argb, uint8* dst_rgb, int width) { 172 dst_rgb[0] = r; 173 dst_rgb[1] = g; 174 dst_rgb[2] = b; 175 dst_rgb += 3 [all...] |
convert_from_argb.cc | 767 void (*ARGBToRGB24Row)(const uint8* src_argb, uint8* dst_rgb, int pix) = 815 void (*ARGBToRAWRow)(const uint8* src_argb, uint8* dst_rgb, int pix) = 871 void (*ARGBToRGB565DitherRow)(const uint8* src_argb, uint8* dst_rgb, 924 void (*ARGBToRGB565Row)(const uint8* src_argb, uint8* dst_rgb, int pix) = 980 void (*ARGBToARGB1555Row)(const uint8* src_argb, uint8* dst_rgb, int pix) = 1036 void (*ARGBToARGB4444Row)(const uint8* src_argb, uint8* dst_rgb, int pix) = [all...] |
row_win.cc | 757 void ARGBToRGB24Row_SSSE3(const uint8* src_argb, uint8* dst_rgb, int pix) { 760 mov edx, [esp + 8] // dst_rgb 795 void ARGBToRAWRow_SSSE3(const uint8* src_argb, uint8* dst_rgb, int pix) { 798 mov edx, [esp + 8] // dst_rgb 834 void ARGBToRGB565Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int pix) { 837 mov edx, [esp + 8] // dst_rgb 872 void ARGBToRGB565DitherRow_SSE2(const uint8* src_argb, uint8* dst_rgb, 877 mov edx, [esp + 8] // dst_rgb 918 void ARGBToRGB565DitherRow_AVX2(const uint8* src_argb, uint8* dst_rgb, 922 mov edx, [esp + 8] // dst_rgb [all...] |
convert_from.cc | 1033 void (*ARGBToRGB565DitherRow)(const uint8* src_argb, uint8* dst_rgb, [all...] |
row_neon.cc | [all...] |
row_neon64.cc | [all...] |
/external/skia/src/opts/ |
SkBlitRow_opts_arm_neon.cpp | 531 // Operation: dst_rgb = src_rgb + ((256 - src_a) >> 3) x dst_rgb [all...] |