Home
last modified time | relevance | path

Searched defs:shuffler (Results 1 – 12 of 12) sorted by relevance

/external/libyuv/files/source/
Drow_gcc.cc5104 const uint8* shuffler, in ARGBShuffleRow_SSSE3()
5134 const uint8* shuffler, in ARGBShuffleRow_AVX2()
5165 const uint8* shuffler, in ARGBShuffleRow_SSE2()
Dscale_msa.cc71 v16i8 shuffler = {0, 4, 1, 5, 2, 6, 3, 7, 8, 12, 9, 13, 10, 14, 11, 15}; in ScaleARGBRowDown2Box_MSA() local
Drow_msa.cc292 v16i8 shuffler = {15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; in MirrorRow_MSA() local
309 v16i8 shuffler = {12, 13, 14, 15, 8, 9, 10, 11, 4, 5, 6, 7, 0, 1, 2, 3}; in ARGBMirrorRow_MSA() local
1344 const uint8* shuffler, in ARGBShuffleRow_MSA()
1601 v16i8 shuffler = {0, 1, 2, 16, 3, 4, 5, 17, 6, 7, 8, 18, 9, 10, 11, 19}; in RGB24ToARGBRow_MSA() local
2304 v16i8 shuffler = {1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14}; in NV21ToARGBRow_MSA() local
Drow_neon.cc1098 const uint8* shuffler, in ARGBShuffleRow_NEON()
Drow_neon64.cc1110 const uint8* shuffler, in ARGBShuffleRow_NEON()
Dplanar_functions.cc2479 const uint8* shuffler, in ARGBShuffle()
Drow_common.cc2217 const uint8* shuffler, in ARGBShuffleRow_C()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_gcc.cc5029 const uint8* shuffler, int width) { in ARGBShuffleRow_SSSE3()
5057 const uint8* shuffler, int width) { in ARGBShuffleRow_AVX2()
5086 const uint8* shuffler, int width) { in ARGBShuffleRow_SSE2()
Drow_neon.cc1122 const uint8* shuffler, int width) { in ARGBShuffleRow_NEON()
Drow_neon64.cc1127 const uint8* shuffler, int width) { in ARGBShuffleRow_NEON()
Dplanar_functions.cc2119 const uint8* shuffler, int width, int height) { in ARGBShuffle()
Drow_common.cc2226 const uint8* shuffler, int width) { in ARGBShuffleRow_C()