/external/libyuv/files/unit_test/ |
D | scale_rgb_test.cc | 46 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/ |
D | scale_rgb.cc | 32 int src_stride_rgb, in RGBScale() argument 49 r = RGB24ToARGB(src_rgb, src_stride_rgb, src_argb, src_width * 4, src_width, in RGBScale()
|
D | row_mmi.cc | 688 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 …]
|
D | row_msa.cc | 2020 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 …]
|
D | row_common.cc | 574 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; \
|
D | planar_functions.cc | 1040 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/ |
D | scale_rgb.h | 28 int src_stride_rgb,
|
D | row.h | 1257 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 …]
|
D | planar_functions.h | 199 int src_stride_rgb,
|
/external/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 1064 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 …]
|
D | planar_functions.h | 133 int src_stride_rgb,
|
/external/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 905 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 …]
|
D | planar_functions.h | 111 int src_stride_rgb,
|
/external/libvpx/third_party/libyuv/source/ |
D | row_msa.cc | 2021 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 …]
|
D | planar_functions.cc | 495 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()
|
D | row_common.cc | 405 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/ |
D | row_common.cc | 474 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; \
|
D | planar_functions.cc | 633 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()
|