Home
last modified time | relevance | path

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

/external/libaom/libaom/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/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc1223 int src_stride_rgb565, in RGB565ToI420() argument
1234 void (*RGB565ToUVRow)(const uint8_t* src_rgb565, int src_stride_rgb565, in RGB565ToI420()
1254 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565; in RGB565ToI420()
1255 src_stride_rgb565 = -src_stride_rgb565; in RGB565ToI420()
1326 RGB565ToUVRow(src_rgb565, src_stride_rgb565, dst_u, dst_v, width); in RGB565ToI420()
1328 RGB565ToYRow(src_rgb565 + src_stride_rgb565, dst_y + dst_stride_y, width); in RGB565ToI420()
1331 RGB565ToARGBRow(src_rgb565 + src_stride_rgb565, row + kRowSize, width); in RGB565ToI420()
1336 src_rgb565 += src_stride_rgb565 * 2; in RGB565ToI420()
Dconvert_argb.cc1275 int src_stride_rgb565, in RGB565ToARGB() argument
1289 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565; in RGB565ToARGB()
1290 src_stride_rgb565 = -src_stride_rgb565; in RGB565ToARGB()
1293 if (src_stride_rgb565 == width * 2 && dst_stride_argb == width * 4) { in RGB565ToARGB()
1296 src_stride_rgb565 = dst_stride_argb = 0; in RGB565ToARGB()
1333 src_rgb565 += src_stride_rgb565; in RGB565ToARGB()
Drow_neon.cc1643 int src_stride_rgb565, in RGB565ToUVRow_NEON() argument
1698 "+r"(src_stride_rgb565), // %1 in RGB565ToUVRow_NEON()
Drow_neon64.cc1668 int src_stride_rgb565, in RGB565ToUVRow_NEON() argument
1672 const uint8_t* src_rgb565_1 = src_rgb565 + src_stride_rgb565; in RGB565ToUVRow_NEON()
Drow_common.cc567 int src_stride_rgb565, in RGB565ToUVRow_C() argument
571 const uint8_t* next_rgb565 = src_rgb565 + src_stride_rgb565; in RGB565ToUVRow_C()
Drow_msa.cc1941 int src_stride_rgb565, in RGB565ToUVRow_MSA() argument
1947 const uint16_t* t = (const uint16_t*)(src_rgb565 + src_stride_rgb565); in RGB565ToUVRow_MSA()
/external/libyuv/files/source/
Dconvert.cc1886 int src_stride_rgb565, in RGB565ToI420() argument
1898 void (*RGB565ToUVRow)(const uint8_t* src_rgb565, int src_stride_rgb565, in RGB565ToI420()
1918 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565; in RGB565ToI420()
1919 src_stride_rgb565 = -src_stride_rgb565; in RGB565ToI420()
2003 RGB565ToUVRow(src_rgb565, src_stride_rgb565, dst_u, dst_v, width); in RGB565ToI420()
2005 RGB565ToYRow(src_rgb565 + src_stride_rgb565, dst_y + dst_stride_y, width); in RGB565ToI420()
2008 RGB565ToARGBRow(src_rgb565 + src_stride_rgb565, row + kRowSize, width); in RGB565ToI420()
2013 src_rgb565 += src_stride_rgb565 * 2; in RGB565ToI420()
Dconvert_argb.cc1315 int src_stride_rgb565, in RGB565ToARGB() argument
1329 src_rgb565 = src_rgb565 + (height - 1) * src_stride_rgb565; in RGB565ToARGB()
1330 src_stride_rgb565 = -src_stride_rgb565; in RGB565ToARGB()
1333 if (src_stride_rgb565 == width * 2 && dst_stride_argb == width * 4) { in RGB565ToARGB()
1336 src_stride_rgb565 = dst_stride_argb = 0; in RGB565ToARGB()
1381 src_rgb565 += src_stride_rgb565; in RGB565ToARGB()
Drow_neon.cc1643 int src_stride_rgb565, in RGB565ToUVRow_NEON() argument
1698 "+r"(src_stride_rgb565), // %1 in RGB565ToUVRow_NEON()
Drow_neon64.cc1668 int src_stride_rgb565, in RGB565ToUVRow_NEON() argument
1672 const uint8_t* src_rgb565_1 = src_rgb565 + src_stride_rgb565; in RGB565ToUVRow_NEON()
Drow_mmi.cc3100 int src_stride_rgb565, in RGB565ToUVRow_MMI() argument
3358 : [src_rgb565] "r"(src_rgb565), [next_rgb565] "r"(src_stride_rgb565), in RGB565ToUVRow_MMI()
Drow_common.cc567 int src_stride_rgb565, in RGB565ToUVRow_C() argument
571 const uint8_t* next_rgb565 = src_rgb565 + src_stride_rgb565; in RGB565ToUVRow_C()
Drow_msa.cc1941 int src_stride_rgb565, in RGB565ToUVRow_MSA() argument
1947 const uint16_t* t = (const uint16_t*)(src_rgb565 + src_stride_rgb565); in RGB565ToUVRow_MSA()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h300 int src_stride_rgb565,
Dconvert_argb.h548 int src_stride_rgb565,
Drow.h890 int src_stride_rgb565,
935 int src_stride_rgb565,
1225 int src_stride_rgb565,
/external/libyuv/files/include/libyuv/
Dconvert.h376 int src_stride_rgb565,
Dconvert_argb.h582 int src_stride_rgb565,
Drow.h987 int src_stride_rgb565,
1032 int src_stride_rgb565,
1072 int src_stride_rgb565,
1444 int src_stride_rgb565,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drow.h613 void RGB565ToUVRow_NEON(const uint8* src_rgb565, int src_stride_rgb565,
699 void RGB565ToUVRow_Any_NEON(const uint8* src_rgb565, int src_stride_rgb565,
721 void RGB565ToUVRow_C(const uint8* src_rgb565, int src_stride_rgb565,