/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_argb.cc | 664 int ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToARGB() argument 677 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444; in ARGB4444ToARGB() 678 src_stride_argb4444 = -src_stride_argb4444; in ARGB4444ToARGB() 681 if (src_stride_argb4444 == width * 2 && in ARGB4444ToARGB() 685 src_stride_argb4444 = dst_stride_argb = 0; in ARGB4444ToARGB() 714 src_argb4444 += src_stride_argb4444; in ARGB4444ToARGB()
|
D | convert.cc | 1264 int ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToI420() argument 1271 void (*ARGB4444ToUVRow)(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToI420() 1290 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444; in ARGB4444ToI420() 1291 src_stride_argb4444 = -src_stride_argb4444; in ARGB4444ToI420() 1352 ARGB4444ToUVRow(src_argb4444, src_stride_argb4444, dst_u, dst_v, width); in ARGB4444ToI420() 1354 ARGB4444ToYRow(src_argb4444 + src_stride_argb4444, dst_y + dst_stride_y, in ARGB4444ToI420() 1358 ARGB4444ToARGBRow(src_argb4444 + src_stride_argb4444, row + kRowSize, in ARGB4444ToI420() 1364 src_argb4444 += src_stride_argb4444 * 2; in ARGB4444ToI420()
|
D | row_neon.cc | 2122 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToUVRow_NEON() argument 2181 "+r"(src_stride_argb4444), // %1 in ARGB4444ToUVRow_NEON()
|
D | row_neon64.cc | 2086 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToUVRow_NEON() argument 2088 const uint8* src_argb4444_1 = src_argb4444 + src_stride_argb4444; in ARGB4444ToUVRow_NEON()
|
D | row_common.cc | 584 void ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToUVRow_C() argument 586 const uint8* next_argb4444 = src_argb4444 + src_stride_argb4444; in ARGB4444ToUVRow_C()
|
/external/libyuv/files/source/ |
D | convert.cc | 1483 int src_stride_argb4444, in ARGB4444ToI420() argument 1494 void (*ARGB4444ToUVRow)(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToI420() 1514 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444; in ARGB4444ToI420() 1515 src_stride_argb4444 = -src_stride_argb4444; in ARGB4444ToI420() 1599 ARGB4444ToUVRow(src_argb4444, src_stride_argb4444, dst_u, dst_v, width); in ARGB4444ToI420() 1601 ARGB4444ToYRow(src_argb4444 + src_stride_argb4444, dst_y + dst_stride_y, in ARGB4444ToI420() 1605 ARGB4444ToARGBRow(src_argb4444 + src_stride_argb4444, row + kRowSize, in ARGB4444ToI420() 1611 src_argb4444 += src_stride_argb4444 * 2; in ARGB4444ToI420()
|
D | convert_argb.cc | 1226 int src_stride_argb4444, in ARGB4444ToARGB() argument 1240 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444; in ARGB4444ToARGB() 1241 src_stride_argb4444 = -src_stride_argb4444; in ARGB4444ToARGB() 1244 if (src_stride_argb4444 == width * 2 && dst_stride_argb == width * 4) { in ARGB4444ToARGB() 1247 src_stride_argb4444 = dst_stride_argb = 0; in ARGB4444ToARGB() 1292 src_argb4444 += src_stride_argb4444; in ARGB4444ToARGB()
|
D | row_neon.cc | 1893 int src_stride_argb4444, in ARGB4444ToUVRow_NEON() argument 1953 "+r"(src_stride_argb4444), // %1 in ARGB4444ToUVRow_NEON()
|
D | row_neon64.cc | 1864 int src_stride_argb4444, in ARGB4444ToUVRow_NEON() argument 1868 const uint8* src_argb4444_1 = src_argb4444 + src_stride_argb4444; in ARGB4444ToUVRow_NEON()
|
D | row_common.cc | 588 int src_stride_argb4444, in ARGB4444ToUVRow_C() argument 592 const uint8* next_argb4444 = src_argb4444 + src_stride_argb4444; in ARGB4444ToUVRow_C()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 1503 int src_stride_argb4444, in ARGB4444ToI420() argument 1514 void (*ARGB4444ToUVRow)(const uint8_t* src_argb4444, int src_stride_argb4444, in ARGB4444ToI420() 1535 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444; in ARGB4444ToI420() 1536 src_stride_argb4444 = -src_stride_argb4444; in ARGB4444ToI420() 1620 ARGB4444ToUVRow(src_argb4444, src_stride_argb4444, dst_u, dst_v, width); in ARGB4444ToI420() 1622 ARGB4444ToYRow(src_argb4444 + src_stride_argb4444, dst_y + dst_stride_y, in ARGB4444ToI420() 1626 ARGB4444ToARGBRow(src_argb4444 + src_stride_argb4444, row + kRowSize, in ARGB4444ToI420() 1632 src_argb4444 += src_stride_argb4444 * 2; in ARGB4444ToI420()
|
D | convert_argb.cc | 1409 int src_stride_argb4444, in ARGB4444ToARGB() argument 1423 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444; in ARGB4444ToARGB() 1424 src_stride_argb4444 = -src_stride_argb4444; in ARGB4444ToARGB() 1427 if (src_stride_argb4444 == width * 2 && dst_stride_argb == width * 4) { in ARGB4444ToARGB() 1430 src_stride_argb4444 = dst_stride_argb = 0; in ARGB4444ToARGB() 1467 src_argb4444 += src_stride_argb4444; in ARGB4444ToARGB()
|
D | row_neon.cc | 1775 int src_stride_argb4444, in ARGB4444ToUVRow_NEON() argument 1830 "+r"(src_stride_argb4444), // %1 in ARGB4444ToUVRow_NEON()
|
D | row_neon64.cc | 1804 int src_stride_argb4444, in ARGB4444ToUVRow_NEON() argument 1808 const uint8_t* src_argb4444_1 = src_argb4444 + src_stride_argb4444; in ARGB4444ToUVRow_NEON()
|
D | row_common.cc | 668 int src_stride_argb4444, in ARGB4444ToUVRow_C() argument 672 const uint8_t* next_argb4444 = src_argb4444 + src_stride_argb4444; in ARGB4444ToUVRow_C()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert.h | 326 int src_stride_argb4444,
|
D | convert_argb.h | 566 int src_stride_argb4444,
|
D | row.h | 900 int src_stride_argb4444, 1235 int src_stride_argb4444,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 617 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, 705 int src_stride_argb4444, 725 void ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444,
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 937 int src_stride_argb4444, 1194 int src_stride_argb4444, 1314 int src_stride_argb4444,
|