Home
last modified time | relevance | path

Searched refs:src_stride_argb4444 (Results 1 – 20 of 20) sorted by relevance

/external/libaom/libaom/third_party/libyuv/source/
Dconvert_argb.cc664 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()
Dconvert.cc1264 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()
Drow_neon.cc2122 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, in ARGB4444ToUVRow_NEON() argument
2181 "+r"(src_stride_argb4444), // %1 in ARGB4444ToUVRow_NEON()
Drow_neon64.cc2086 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()
Drow_common.cc584 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/
Dconvert.cc1483 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()
Dconvert_argb.cc1226 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()
Drow_neon.cc1893 int src_stride_argb4444, in ARGB4444ToUVRow_NEON() argument
1953 "+r"(src_stride_argb4444), // %1 in ARGB4444ToUVRow_NEON()
Drow_neon64.cc1864 int src_stride_argb4444, in ARGB4444ToUVRow_NEON() argument
1868 const uint8* src_argb4444_1 = src_argb4444 + src_stride_argb4444; in ARGB4444ToUVRow_NEON()
Drow_common.cc588 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/
Dconvert.cc1503 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()
Dconvert_argb.cc1409 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()
Drow_neon.cc1775 int src_stride_argb4444, in ARGB4444ToUVRow_NEON() argument
1830 "+r"(src_stride_argb4444), // %1 in ARGB4444ToUVRow_NEON()
Drow_neon64.cc1804 int src_stride_argb4444, in ARGB4444ToUVRow_NEON() argument
1808 const uint8_t* src_argb4444_1 = src_argb4444 + src_stride_argb4444; in ARGB4444ToUVRow_NEON()
Drow_common.cc668 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/
Dconvert.h326 int src_stride_argb4444,
Dconvert_argb.h566 int src_stride_argb4444,
Drow.h900 int src_stride_argb4444,
1235 int src_stride_argb4444,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drow.h617 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/
Drow.h937 int src_stride_argb4444,
1194 int src_stride_argb4444,
1314 int src_stride_argb4444,