Searched refs:TANY (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_any.cc | 21 #define TANY(NAMEANY, TPOS_SIMD, TPOS_C, MASK) \ macro 33 TANY(TransposeWx8_Any_NEON, TransposeWx8_NEON, TransposeWx8_C, 7) 36 TANY(TransposeWx8_Any_SSSE3, TransposeWx8_SSSE3, TransposeWx8_C, 7) 39 TANY(TransposeWx8_Fast_Any_SSSE3, TransposeWx8_Fast_SSSE3, TransposeWx8_C, 15) 42 TANY(TransposeWx8_Any_MIPS_DSPR2, TransposeWx8_MIPS_DSPR2, TransposeWx8_C, 7) 45 #undef TANY
|
/external/libyuv/files/source/ |
D | rotate_any.cc | 21 #define TANY(NAMEANY, TPOS_SIMD, MASK) \ macro 33 TANY(TransposeWx8_Any_NEON, TransposeWx8_NEON, 7) 36 TANY(TransposeWx8_Any_SSSE3, TransposeWx8_SSSE3, 7) 39 TANY(TransposeWx8_Fast_Any_SSSE3, TransposeWx8_Fast_SSSE3, 15) 42 TANY(TransposeWx8_Any_DSPR2, TransposeWx8_DSPR2, 7) 44 #undef TANY
|