Searched refs:src_stride_rgb565 (Results 1 - 13 of 13) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc981 int RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, argument
988 void (*RGB565ToUVRow)(const uint8* src_rgb565, int src_stride_rgb565,
1007 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565;
1008 src_stride_rgb565 = -src_stride_rgb565;
1069 RGB565ToUVRow(src_rgb565, src_stride_rgb565, dst_u, dst_v, width);
1071 RGB565ToYRow(src_rgb565 + src_stride_rgb565, dst_y + dst_stride_y, width);
1074 RGB565ToARGBRow(src_rgb565 + src_stride_rgb565, row + kRowSize, width);
1079 src_rgb565 += src_stride_rgb565 * 2;
H A Dconvert_argb.cc984 int RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, argument
997 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565;
998 src_stride_rgb565 = -src_stride_rgb565;
1001 if (src_stride_rgb565 == width * 2 &&
1005 src_stride_rgb565 = dst_stride_argb = 0;
1034 src_rgb565 += src_stride_rgb565;
H A Drow_neon.cc1799 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, argument
1857 "+r"(src_stride_rgb565), // %1
H A Drow_neon64.cc1746 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, argument
1748 const uint8* src_rgb565_1 = src_rgb565 + src_stride_rgb565;
H A Drow_common.cc481 void RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565, argument
483 const uint8* next_rgb565 = src_rgb565 + src_stride_rgb565;
/external/libyuv/files/source/
H A Dconvert_argb.cc1076 int src_stride_rgb565,
1090 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565;
1091 src_stride_rgb565 = -src_stride_rgb565;
1094 if (src_stride_rgb565 == width * 2 && dst_stride_argb == width * 4) {
1097 src_stride_rgb565 = dst_stride_argb = 0;
1142 src_rgb565 += src_stride_rgb565;
1075 RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
H A Dconvert.cc1197 int src_stride_rgb565,
1208 void (*RGB565ToUVRow)(const uint8* src_rgb565, int src_stride_rgb565,
1227 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565;
1228 src_stride_rgb565 = -src_stride_rgb565;
1307 RGB565ToUVRow(src_rgb565, src_stride_rgb565, dst_u, dst_v, width);
1309 RGB565ToYRow(src_rgb565 + src_stride_rgb565, dst_y + dst_stride_y, width);
1312 RGB565ToARGBRow(src_rgb565 + src_stride_rgb565, row + kRowSize, width);
1317 src_rgb565 += src_stride_rgb565 * 2;
1196 RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
H A Drow_neon.cc1749 int src_stride_rgb565,
1809 "+r"(src_stride_rgb565), // %1
1748 RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_u, uint8* dst_v, int width) argument
H A Drow_neon64.cc1715 int src_stride_rgb565,
1719 const uint8* src_rgb565_1 = src_rgb565 + src_stride_rgb565;
1714 RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_u, uint8* dst_v, int width) argument
H A Drow_common.cc487 int src_stride_rgb565,
491 const uint8* next_rgb565 = src_rgb565 + src_stride_rgb565;
486 RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_u, uint8* dst_v, int width) argument
H A Drow_msa.cc1929 int src_stride_rgb565,
1935 const uint16* t = (const uint16*)(src_rgb565 + src_stride_rgb565);
1928 RGB565ToUVRow_MSA(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_u, uint8* dst_v, int width) argument
/external/libyuv/files/include/libyuv/
H A Drow.h927 int src_stride_rgb565,
972 int src_stride_rgb565,
1184 int src_stride_rgb565,
1229 int src_stride_rgb565,
1304 int src_stride_rgb565,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h679 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565,
769 void RGB565ToUVRow_Any_NEON(const uint8* src_rgb565, int src_stride_rgb565,
791 void RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565,

Completed in 256 milliseconds