Searched refs:shuffler (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 481 const uint8* shuffler, int width) { \ 483 ARGBTOY_SIMD(src_argb, dst_argb, shuffler, n); \ 485 dst_argb + n * BPP, shuffler, width & MASK); \
|
D | row_posix.cc | 5883 const uint8* shuffler, int pix) { in ARGBShuffleRow_SSSE3() argument 5901 : "r"(shuffler) // %3 in ARGBShuffleRow_SSSE3() 5910 const uint8* shuffler, int pix) { in ARGBShuffleRow_Unaligned_SSSE3() argument 5928 : "r"(shuffler) // %3 in ARGBShuffleRow_Unaligned_SSSE3() 5940 const uint8* shuffler, int pix) { in ARGBShuffleRow_AVX2() argument 5958 : "r"(shuffler) // %3 in ARGBShuffleRow_AVX2() 5970 const uint8* shuffler, int pix) { in ARGBShuffleRow_SSE2() argument 6081 : "r"(shuffler) // %4 in ARGBShuffleRow_SSE2()
|
D | row_neon.cc | 1344 const uint8* shuffler, int pix) { in ARGBShuffleRow_NEON() argument 1360 : "r"(shuffler) // %3 in ARGBShuffleRow_NEON()
|
D | row_neon64.cc | 1431 const uint8* shuffler, int pix) { in ARGBShuffleRow_NEON() argument 1447 : "r"(shuffler) // %3 in ARGBShuffleRow_NEON()
|
D | row_common.cc | 1996 const uint8* shuffler, int pix) { in ARGBShuffleRow_C() argument 1997 int index0 = shuffler[0]; in ARGBShuffleRow_C() 1998 int index1 = shuffler[1]; in ARGBShuffleRow_C() 1999 int index2 = shuffler[2]; in ARGBShuffleRow_C() 2000 int index3 = shuffler[3]; in ARGBShuffleRow_C()
|
D | planar_functions.cc | 1857 const uint8* shuffler, int width, int height) { in ARGBShuffle() argument 1860 const uint8* shuffler, int pix) = ARGBShuffleRow_C; in ARGBShuffle() 1916 ARGBShuffleRow(src_bgra, dst_argb, shuffler, width); in ARGBShuffle()
|
D | row_win.cc | 6849 const uint8* shuffler, int pix) { in ARGBShuffleRow_SSSE3() argument 6875 const uint8* shuffler, int pix) { in ARGBShuffleRow_Unaligned_SSSE3() argument 6902 const uint8* shuffler, int pix) { in ARGBShuffleRow_AVX2() argument 6931 const uint8* shuffler, int pix) { in ARGBShuffleRow_SSE2() argument
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 827 const uint8* shuffler, int pix); 829 const uint8* shuffler, int pix); 831 const uint8* shuffler, int pix); 833 const uint8* shuffler, int pix); 835 const uint8* shuffler, int pix); 837 const uint8* shuffler, int pix); 839 const uint8* shuffler, int pix); 841 const uint8* shuffler, int pix); 843 const uint8* shuffler, int pix); 845 const uint8* shuffler, int pix);
|
D | planar_functions.h | 414 const uint8* shuffler, int width, int height);
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoVector.td | 416 class shuffler<SDNode Op, string Str>
|