/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_argb.cc | 606 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()
|
D | convert.cc | 1140 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()
|
D | row_neon.cc | 2052 void ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument 2111 "+r"(src_stride_argb1555), // %1 in ARGB1555ToUVRow_NEON()
|
D | row_neon64.cc | 2015 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()
|
D | row_common.cc | 536 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/libyuv/files/source/ |
D | convert.cc | 1342 int src_stride_argb1555, in ARGB1555ToI420() argument 1353 void (*ARGB1555ToUVRow)(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToI420() 1373 src_argb1555 = src_argb1555 + (height - 1) * src_stride_argb1555; in ARGB1555ToI420() 1374 src_stride_argb1555 = -src_stride_argb1555; in ARGB1555ToI420() 1446 ARGB1555ToUVRow(src_argb1555, src_stride_argb1555, dst_u, dst_v, width); in ARGB1555ToI420() 1448 ARGB1555ToYRow(src_argb1555 + src_stride_argb1555, dst_y + dst_stride_y, in ARGB1555ToI420() 1452 ARGB1555ToARGBRow(src_argb1555 + src_stride_argb1555, row + kRowSize, in ARGB1555ToI420() 1458 src_argb1555 += src_stride_argb1555 * 2; in ARGB1555ToI420()
|
D | convert_argb.cc | 1151 int src_stride_argb1555, in ARGB1555ToARGB() argument 1165 src_argb1555 = src_argb1555 + (height - 1) * src_stride_argb1555; in ARGB1555ToARGB() 1166 src_stride_argb1555 = -src_stride_argb1555; in ARGB1555ToARGB() 1169 if (src_stride_argb1555 == width * 2 && dst_stride_argb == width * 4) { in ARGB1555ToARGB() 1172 src_stride_argb1555 = dst_stride_argb = 0; in ARGB1555ToARGB() 1217 src_argb1555 += src_stride_argb1555; in ARGB1555ToARGB()
|
D | row_neon.cc | 1821 int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument 1881 "+r"(src_stride_argb1555), // %1 in ARGB1555ToUVRow_NEON()
|
D | row_neon64.cc | 1792 int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument 1796 const uint8* src_argb1555_1 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_NEON()
|
D | row_common.cc | 537 int src_stride_argb1555, in ARGB1555ToUVRow_C() argument 541 const uint8* next_argb1555 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_C()
|
D | row_msa.cc | 1848 int src_stride_argb1555, in ARGB1555ToUVRow_MSA() argument 1854 const uint16* t = (const uint16*)(src_argb1555 + src_stride_argb1555); in ARGB1555ToUVRow_MSA()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 1361 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()
|
D | convert_argb.cc | 1342 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()
|
D | row_neon.cc | 1709 int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument 1764 "+r"(src_stride_argb1555), // %1 in ARGB1555ToUVRow_NEON()
|
D | row_neon64.cc | 1739 int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument 1743 const uint8_t* src_argb1555_1 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_NEON()
|
D | row_common.cc | 617 int src_stride_argb1555, in ARGB1555ToUVRow_C() argument 621 const uint8_t* next_argb1555 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_C()
|
D | row_msa.cc | 1860 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/ |
D | convert.h | 313 int src_stride_argb1555,
|
D | convert_argb.h | 557 int src_stride_argb1555,
|
D | row.h | 895 int src_stride_argb1555, 940 int src_stride_argb1555, 1230 int src_stride_argb1555,
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 932 int src_stride_argb1555, 977 int src_stride_argb1555, 1189 int src_stride_argb1555, 1234 int src_stride_argb1555, 1309 int src_stride_argb1555,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 615 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,
|