Searched refs:ANY11T (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 444 #define ANY11T(NAMEANY, ANY_SIMD, SBPP, BPP, MASK) \ macro 462 ANY11T(InterpolateRow_Any_AVX2, InterpolateRow_AVX2, 1, 1, 31) 465 ANY11T(InterpolateRow_Any_SSSE3, InterpolateRow_SSSE3, 1, 1, 15) 468 ANY11T(InterpolateRow_Any_SSE2, InterpolateRow_SSE2, 1, 1, 15) 471 ANY11T(InterpolateRow_Any_NEON, InterpolateRow_NEON, 1, 1, 15) 474 ANY11T(InterpolateRow_Any_MIPS_DSPR2, InterpolateRow_MIPS_DSPR2, 1, 1, 3) 476 #undef ANY11T
|
/external/libyuv/files/source/ |
D | row_any.cc | 785 #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
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 915 #define ANY11T(NAMEANY, ANY_SIMD, SBPP, BPP, MASK) \ macro 932 ANY11T(InterpolateRow_Any_AVX2, InterpolateRow_AVX2, 1, 1, 31) 935 ANY11T(InterpolateRow_Any_SSSE3, InterpolateRow_SSSE3, 1, 1, 15) 938 ANY11T(InterpolateRow_Any_NEON, InterpolateRow_NEON, 1, 1, 15) 941 ANY11T(InterpolateRow_Any_MSA, InterpolateRow_MSA, 1, 1, 31) 943 #undef ANY11T
|