Home
last modified time | relevance | path

Searched refs:ANY1 (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/source/
Drow_any.cc860 #define ANY1(NAMEANY, ANY_SIMD, T, BPP, MASK) \ macro
873 ANY1(SetRow_Any_X86, SetRow_X86, uint8, 1, 3)
876 ANY1(SetRow_Any_NEON, SetRow_NEON, uint8, 1, 15)
879 ANY1(ARGBSetRow_Any_NEON, ARGBSetRow_NEON, uint32, 4, 3)
882 ANY1(ARGBSetRow_Any_MSA, ARGBSetRow_MSA, uint32, 4, 3)
884 #undef ANY1
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_any.cc646 #define ANY1(NAMEANY, ANY_SIMD, T, BPP, MASK) \ macro
659 ANY1(SetRow_Any_X86, SetRow_X86, uint8, 1, 3)
662 ANY1(SetRow_Any_NEON, SetRow_NEON, uint8, 1, 15)
665 ANY1(ARGBSetRow_Any_NEON, ARGBSetRow_NEON, uint32, 4, 3)
667 #undef ANY1