Home
last modified time | relevance | path

Searched refs:src_stride_bgra (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/libyuv/source/
Dconvert.cc741 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument
747 void (*BGRAToUVRow)(const uint8* src_bgra0, int src_stride_bgra, in BGRAToI420()
759 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
760 src_stride_bgra = -src_stride_bgra; in BGRAToI420()
769 if (IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16)) { in BGRAToI420()
793 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
795 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
796 src_bgra += src_stride_bgra * 2; in BGRAToI420()
Dconvert_argb.cc371 int BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, in BGRAToARGB() argument
374 return ARGBShuffle(src_bgra, src_stride_bgra, in BGRAToARGB()
382 int ARGBToBGRA(const uint8* src_bgra, int src_stride_bgra, in ARGBToBGRA() argument
385 return ARGBShuffle(src_bgra, src_stride_bgra, in ARGBToBGRA()
Dplanar_functions.cc1855 int ARGBShuffle(const uint8* src_bgra, int src_stride_bgra, in ARGBShuffle() argument
1868 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in ARGBShuffle()
1869 src_stride_bgra = -src_stride_bgra; in ARGBShuffle()
1872 if (src_stride_bgra == width * 4 && in ARGBShuffle()
1876 src_stride_bgra = dst_stride_argb = 0; in ARGBShuffle()
1891 if (IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16) && in ARGBShuffle()
1917 src_bgra += src_stride_bgra; in ARGBShuffle()
Drow_neon.cc1801 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, in BGRAToUVRow_NEON() argument
1840 "+r"(src_stride_bgra), // %1 in BGRAToUVRow_NEON()
Drow_posix.cc1501 void BGRAToUVRow_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_SSSE3() argument
1556 : "r"((intptr_t)(src_stride_bgra)) // %4 in BGRAToUVRow_SSSE3()
1567 void BGRAToUVRow_Unaligned_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_Unaligned_SSSE3() argument
1626 : "r"((intptr_t)(src_stride_bgra)) // %4 in BGRAToUVRow_Unaligned_SSSE3()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dconvert.cc743 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument
749 void (*BGRAToUVRow)(const uint8* src_bgra0, int src_stride_bgra, in BGRAToI420()
761 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
762 src_stride_bgra = -src_stride_bgra; in BGRAToI420()
771 if (IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16)) { in BGRAToI420()
795 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
797 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
798 src_bgra += src_stride_bgra * 2; in BGRAToI420()
Dconvert_argb.cc371 int BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, in BGRAToARGB() argument
374 return ARGBShuffle(src_bgra, src_stride_bgra, in BGRAToARGB()
382 int ARGBToBGRA(const uint8* src_bgra, int src_stride_bgra, in ARGBToBGRA() argument
385 return ARGBShuffle(src_bgra, src_stride_bgra, in ARGBToBGRA()
Dplanar_functions.cc1855 int ARGBShuffle(const uint8* src_bgra, int src_stride_bgra, in ARGBShuffle() argument
1868 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in ARGBShuffle()
1869 src_stride_bgra = -src_stride_bgra; in ARGBShuffle()
1872 if (src_stride_bgra == width * 4 && in ARGBShuffle()
1876 src_stride_bgra = dst_stride_argb = 0; in ARGBShuffle()
1891 if (IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16) && in ARGBShuffle()
1917 src_bgra += src_stride_bgra; in ARGBShuffle()
Drow_neon.cc1800 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, in BGRAToUVRow_NEON() argument
1839 "+r"(src_stride_bgra), // %1 in BGRAToUVRow_NEON()
Drow_neon64.cc1914 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra, in BGRAToUVRow_NEON() argument
1953 "+r"(src_stride_bgra), // %1 in BGRAToUVRow_NEON()
Drow_posix.cc1501 void BGRAToUVRow_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_SSSE3() argument
1556 : "r"((intptr_t)(src_stride_bgra)) // %4 in BGRAToUVRow_SSSE3()
1567 void BGRAToUVRow_Unaligned_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_Unaligned_SSSE3() argument
1626 : "r"((intptr_t)(src_stride_bgra)) // %4 in BGRAToUVRow_Unaligned_SSSE3()
/external/libyuv/files/source/
Dconvert_argb.cc263 int BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, in BGRAToARGB() argument
273 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToARGB()
274 src_stride_bgra = -src_stride_bgra; in BGRAToARGB()
281 IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16) && in BGRAToARGB()
289 src_bgra += src_stride_bgra; in BGRAToARGB()
Drow_posix.cc948 void BGRAToUVRow_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_SSSE3() argument
1001 : "r"(static_cast<intptr_t>(src_stride_bgra)) in BGRAToUVRow_SSSE3()
1009 void BGRAToUVRow_Unaligned_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_Unaligned_SSSE3() argument
1066 : "r"(static_cast<intptr_t>(src_stride_bgra)) in BGRAToUVRow_Unaligned_SSSE3()
Dconvert.cc984 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument
997 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
998 src_stride_bgra = -src_stride_bgra; in BGRAToI420()
1001 void (*BGRAToUVRow)(const uint8* src_bgra0, int src_stride_bgra, in BGRAToI420()
1015 if (IS_ALIGNED(src_bgra, 16) && IS_ALIGNED(src_stride_bgra, 16)) { in BGRAToI420()
1026 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
1028 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
1029 src_bgra += src_stride_bgra * 2; in BGRAToI420()
/external/chromium_org/third_party/libyuv/include/libyuv/
Drow.h581 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra,
641 void BGRAToUVRow_SSSE3(const uint8* src_bgra, int src_stride_bgra,
651 void BGRAToUVRow_Unaligned_SSSE3(const uint8* src_bgra, int src_stride_bgra,
661 void BGRAToUVRow_Any_SSSE3(const uint8* src_bgra, int src_stride_bgra,
677 void BGRAToUVRow_Any_NEON(const uint8* src_bgra, int src_stride_bgra,
699 void BGRAToUVRow_C(const uint8* src_bgra, int src_stride_bgra,
Dplanar_functions.h412 int ARGBShuffle(const uint8* src_bgra, int src_stride_bgra,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
Drow.h673 void BGRAToUVRow_NEON(const uint8* src_bgra, int src_stride_bgra,
733 void BGRAToUVRow_SSSE3(const uint8* src_bgra, int src_stride_bgra,
743 void BGRAToUVRow_Unaligned_SSSE3(const uint8* src_bgra, int src_stride_bgra,
753 void BGRAToUVRow_Any_SSSE3(const uint8* src_bgra, int src_stride_bgra,
769 void BGRAToUVRow_Any_NEON(const uint8* src_bgra, int src_stride_bgra,
791 void BGRAToUVRow_C(const uint8* src_bgra, int src_stride_bgra,
Dplanar_functions.h412 int ARGBShuffle(const uint8* src_bgra, int src_stride_bgra,