Home
last modified time | relevance | path

Searched refs:src_stride_rgb (Results 1 – 18 of 18) sorted by relevance

/external/libyuv/files/unit_test/
Dscale_rgb_test.cc46 int src_stride_rgb = (b * 3 + Abs(src_width)) * 3; in RGBTestFilter() local
69 RGBScale(src_rgb + (src_stride_rgb * b) + b * 3, src_stride_rgb, src_width, in RGBTestFilter()
73 RGBScale(src_rgb + (src_stride_rgb * b) + b * 3, src_stride_rgb, src_width, in RGBTestFilter()
79 RGBScale(src_rgb + (src_stride_rgb * b) + b * 3, src_stride_rgb, src_width, in RGBTestFilter()
88 RGBScale(src_rgb + (src_stride_rgb * b) + b * 3, src_stride_rgb, src_width, in RGBTestFilter()
/external/libyuv/files/source/
Dscale_rgb.cc32 int src_stride_rgb, in RGBScale() argument
49 r = RGB24ToARGB(src_rgb, src_stride_rgb, src_argb, src_width * 4, src_width, in RGBScale()
Drow_mmi.cc688 int src_stride_rgb, in ARGBToUVRow_MMI() argument
916 : [src_rgb] "r"(src_rgb), [src_stride_rgb] "r"(src_stride_rgb), in ARGBToUVRow_MMI()
1004 int src_stride_rgb, in BGRAToUVRow_MMI() argument
1232 : [src_rgb] "r"(src_rgb), [src_stride_rgb] "r"(src_stride_rgb), in BGRAToUVRow_MMI()
1320 int src_stride_rgb, in ABGRToUVRow_MMI() argument
1548 : [src_rgb] "r"(src_rgb), [src_stride_rgb] "r"(src_stride_rgb), in ABGRToUVRow_MMI()
1636 int src_stride_rgb, in RGBAToUVRow_MMI() argument
1864 : [src_rgb] "r"(src_rgb), [src_stride_rgb] "r"(src_stride_rgb), in RGBAToUVRow_MMI()
1956 int src_stride_rgb, in RGB24ToUVRow_MMI() argument
2200 : [src_rgb] "r"(src_rgb), [src_stride_rgb] "r"(src_stride_rgb), in RGB24ToUVRow_MMI()
[all …]
Drow_msa.cc2020 int src_stride_rgb, in RGB24ToUVRow_MSA() argument
2026 const uint8_t* t = src_rgb + src_stride_rgb; in RGB24ToUVRow_MSA()
2130 int src_stride_rgb, in RAWToUVRow_MSA() argument
2136 const uint8_t* t = src_rgb + src_stride_rgb; in RAWToUVRow_MSA()
2506 int src_stride_rgb, in ARGBToUVJRow_MSA() argument
2512 const uint8_t* t = src_rgb + src_stride_rgb; in ARGBToUVJRow_MSA()
2638 int src_stride_rgb, in BGRAToUVRow_MSA() argument
2644 const uint8_t* t = src_rgb + src_stride_rgb; in BGRAToUVRow_MSA()
2673 int src_stride_rgb, in ABGRToUVRow_MSA() argument
2679 const uint8_t* t = src_rgb + src_stride_rgb; in ABGRToUVRow_MSA()
[all …]
Drow_common.cc574 void NAME##ToUVRow_C(const uint8_t* src_rgb, int src_stride_rgb, \
576 const uint8_t* src_rgb1 = src_rgb + src_stride_rgb; \
611 void NAME##ToUVRow_C(const uint8_t* src_rgb, int src_stride_rgb, \
613 const uint8_t* src_rgb1 = src_rgb + src_stride_rgb; \
715 void NAME##ToUVJRow_C(const uint8_t* src_rgb, int src_stride_rgb, \
717 const uint8_t* src_rgb1 = src_rgb + src_stride_rgb; \
752 void NAME##ToUVJRow_C(const uint8_t* src_rgb, int src_stride_rgb, \
754 const uint8_t* src_rgb1 = src_rgb + src_stride_rgb; \
Dplanar_functions.cc1040 int src_stride_rgb, in SplitRGBPlane() argument
1066 if (src_stride_rgb == width * 3 && dst_stride_r == width && in SplitRGBPlane()
1070 src_stride_rgb = dst_stride_r = dst_stride_g = dst_stride_b = 0; in SplitRGBPlane()
1095 src_rgb += src_stride_rgb; in SplitRGBPlane()
/external/libyuv/files/include/libyuv/
Dscale_rgb.h28 int src_stride_rgb,
Drow.h1257 int src_stride_rgb,
1262 int src_stride_rgb,
1267 int src_stride_rgb,
1272 int src_stride_rgb,
1277 int src_stride_rgb,
1282 int src_stride_rgb,
1741 int src_stride_rgb,
1746 int src_stride_rgb,
1751 int src_stride_rgb,
1756 int src_stride_rgb,
[all …]
Dplanar_functions.h199 int src_stride_rgb,
/external/libaom/third_party/libyuv/include/libyuv/
Drow.h1064 int src_stride_rgb,
1069 int src_stride_rgb,
1074 int src_stride_rgb,
1079 int src_stride_rgb,
1084 int src_stride_rgb,
1089 int src_stride_rgb,
1104 int src_stride_rgb,
1109 int src_stride_rgb,
1114 int src_stride_rgb,
1119 int src_stride_rgb,
[all …]
Dplanar_functions.h133 int src_stride_rgb,
/external/libvpx/third_party/libyuv/include/libyuv/
Drow.h905 int src_stride_rgb,
910 int src_stride_rgb,
915 int src_stride_rgb,
920 int src_stride_rgb,
925 int src_stride_rgb,
930 int src_stride_rgb,
1180 int src_stride_rgb,
1185 int src_stride_rgb,
1190 int src_stride_rgb,
1195 int src_stride_rgb,
[all …]
Dplanar_functions.h111 int src_stride_rgb,
/external/libvpx/third_party/libyuv/source/
Drow_msa.cc2021 int src_stride_rgb, in RGB24ToUVRow_MSA() argument
2027 const uint8_t* t = src_rgb0 + src_stride_rgb; in RGB24ToUVRow_MSA()
2126 int src_stride_rgb, in RAWToUVRow_MSA() argument
2132 const uint8_t* t = src_rgb0 + src_stride_rgb; in RAWToUVRow_MSA()
2500 int src_stride_rgb, in ARGBToUVJRow_MSA() argument
2506 const uint8_t* t = src_rgb0 + src_stride_rgb; in ARGBToUVJRow_MSA()
2570 int src_stride_rgb, in BGRAToUVRow_MSA() argument
2576 const uint8_t* t = src_rgb0 + src_stride_rgb; in BGRAToUVRow_MSA()
2603 int src_stride_rgb, in ABGRToUVRow_MSA() argument
2609 const uint8_t* t = src_rgb0 + src_stride_rgb; in ABGRToUVRow_MSA()
[all …]
Dplanar_functions.cc495 int src_stride_rgb, in SplitRGBPlane() argument
518 if (src_stride_rgb == width * 3 && dst_stride_r == width && in SplitRGBPlane()
522 src_stride_rgb = dst_stride_r = dst_stride_g = dst_stride_b = 0; in SplitRGBPlane()
547 src_rgb += src_stride_rgb; in SplitRGBPlane()
Drow_common.cc405 void NAME##ToUVRow_C(const uint8_t* src_rgb0, int src_stride_rgb, \
407 const uint8_t* src_rgb1 = src_rgb0 + src_stride_rgb; \
491 void NAME##ToUVJRow_C(const uint8_t* src_rgb0, int src_stride_rgb, \
493 const uint8_t* src_rgb1 = src_rgb0 + src_stride_rgb; \
/external/libaom/third_party/libyuv/source/
Drow_common.cc474 void NAME##ToUVRow_C(const uint8_t* src_rgb0, int src_stride_rgb, \
476 const uint8_t* src_rgb1 = src_rgb0 + src_stride_rgb; \
511 void NAME##ToUVRow_C(const uint8_t* src_rgb0, int src_stride_rgb, \
513 const uint8_t* src_rgb1 = src_rgb0 + src_stride_rgb; \
615 void NAME##ToUVJRow_C(const uint8_t* src_rgb0, int src_stride_rgb, \
617 const uint8_t* src_rgb1 = src_rgb0 + src_stride_rgb; \
652 void NAME##ToUVJRow_C(const uint8_t* src_rgb0, int src_stride_rgb, \
654 const uint8_t* src_rgb1 = src_rgb0 + src_stride_rgb; \
Dplanar_functions.cc633 int src_stride_rgb, in SplitRGBPlane() argument
656 if (src_stride_rgb == width * 3 && dst_stride_r == width && in SplitRGBPlane()
660 src_stride_rgb = dst_stride_r = dst_stride_g = dst_stride_b = 0; in SplitRGBPlane()
693 src_rgb += src_stride_rgb; in SplitRGBPlane()