Searched refs:src_stride_rgb (Results 1 – 9 of 9) sorted by relevance
/external/libyuv/files/source/ |
D | row_dspr2.cc | 1224 int src_stride_rgb, in BGRAToUVRow_DSPR2() argument 1228 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; in BGRAToUVRow_DSPR2() 1346 int src_stride_rgb, in ABGRToUVRow_DSPR2() argument 1350 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; in ABGRToUVRow_DSPR2() 1526 int src_stride_rgb, in RGBAToUVRow_DSPR2() argument 1530 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; in RGBAToUVRow_DSPR2() 1649 int src_stride_rgb, in ARGBToUVRow_DSPR2() argument 1653 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; in ARGBToUVRow_DSPR2()
|
D | row_msa.cc | 2009 int src_stride_rgb, in RGB24ToUVRow_MSA() argument 2015 const uint8* t = src_rgb0 + src_stride_rgb; in RGB24ToUVRow_MSA() 2114 int src_stride_rgb, in RAWToUVRow_MSA() argument 2120 const uint8* t = src_rgb0 + src_stride_rgb; in RAWToUVRow_MSA() 2488 int src_stride_rgb, in ARGBToUVJRow_MSA() argument 2494 const uint8* t = src_rgb0 + src_stride_rgb; in ARGBToUVJRow_MSA() 2558 int src_stride_rgb, in BGRAToUVRow_MSA() argument 2564 const uint8* t = src_rgb0 + src_stride_rgb; in BGRAToUVRow_MSA() 2591 int src_stride_rgb, in ABGRToUVRow_MSA() argument 2597 const uint8* t = src_rgb0 + src_stride_rgb; in ABGRToUVRow_MSA() [all …]
|
D | row_common.cc | 325 void NAME##ToUVRow_C(const uint8* src_rgb0, int src_stride_rgb, \ 327 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; \ 411 void NAME##ToUVJRow_C(const uint8* src_rgb0, int src_stride_rgb, \ 413 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; \
|
/external/libvpx/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/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/libaom/third_party/libyuv/source/ |
D | row_common.cc | 310 void NAME ## ToUVRow_C(const uint8* src_rgb0, int src_stride_rgb, \ 312 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; \ 392 void NAME ## ToUVJRow_C(const uint8* src_rgb0, int src_stride_rgb, \ 394 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; \
|