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

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc664 int ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, argument
677 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
678 src_stride_argb4444 = -src_stride_argb4444;
681 if (src_stride_argb4444 == width * 2 &&
685 src_stride_argb4444 = dst_stride_argb = 0;
714 src_argb4444 += src_stride_argb4444;
H A Dconvert.cc1264 int ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, argument
1271 void (*ARGB4444ToUVRow)(const uint8* src_argb4444, int src_stride_argb4444,
1290 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
1291 src_stride_argb4444 = -src_stride_argb4444;
1352 ARGB4444ToUVRow(src_argb4444, src_stride_argb4444, dst_u, dst_v, width);
1354 ARGB4444ToYRow(src_argb4444 + src_stride_argb4444, dst_y + dst_stride_y,
1358 ARGB4444ToARGBRow(src_argb4444 + src_stride_argb4444, row + kRowSize,
1364 src_argb4444 += src_stride_argb4444 * 2;
H A Drow_neon.cc2122 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, argument
2181 "+r"(src_stride_argb4444), // %1
H A Drow_neon64.cc2086 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, argument
2088 const uint8* src_argb4444_1 = src_argb4444 + src_stride_argb4444;
H A Drow_common.cc584 void ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444, argument
586 const uint8* next_argb4444 = src_argb4444 + src_stride_argb4444;
/external/libyuv/files/source/
H A Dconvert.cc1264 int ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, argument
1271 void (*ARGB4444ToUVRow)(const uint8* src_argb4444, int src_stride_argb4444,
1290 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
1291 src_stride_argb4444 = -src_stride_argb4444;
1352 ARGB4444ToUVRow(src_argb4444, src_stride_argb4444, dst_u, dst_v, width);
1354 ARGB4444ToYRow(src_argb4444 + src_stride_argb4444, dst_y + dst_stride_y,
1358 ARGB4444ToARGBRow(src_argb4444 + src_stride_argb4444, row + kRowSize,
1364 src_argb4444 += src_stride_argb4444 * 2;
H A Dconvert_argb.cc1100 int ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, argument
1113 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
1114 src_stride_argb4444 = -src_stride_argb4444;
1117 if (src_stride_argb4444 == width * 2 &&
1121 src_stride_argb4444 = dst_stride_argb = 0;
1150 src_argb4444 += src_stride_argb4444;
H A Drow_neon.cc1937 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, argument
1995 "+r"(src_stride_argb4444), // %1
H A Drow_neon64.cc1889 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, argument
1891 const uint8* src_argb4444_1 = src_argb4444 + src_stride_argb4444;
H A Drow_common.cc576 void ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444, argument
578 const uint8* next_argb4444 = src_argb4444 + src_stride_argb4444;
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h616 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444,
704 int src_stride_argb4444,
724 void ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444,
/external/libyuv/files/include/libyuv/
H A Drow.h678 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444,
770 int src_stride_argb4444,
790 void ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444,

Completed in 132 milliseconds