Searched refs:shuffler (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/libyuv/source/ |
D | row_any.cc | 479 const uint8* shuffler, int width) { \ 481 ARGBTOY_SIMD(src_argb, dst_argb, shuffler, n); \ 483 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 | 1216 const uint8* shuffler, int pix) { in ARGBShuffleRow_NEON() argument 1229 : "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 | 1853 const uint8* shuffler, int width, int height) { in ARGBShuffle() argument 1856 const uint8* shuffler, int pix) = ARGBShuffleRow_C; in ARGBShuffle() 1912 ARGBShuffleRow(src_bgra, dst_argb, shuffler, width); in ARGBShuffle()
|
D | row_win.cc | 6730 const uint8* shuffler, int pix) { in ARGBShuffleRow_SSSE3() argument 6756 const uint8* shuffler, int pix) { in ARGBShuffleRow_Unaligned_SSSE3() argument 6783 const uint8* shuffler, int pix) { in ARGBShuffleRow_AVX2() argument 6812 const uint8* shuffler, int pix) { in ARGBShuffleRow_SSE2() argument
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | row.h | 799 const uint8* shuffler, int pix); 801 const uint8* shuffler, int pix); 803 const uint8* shuffler, int pix); 805 const uint8* shuffler, int pix); 807 const uint8* shuffler, int pix); 809 const uint8* shuffler, int pix); 811 const uint8* shuffler, int pix); 813 const uint8* shuffler, int pix); 815 const uint8* shuffler, int pix); 817 const uint8* shuffler, int pix);
|
D | planar_functions.h | 414 const uint8* shuffler, int width, int height);
|