Searched refs:STBI_SIMD_ALIGN (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 677 #define STBI_SIMD_ALIGN(type, name) __declspec(align(16)) type name macro 688 #define STBI_SIMD_ALIGN(type, name) type name __attribute__((aligned(16))) macro 711 #define STBI_SIMD_ALIGN(type, name) type name __attribute__((aligned(16))) macro 714 #ifndef STBI_SIMD_ALIGN 715 #define STBI_SIMD_ALIGN(type, name) type name macro 2759 STBI_SIMD_ALIGN(short, data[64]); in stbi__parse_entropy_coded_data() 2785 STBI_SIMD_ALIGN(short, data[64]); in stbi__parse_entropy_coded_data()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 677 #define STBI_SIMD_ALIGN(type, name) __declspec(align(16)) type name macro 688 #define STBI_SIMD_ALIGN(type, name) type name __attribute__((aligned(16))) macro 711 #define STBI_SIMD_ALIGN(type, name) type name __attribute__((aligned(16))) macro 714 #ifndef STBI_SIMD_ALIGN 715 #define STBI_SIMD_ALIGN(type, name) type name macro 2759 STBI_SIMD_ALIGN(short, data[64]); in stbi__parse_entropy_coded_data() 2785 STBI_SIMD_ALIGN(short, data[64]); in stbi__parse_entropy_coded_data()
|