Home
last modified time | relevance | path

Searched refs:src_stride_argb1555 (Results 1 – 22 of 22) 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/libyuv/files/source/
Dconvert.cc1342 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()
Dconvert_argb.cc1151 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()
Drow_neon.cc1821 int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument
1881 "+r"(src_stride_argb1555), // %1 in ARGB1555ToUVRow_NEON()
Drow_neon64.cc1792 int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument
1796 const uint8* src_argb1555_1 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_NEON()
Drow_common.cc537 int src_stride_argb1555, in ARGB1555ToUVRow_C() argument
541 const uint8* next_argb1555 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_C()
Drow_msa.cc1848 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/
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/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/
Drow.h932 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/
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,