Searched defs:ANY11T (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_any.cc579 #define ANY11T(NAMEANY, ANY_SIMD, SBPP, BPP, MASK) \ macro
597 ANY11T(InterpolateRow_Any_AVX2, InterpolateRow_AVX2, 1, 1, 31)
600 ANY11T(InterpolateRow_Any_SSSE3, InterpolateRow_SSSE3, 1, 1, 15)
603 ANY11T(InterpolateRow_Any_NEON, InterpolateRow_NEON, 1, 1, 15)
606 ANY11T(InterpolateRow_Any_DSPR2, InterpolateRow_DSPR2, 1, 1, 3)
608 #undef ANY11T macro
/external/libyuv/files/source/
H A Drow_any.cc785 #define ANY11T(NAMEANY, ANY_SIMD, SBPP, BPP, MASK) \ macro
802 ANY11T(InterpolateRow_Any_AVX2, InterpolateRow_AVX2, 1, 1, 31)
805 ANY11T(InterpolateRow_Any_SSSE3, InterpolateRow_SSSE3, 1, 1, 15)
808 ANY11T(InterpolateRow_Any_NEON, InterpolateRow_NEON, 1, 1, 15)
811 ANY11T(InterpolateRow_Any_DSPR2, InterpolateRow_DSPR2, 1, 1, 3)
814 ANY11T(InterpolateRow_Any_MSA, InterpolateRow_MSA, 1, 1, 31)
816 #undef ANY11T macro

Completed in 37 milliseconds