Searched defs:shuffler (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc1857 const uint8* shuffler, int width, int height) {
1860 const uint8* shuffler, int pix) = ARGBShuffleRow_C;
1916 ARGBShuffleRow(src_bgra, dst_argb, shuffler, width);
1855 ARGBShuffle(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, const uint8* shuffler, int width, int height) argument
H A Drow_neon.cc1344 const uint8* shuffler, int pix) {
1347 "vld1.8 {q2}, [%3] \n" // shuffler
1360 : "r"(shuffler) // %3
1343 ARGBShuffleRow_NEON(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
H A Drow_neon64.cc1431 const uint8* shuffler, int pix) {
1434 "ld1 {v2.16b}, [%3] \n" // shuffler
1446 : "r"(shuffler) // %3
1430 ARGBShuffleRow_NEON(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
H A Drow_common.cc1994 // Use first 4 shuffler values to reorder ARGB channels.
1996 const uint8* shuffler, int pix) {
1997 int index0 = shuffler[0];
1998 int index1 = shuffler[1];
1999 int index2 = shuffler[2];
2000 int index3 = shuffler[3];
1995 ARGBShuffleRow_C(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
H A Drow_posix.cc5883 const uint8* shuffler, int pix) {
5901 : "r"(shuffler) // %3
5910 const uint8* shuffler, int pix) {
5928 : "r"(shuffler) // %3
5940 const uint8* shuffler, int pix) {
5958 : "r"(shuffler) // %3
5970 const uint8* shuffler, int pix) {
6081 : "r"(shuffler) // %4
5882 ARGBShuffleRow_SSSE3(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
5909 ARGBShuffleRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
5939 ARGBShuffleRow_AVX2(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
5969 ARGBShuffleRow_SSE2(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
H A Drow_win.cc6848 const uint8* shuffler, int pix) {
6852 mov ecx, [esp + 12] // shuffler
6874 const uint8* shuffler, int pix) {
6878 mov ecx, [esp + 12] // shuffler
6901 const uint8* shuffler, int pix) {
6905 mov ecx, [esp + 12] // shuffler
6930 const uint8* shuffler, int pix) {
6936 mov esi, [esp + 8 + 12] // shuffler
6940 mov ebx, [esi] // shuffler
6847 ARGBShuffleRow_SSSE3(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
6873 ARGBShuffleRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
6900 ARGBShuffleRow_AVX2(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
6929 ARGBShuffleRow_SSE2(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
/external/chromium_org/third_party/libyuv/source/
H A Dplanar_functions.cc1857 const uint8* shuffler, int width, int height) {
1860 const uint8* shuffler, int pix) = ARGBShuffleRow_C;
1916 ARGBShuffleRow(src_bgra, dst_argb, shuffler, width);
1855 ARGBShuffle(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, const uint8* shuffler, int width, int height) argument
H A Drow_neon.cc1345 const uint8* shuffler, int pix) {
1348 "vld1.8 {q2}, [%3] \n" // shuffler
1361 : "r"(shuffler) // %3
1344 ARGBShuffleRow_NEON(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
H A Drow_common.cc1994 // Use first 4 shuffler values to reorder ARGB channels.
1996 const uint8* shuffler, int pix) {
1997 int index0 = shuffler[0];
1998 int index1 = shuffler[1];
1999 int index2 = shuffler[2];
2000 int index3 = shuffler[3];
1995 ARGBShuffleRow_C(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
H A Drow_posix.cc5883 const uint8* shuffler, int pix) {
5901 : "r"(shuffler) // %3
5910 const uint8* shuffler, int pix) {
5928 : "r"(shuffler) // %3
5940 const uint8* shuffler, int pix) {
5958 : "r"(shuffler) // %3
5970 const uint8* shuffler, int pix) {
6081 : "r"(shuffler) // %4
5882 ARGBShuffleRow_SSSE3(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
5909 ARGBShuffleRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
5939 ARGBShuffleRow_AVX2(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
5969 ARGBShuffleRow_SSE2(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
H A Drow_win.cc6849 const uint8* shuffler, int pix) {
6853 mov ecx, [esp + 12] // shuffler
6875 const uint8* shuffler, int pix) {
6879 mov ecx, [esp + 12] // shuffler
6902 const uint8* shuffler, int pix) {
6906 mov ecx, [esp + 12] // shuffler
6931 const uint8* shuffler, int pix) {
6937 mov esi, [esp + 8 + 12] // shuffler
6941 mov ebx, [esi] // shuffler
6848 ARGBShuffleRow_SSSE3(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
6874 ARGBShuffleRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
6901 ARGBShuffleRow_AVX2(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument
6930 ARGBShuffleRow_SSE2(const uint8* src_argb, uint8* dst_argb, const uint8* shuffler, int pix) argument

Completed in 232 milliseconds