Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_dspr2.cc1224 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()
Drow_msa.cc2009 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 …]
Drow_common.cc325 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/source/
Drow_common.cc324 void NAME ## ToUVRow_C(const uint8* src_rgb0, int src_stride_rgb, \
326 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; \
406 void NAME ## ToUVJRow_C(const uint8* src_rgb0, int src_stride_rgb, \
408 const uint8* src_rgb1 = src_rgb0 + src_stride_rgb; \