HomeSort by relevance Sort by last modified time
    Searched full:dst_rgb (Results 1 - 18 of 18) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h     [all...]
convert_from_argb.h 55 uint8* dst_rgb, int dst_stride_rgb,
  /external/libyuv/files/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/libyuv/files/source/
row_common.cc 166 void ARGBToRGB24Row_C(const uint8* src_argb, uint8* dst_rgb, int width) {
172 dst_rgb[0] = b;
173 dst_rgb[1] = g;
174 dst_rgb[2] = r;
175 dst_rgb += 3;
180 void ARGBToRAWRow_C(const uint8* src_argb, uint8* dst_rgb, int width) {
186 dst_rgb[0] = r;
187 dst_rgb[1] = g;
188 dst_rgb[2] = b;
189 dst_rgb += 3
    [all...]
convert_from_argb.cc 756 void (*ARGBToRGB24Row)(const uint8* src_argb, uint8* dst_rgb, int width) =
804 void (*ARGBToRAWRow)(const uint8* src_argb, uint8* dst_rgb, int width) =
860 void (*ARGBToRGB565DitherRow)(const uint8* src_argb, uint8* dst_rgb,
913 void (*ARGBToRGB565Row)(const uint8* src_argb, uint8* dst_rgb, int width) =
969 void (*ARGBToARGB1555Row)(const uint8* src_argb, uint8* dst_rgb, int width) =
1025 void (*ARGBToARGB4444Row)(const uint8* src_argb, uint8* dst_rgb, int width) =
    [all...]
row_win.cc 752 void ARGBToRGB24Row_SSSE3(const uint8* src_argb, uint8* dst_rgb, int width) {
755 mov edx, [esp + 8] // dst_rgb
790 void ARGBToRAWRow_SSSE3(const uint8* src_argb, uint8* dst_rgb, int width) {
793 mov edx, [esp + 8] // dst_rgb
828 void ARGBToRGB565Row_SSE2(const uint8* src_argb, uint8* dst_rgb, int width) {
831 mov edx, [esp + 8] // dst_rgb
865 void ARGBToRGB565DitherRow_SSE2(const uint8* src_argb, uint8* dst_rgb,
870 mov edx, [esp + 8] // dst_rgb
911 void ARGBToRGB565DitherRow_AVX2(const uint8* src_argb, uint8* dst_rgb,
915 mov edx, [esp + 8] // dst_rgb
    [all...]
convert_from.cc 852 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...]

Completed in 520 milliseconds