/third_party/astc-encoder/Source/ |
H A D | astcenc_decompress_symbolic.cpp | 107 vtable_prepare(tab0, tab1, tab2, tab3, tab0p, tab1p, tab2p, tab3p); in unpack_weights() 134 vtable_prepare(tab0_plane1, tab1_plane1, tab0_plane1p, tab1_plane1p); in unpack_weights() 140 vtable_prepare(tab0_plane2, tab1_plane2, tab0_plane2p, tab1_plane2p); in unpack_weights()
|
H A D | astcenc_vecmathlib_avx2_8.h | 1051 ASTCENC_SIMD_INLINE void vtable_prepare(vint4 t0, vint8& t0p) in vtable_prepare() function 1061 ASTCENC_SIMD_INLINE void vtable_prepare(vint4 t0, vint4 t1, vint8& t0p, vint8& t1p) in vtable_prepare() function 1074 ASTCENC_SIMD_INLINE void vtable_prepare( in vtable_prepare() function
|
H A D | astcenc_vecmathlib_neon_4.h | 972 ASTCENC_SIMD_INLINE void vtable_prepare(vint4 t0, vint4& t0p) in vtable_prepare() function 981 ASTCENC_SIMD_INLINE void vtable_prepare(vint4 t0, vint4 t1, vint4& t0p, vint4& t1p) in vtable_prepare() function 990 ASTCENC_SIMD_INLINE void vtable_prepare( in vtable_prepare() function
|
H A D | astcenc_vecmathlib_sse_4.h | 1060 ASTCENC_SIMD_INLINE void vtable_prepare(vint4 t0, vint4& t0p) in vtable_prepare() function 1068 ASTCENC_SIMD_INLINE void vtable_prepare(vint4 t0, vint4 t1, vint4& t0p, vint4& t1p) in vtable_prepare() function 1082 ASTCENC_SIMD_INLINE void vtable_prepare( in vtable_prepare() function
|
H A D | astcenc_vecmathlib_none_4.h | 1079 ASTCENC_SIMD_INLINE void vtable_prepare(vint4 t0, vint4& t0p) in vtable_prepare() function 1087 ASTCENC_SIMD_INLINE void vtable_prepare(vint4 t0, vint4 t1, vint4& t0p, vint4& t1p) in vtable_prepare() function 1096 ASTCENC_SIMD_INLINE void vtable_prepare( in vtable_prepare() function
|
H A D | astcenc_ideal_endpoints_and_weights.cpp | 1081 vtable_prepare(tab0, tab0p); 1112 vtable_prepare(tab0, tab1, tab0p, tab1p);
|
/third_party/astc-encoder/Source/UnitTest/ |
H A D | test_simd.cpp | 1966 vtable_prepare(table0, table1, table0p, table1p); in TEST() 1987 vtable_prepare(table0, table1, table2, table3, table0p, table1p, table2p, table3p); in TEST() 3504 vtable_prepare(table0, table1, table0p, table1p); in TEST() 3529 vtable_prepare(table0, table1, table2, table3, table0p, table1p, table2p, table3p); in TEST()
|