Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/source/
Dconvert_argb.cc606 int ARGB1555ToARGB(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToARGB() argument
619 src_argb1555 = src_argb1555 + (height - 1) * src_stride_argb1555; in ARGB1555ToARGB()
620 src_stride_argb1555 = -src_stride_argb1555; in ARGB1555ToARGB()
623 if (src_stride_argb1555 == width * 2 && in ARGB1555ToARGB()
627 src_stride_argb1555 = dst_stride_argb = 0; in ARGB1555ToARGB()
656 src_argb1555 += src_stride_argb1555; in ARGB1555ToARGB()
Dconvert.cc1140 int ARGB1555ToI420(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToI420() argument
1147 void (*ARGB1555ToUVRow)(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToI420()
1166 src_argb1555 = src_argb1555 + (height - 1) * src_stride_argb1555; in ARGB1555ToI420()
1167 src_stride_argb1555 = -src_stride_argb1555; in ARGB1555ToI420()
1228 ARGB1555ToUVRow(src_argb1555, src_stride_argb1555, dst_u, dst_v, width); in ARGB1555ToI420()
1230 ARGB1555ToYRow(src_argb1555 + src_stride_argb1555, dst_y + dst_stride_y, in ARGB1555ToI420()
1234 ARGB1555ToARGBRow(src_argb1555 + src_stride_argb1555, row + kRowSize, in ARGB1555ToI420()
1240 src_argb1555 += src_stride_argb1555 * 2; in ARGB1555ToI420()
Drow_neon.cc2052 void ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument
2111 "+r"(src_stride_argb1555), // %1 in ARGB1555ToUVRow_NEON()
Drow_neon64.cc2015 void ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument
2017 const uint8* src_argb1555_1 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_NEON()
Drow_common.cc536 void ARGB1555ToUVRow_C(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToUVRow_C() argument
538 const uint8* next_argb1555 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_C()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc1361 int src_stride_argb1555, in ARGB1555ToI420() argument
1372 void (*ARGB1555ToUVRow)(const uint8_t* src_argb1555, int src_stride_argb1555, in ARGB1555ToI420()
1393 src_argb1555 = src_argb1555 + (height - 1) * src_stride_argb1555; in ARGB1555ToI420()
1394 src_stride_argb1555 = -src_stride_argb1555; in ARGB1555ToI420()
1466 ARGB1555ToUVRow(src_argb1555, src_stride_argb1555, dst_u, dst_v, width); in ARGB1555ToI420()
1468 ARGB1555ToYRow(src_argb1555 + src_stride_argb1555, dst_y + dst_stride_y, in ARGB1555ToI420()
1472 ARGB1555ToARGBRow(src_argb1555 + src_stride_argb1555, row + kRowSize, in ARGB1555ToI420()
1478 src_argb1555 += src_stride_argb1555 * 2; in ARGB1555ToI420()
Dconvert_argb.cc1342 int src_stride_argb1555, in ARGB1555ToARGB() argument
1356 src_argb1555 = src_argb1555 + (height - 1) * src_stride_argb1555; in ARGB1555ToARGB()
1357 src_stride_argb1555 = -src_stride_argb1555; in ARGB1555ToARGB()
1360 if (src_stride_argb1555 == width * 2 && dst_stride_argb == width * 4) { in ARGB1555ToARGB()
1363 src_stride_argb1555 = dst_stride_argb = 0; in ARGB1555ToARGB()
1400 src_argb1555 += src_stride_argb1555; in ARGB1555ToARGB()
Drow_neon.cc1709 int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument
1764 "+r"(src_stride_argb1555), // %1 in ARGB1555ToUVRow_NEON()
Drow_neon64.cc1739 int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument
1743 const uint8_t* src_argb1555_1 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_NEON()
Drow_common.cc617 int src_stride_argb1555, in ARGB1555ToUVRow_C() argument
621 const uint8_t* next_argb1555 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_C()
Drow_msa.cc1860 int src_stride_argb1555, in ARGB1555ToUVRow_MSA() argument
1866 const uint16_t* t = (const uint16_t*)(src_argb1555 + src_stride_argb1555); in ARGB1555ToUVRow_MSA()
/external/libyuv/files/source/
Dconvert.cc2040 int src_stride_argb1555, in ARGB1555ToI420() argument
2052 void (*ARGB1555ToUVRow)(const uint8_t* src_argb1555, int src_stride_argb1555, in ARGB1555ToI420()
2073 src_argb1555 = src_argb1555 + (height - 1) * src_stride_argb1555; in ARGB1555ToI420()
2074 src_stride_argb1555 = -src_stride_argb1555; in ARGB1555ToI420()
2159 ARGB1555ToUVRow(src_argb1555, src_stride_argb1555, dst_u, dst_v, width); in ARGB1555ToI420()
2161 ARGB1555ToYRow(src_argb1555 + src_stride_argb1555, dst_y + dst_stride_y, in ARGB1555ToI420()
2165 ARGB1555ToARGBRow(src_argb1555 + src_stride_argb1555, row + kRowSize, in ARGB1555ToI420()
2171 src_argb1555 += src_stride_argb1555 * 2; in ARGB1555ToI420()
Dconvert_argb.cc1390 int src_stride_argb1555, in ARGB1555ToARGB() argument
1404 src_argb1555 = src_argb1555 + (height - 1) * src_stride_argb1555; in ARGB1555ToARGB()
1405 src_stride_argb1555 = -src_stride_argb1555; in ARGB1555ToARGB()
1408 if (src_stride_argb1555 == width * 2 && dst_stride_argb == width * 4) { in ARGB1555ToARGB()
1411 src_stride_argb1555 = dst_stride_argb = 0; in ARGB1555ToARGB()
1456 src_argb1555 += src_stride_argb1555; in ARGB1555ToARGB()
Drow_neon.cc1709 int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument
1764 "+r"(src_stride_argb1555), // %1 in ARGB1555ToUVRow_NEON()
Drow_neon64.cc1739 int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument
1743 const uint8_t* src_argb1555_1 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_NEON()
Drow_mmi.cc3368 int src_stride_argb1555, in ARGB1555ToUVRow_MMI() argument
3648 [next_argb1555] "r"(src_stride_argb1555), [dst_u] "r"(dst_u), in ARGB1555ToUVRow_MMI()
Drow_common.cc617 int src_stride_argb1555, in ARGB1555ToUVRow_C() argument
621 const uint8_t* next_argb1555 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_C()
Drow_msa.cc1860 int src_stride_argb1555, in ARGB1555ToUVRow_MSA() argument
1866 const uint16_t* t = (const uint16_t*)(src_argb1555 + src_stride_argb1555); in ARGB1555ToUVRow_MSA()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h313 int src_stride_argb1555,
Dconvert_argb.h557 int src_stride_argb1555,
Drow.h895 int src_stride_argb1555,
940 int src_stride_argb1555,
1230 int src_stride_argb1555,
/external/libyuv/files/include/libyuv/
Dconvert.h389 int src_stride_argb1555,
Dconvert_argb.h591 int src_stride_argb1555,
Drow.h992 int src_stride_argb1555,
1037 int src_stride_argb1555,
1077 int src_stride_argb1555,
1449 int src_stride_argb1555,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drow.h615 void ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555,
702 int src_stride_argb1555,
723 void ARGB1555ToUVRow_C(const uint8* src_argb1555, int src_stride_argb1555,