Searched refs:src_stride_rgb24 (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc448 int RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24, argument
461 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24;
462 src_stride_rgb24 = -src_stride_rgb24;
465 if (src_stride_rgb24 == width * 3 &&
469 src_stride_rgb24 = dst_stride_argb = 0;
490 src_rgb24 += src_stride_rgb24;
H A Dconvert.cc790 int RGB24ToI420(const uint8* src_rgb24, int src_stride_rgb24, argument
797 void (*RGB24ToUVRow)(const uint8* src_rgb24, int src_stride_rgb24,
816 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24;
817 src_stride_rgb24 = -src_stride_rgb24;
870 RGB24ToUVRow(src_rgb24, src_stride_rgb24, dst_u, dst_v, width);
872 RGB24ToYRow(src_rgb24 + src_stride_rgb24, dst_y + dst_stride_y, width);
875 RGB24ToARGBRow(src_rgb24 + src_stride_rgb24, row + kRowSize, width);
880 src_rgb24 += src_stride_rgb24 * 2;
H A Drow_neon.cc1883 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, argument
1922 "+r"(src_stride_rgb24), // %1
H A Drow_neon64.cc1856 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, argument
1858 const uint8* src_rgb24_1 = src_rgb24 + src_stride_rgb24;
/external/libyuv/files/source/
H A Dconvert.cc790 int RGB24ToI420(const uint8* src_rgb24, int src_stride_rgb24, argument
797 void (*RGB24ToUVRow)(const uint8* src_rgb24, int src_stride_rgb24,
816 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24;
817 src_stride_rgb24 = -src_stride_rgb24;
870 RGB24ToUVRow(src_rgb24, src_stride_rgb24, dst_u, dst_v, width);
872 RGB24ToYRow(src_rgb24 + src_stride_rgb24, dst_y + dst_stride_y, width);
875 RGB24ToARGBRow(src_rgb24 + src_stride_rgb24, row + kRowSize, width);
880 src_rgb24 += src_stride_rgb24 * 2;
H A Dconvert_argb.cc884 int RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24, argument
897 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24;
898 src_stride_rgb24 = -src_stride_rgb24;
901 if (src_stride_rgb24 == width * 3 &&
905 src_stride_rgb24 = dst_stride_argb = 0;
926 src_rgb24 += src_stride_rgb24;
H A Drow_neon.cc1702 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, argument
1740 "+r"(src_stride_rgb24), // %1
H A Drow_neon64.cc1667 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, argument
1669 const uint8* src_rgb24_1 = src_rgb24 + src_stride_rgb24;
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h608 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24,
694 void RGB24ToUVRow_Any_NEON(const uint8* src_rgb24, int src_stride_rgb24,
716 void RGB24ToUVRow_C(const uint8* src_rgb24, int src_stride_rgb24,
/external/libyuv/files/include/libyuv/
H A Drow.h670 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24,
760 void RGB24ToUVRow_Any_NEON(const uint8* src_rgb24, int src_stride_rgb24,
782 void RGB24ToUVRow_C(const uint8* src_rgb24, int src_stride_rgb24,

Completed in 159 milliseconds