Searched refs:src_stride_rgb565 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_argb.cc | 526 int RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToARGB() argument 539 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565; in RGB565ToARGB() 540 src_stride_rgb565 = -src_stride_rgb565; in RGB565ToARGB() 543 if (src_stride_rgb565 == width * 2 && in RGB565ToARGB() 547 src_stride_rgb565 = dst_stride_argb = 0; in RGB565ToARGB() 568 src_rgb565 += src_stride_rgb565; in RGB565ToARGB()
|
D | convert.cc | 1172 int RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420() argument 1179 void (*RGB565ToUVRow)(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420() 1201 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565; in RGB565ToI420() 1202 src_stride_rgb565 = -src_stride_rgb565; in RGB565ToI420() 1251 RGB565ToUVRow(src_rgb565, src_stride_rgb565, dst_u, dst_v, width); in RGB565ToI420() 1253 RGB565ToYRow(src_rgb565 + src_stride_rgb565, dst_y + dst_stride_y, width); in RGB565ToI420() 1256 RGB565ToARGBRow(src_rgb565 + src_stride_rgb565, row + kRowSize, width); in RGB565ToI420() 1261 src_rgb565 += src_stride_rgb565 * 2; in RGB565ToI420()
|
D | row_neon.cc | 2046 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON() argument 2105 "+r"(src_stride_rgb565), // %1 in RGB565ToUVRow_NEON()
|
D | row_neon64.cc | 2169 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON() argument 2228 "+r"(src_stride_rgb565), // %1 in RGB565ToUVRow_NEON()
|
D | row_common.cc | 433 void RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_C() argument 435 const uint8* next_rgb565 = src_rgb565 + src_stride_rgb565; in RGB565ToUVRow_C()
|
/external/libyuv/files/source/ |
D | convert_argb.cc | 431 int RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToARGB() argument 441 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565; in RGB565ToARGB() 442 src_stride_rgb565 = -src_stride_rgb565; in RGB565ToARGB() 456 src_rgb565 += src_stride_rgb565; in RGB565ToARGB()
|
D | convert.cc | 1300 int RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420() argument 1315 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565; in RGB565ToI420() 1316 src_stride_rgb565 = -src_stride_rgb565; in RGB565ToI420() 1324 TestReadSafe(src_rgb565, src_stride_rgb565, width, height, 2, 16)) { in RGB565ToI420() 1353 RGB565ToARGBRow(src_rgb565 + src_stride_rgb565, row + kMaxStride, width); in RGB565ToI420() 1357 src_rgb565 += src_stride_rgb565 * 2; in RGB565ToI420()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 595 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, 691 void RGB565ToUVRow_Any_NEON(const uint8* src_rgb565, int src_stride_rgb565, 713 void RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565,
|