Searched refs:src_stride_argb4444 (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc626 int ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, argument
639 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
640 src_stride_argb4444 = -src_stride_argb4444;
643 if (src_stride_argb4444 == width * 2 &&
647 src_stride_argb4444 = dst_stride_argb = 0;
668 src_argb4444 += src_stride_argb4444;
H A Dconvert.cc1398 int ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, argument
1405 void (*ARGB4444ToUVRow)(const uint8* src_argb4444, int src_stride_argb4444,
1427 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
1428 src_stride_argb4444 = -src_stride_argb4444;
1477 ARGB4444ToUVRow(src_argb4444, src_stride_argb4444, dst_u, dst_v, width);
1479 ARGB4444ToYRow(src_argb4444 + src_stride_argb4444, dst_y + dst_stride_y,
1483 ARGB4444ToARGBRow(src_argb4444 + src_stride_argb4444, row + kRowSize,
1489 src_argb4444 += src_stride_argb4444 * 2;
H A Drow_neon.cc2186 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, argument
2245 "+r"(src_stride_argb4444), // %1
H A Drow_neon64.cc2313 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, argument
2372 "+r"(src_stride_argb4444), // %1
H A Drow_common.cc528 void ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444, argument
530 const uint8* next_argb4444 = src_argb4444 + src_stride_argb4444;
/external/libyuv/files/source/
H A Dconvert_argb.cc497 int ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, argument
507 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
508 src_stride_argb4444 = -src_stride_argb4444;
522 src_argb4444 += src_stride_argb4444;
H A Dconvert.cc1443 int ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, argument
1458 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
1459 src_stride_argb4444 = -src_stride_argb4444;
1467 TestReadSafe(src_argb4444, src_stride_argb4444, width, height, 2, 16)) {
1496 ARGB4444ToARGBRow(src_argb4444 + src_stride_argb4444,
1501 src_argb4444 += src_stride_argb4444 * 2;
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h599 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444,
697 int src_stride_argb4444,
717 void ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444,

Completed in 126 milliseconds