Home
last modified time | relevance | path

Searched refs:src_stride_rgb565 (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_argb.cc548 int RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToARGB() argument
561 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565; in RGB565ToARGB()
562 src_stride_rgb565 = -src_stride_rgb565; in RGB565ToARGB()
565 if (src_stride_rgb565 == width * 2 && in RGB565ToARGB()
569 src_stride_rgb565 = dst_stride_argb = 0; in RGB565ToARGB()
598 src_rgb565 += src_stride_rgb565; in RGB565ToARGB()
Dconvert.cc1018 int RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420() argument
1025 void (*RGB565ToUVRow)(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420()
1044 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565; in RGB565ToI420()
1045 src_stride_rgb565 = -src_stride_rgb565; in RGB565ToI420()
1106 RGB565ToUVRow(src_rgb565, src_stride_rgb565, dst_u, dst_v, width); in RGB565ToI420()
1108 RGB565ToYRow(src_rgb565 + src_stride_rgb565, dst_y + dst_stride_y, width); in RGB565ToI420()
1111 RGB565ToARGBRow(src_rgb565 + src_stride_rgb565, row + kRowSize, width); in RGB565ToI420()
1116 src_rgb565 += src_stride_rgb565 * 2; in RGB565ToI420()
Drow_neon.cc1982 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON() argument
2041 "+r"(src_stride_rgb565), // %1 in RGB565ToUVRow_NEON()
Drow_neon64.cc1939 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_NEON() argument
1941 const uint8* src_rgb565_1 = src_rgb565 + src_stride_rgb565; in RGB565ToUVRow_NEON()
Drow_common.cc489 void RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToUVRow_C() argument
491 const uint8* next_rgb565 = src_rgb565 + src_stride_rgb565; in RGB565ToUVRow_C()
/external/libyuv/files/source/
Dconvert_argb.cc431 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()
Dconvert.cc1300 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/
Drow.h612 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565,
698 void RGB565ToUVRow_Any_NEON(const uint8* src_rgb565, int src_stride_rgb565,
720 void RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565,