Searched refs:src_abgr (Results 1 - 13 of 13) sorted by relevance

/external/libyuv/files/source/
H A Drow_neon.cc562 void ABGRToARGBRow_NEON(const uint8* src_abgr, uint8* dst_argb, int pix) { argument
571 : "+r"(src_abgr), // %0
H A Drow_common.cc38 void ABGRToARGBRow_C(const uint8* src_abgr, uint8* dst_argb, int width) { argument
41 uint8 r = src_abgr[0];
42 uint8 g = src_abgr[1];
43 uint8 b = src_abgr[2];
44 uint8 a = src_abgr[3];
50 src_abgr += 4;
54 void RGBAToARGBRow_C(const uint8* src_abgr, uint8* dst_argb, int width) { argument
57 uint8 a = src_abgr[0];
58 uint8 b = src_abgr[1];
59 uint8 g = src_abgr[
[all...]
H A Dconvert_argb.cc297 int ABGRToARGB(const uint8* src_abgr, int src_stride_abgr, argument
300 if (!src_abgr || !dst_argb ||
307 src_abgr = src_abgr + (height - 1) * src_stride_abgr;
310 void (*ABGRToARGBRow)(const uint8* src_abgr, uint8* dst_argb, int pix) =
315 IS_ALIGNED(src_abgr, 16) && IS_ALIGNED(src_stride_abgr, 16) &&
322 ABGRToARGBRow(src_abgr, dst_argb, width);
323 src_abgr += src_stride_abgr;
H A Drow_posix.cc151 void ABGRToARGBRow_SSSE3(const uint8* src_abgr, uint8* dst_argb, int pix) { argument
164 : "+r"(src_abgr), // %0
1074 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix) { argument
1099 : "+r"(src_abgr), // %0
1111 void ABGRToYRow_Unaligned_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix) { argument
1136 : "+r"(src_abgr), // %0
H A Dconvert.cc1042 int ABGRToI420(const uint8* src_abgr, int src_stride_abgr, argument
1047 if (!src_abgr ||
1055 src_abgr = src_abgr + (height - 1) * src_stride_abgr;
1058 void (*ABGRToYRow)(const uint8* src_abgr, uint8* dst_y, int pix);
1073 if (IS_ALIGNED(src_abgr, 16) && IS_ALIGNED(src_stride_abgr, 16)) {
1084 ABGRToUVRow(src_abgr, src_stride_abgr, dst_u, dst_v, width);
1085 ABGRToYRow(src_abgr, dst_y, width);
1086 ABGRToYRow(src_abgr + src_stride_abgr, dst_y + dst_stride_y, width);
1087 src_abgr
[all...]
H A Drow_win.cc175 void ABGRToARGBRow_SSSE3(const uint8* src_abgr, uint8* dst_argb, int pix) { argument
177 mov eax, [esp + 4] // src_abgr
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc810 int ABGRToI420(const uint8* src_abgr, int src_stride_abgr, argument
818 void (*ABGRToYRow)(const uint8* src_abgr, uint8* dst_y, int pix) =
820 if (!src_abgr ||
828 src_abgr = src_abgr + (height - 1) * src_stride_abgr;
838 if (IS_ALIGNED(src_abgr, 16) && IS_ALIGNED(src_stride_abgr, 16)) {
862 ABGRToUVRow(src_abgr, src_stride_abgr, dst_u, dst_v, width);
863 ABGRToYRow(src_abgr, dst_y, width);
864 ABGRToYRow(src_abgr + src_stride_abgr, dst_y + dst_stride_y, width);
865 src_abgr
[all...]
H A Dconvert_argb.cc393 int ABGRToARGB(const uint8* src_abgr, int src_stride_abgr, argument
396 return ARGBShuffle(src_abgr, src_stride_abgr,
404 int ARGBToABGR(const uint8* src_abgr, int src_stride_abgr, argument
407 return ARGBShuffle(src_abgr, src_stride_abgr,
H A Drow_neon.cc1849 void ABGRToUVRow_NEON(const uint8* src_abgr, int src_stride_abgr, argument
1852 "add %1, %0, %1 \n" // src_stride + src_abgr
1887 : "+r"(src_abgr), // %0
2366 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int pix) { argument
2385 : "+r"(src_abgr), // %0
H A Drow_neon64.cc1964 void ABGRToUVRow_NEON(const uint8* src_abgr, int src_stride_abgr, argument
1967 "add %1, %0, %1 \n" // src_stride + src_abgr
2002 : "+r"(src_abgr), // %0
2503 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int pix) { argument
2522 : "+r"(src_abgr), // %0
H A Drow_posix.cc1637 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix) { argument
1662 : "+r"(src_abgr), // %0
1674 void ABGRToYRow_Unaligned_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix) { argument
1699 : "+r"(src_abgr), // %0
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h562 void ABGRToYRow_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix);
569 void ABGRToYRow_Unaligned_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix);
587 void ABGRToUVRow_NEON(const uint8* src_abgr, int src_stride_abgr,
602 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int pix);
612 void ABGRToYRow_C(const uint8* src_abgr, uint8* dst_y, int pix);
622 void ABGRToYRow_Any_SSSE3(const uint8* src_abgr, uint8* dst_y, int pix);
629 void ABGRToYRow_Any_NEON(const uint8* src_abgr, uint8* dst_y, int pix);
647 void ABGRToUVRow_SSSE3(const uint8* src_abgr, int src_stride_abgr,
657 void ABGRToUVRow_Unaligned_SSSE3(const uint8* src_abgr, int src_stride_abgr,
667 void ABGRToUVRow_Any_SSSE3(const uint8* src_abgr, in
[all...]
/external/libyuv/files/include/libyuv/
H A Drow.h289 void ABGRToARGBRow_SSSE3(const uint8* src_abgr, uint8* dst_argb, int pix);
298 void ABGRToARGBRow_NEON(const uint8* src_abgr, uint8* dst_argb, int pix);
304 void ABGRToARGBRow_C(const uint8* src_abgr, uint8* dst_argb, int pix);

Completed in 309 milliseconds