/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_weight_align.cpp | 110 storea(isample, isamplev + i); in compute_angular_offsets() 130 storea(ofs, offsets + i); in compute_angular_offsets() 211 storea(minidx, lowest_weight + sp); in compute_lowest_and_highest_weight() 212 storea(span, weight_span + sp); in compute_lowest_and_highest_weight() 218 storea(errval * errscale, error + sp); in compute_lowest_and_highest_weight() 219 storea(cut_low_weight_err * errscale, cut_low_weight_error + sp); in compute_lowest_and_highest_weight() 220 storea(cut_high_weight_err * errscale, cut_high_weight_error + sp); in compute_lowest_and_highest_weight()
|
D | astcenc_vecmathlib_sse_4.h | 622 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function 654 storea(indices, idx); in gatheri() 903 storea(indices, idx); in gatherf() 919 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* p) in storea() function 1091 storea(t0, reinterpret_cast<int*>(table + 0)); in vtable_8bt_32bi() 1118 storea(t0, reinterpret_cast<int*>(table + 0)); in vtable_8bt_32bi() 1119 storea(t1, reinterpret_cast<int*>(table + 16)); in vtable_8bt_32bi() 1154 storea(t0, reinterpret_cast<int*>(table + 0)); in vtable_8bt_32bi() 1155 storea(t1, reinterpret_cast<int*>(table + 16)); in vtable_8bt_32bi() 1156 storea(t2, reinterpret_cast<int*>(table + 32)); in vtable_8bt_32bi() [all …]
|
D | astcenc_vecmathlib_common_4.h | 387 storea(a, v); in print() 398 storea(a, v); in printx() 409 storea(a, v); in print()
|
D | astcenc_ideal_endpoints_and_weights.cpp | 859 storea(vfloat::zero(), dec_weight_ideal_value + prev_weight_count_simd); in compute_ideal_weights_for_decimation() 869 storea(weight, dec_weight_ideal_value + i); in compute_ideal_weights_for_decimation() 911 storea(initial_weight / weight_weight, dec_weight_ideal_value + i); in compute_ideal_weights_for_decimation() 922 storea(weight, infilled_weights + i); in compute_ideal_weights_for_decimation() 930 storea(weight, infilled_weights + i); in compute_ideal_weights_for_decimation() 975 storea(weight_val + step, dec_weight_ideal_value + i); in compute_ideal_weights_for_decimation() 1052 storea(ixl * rscalev + low_boundv, weight_set_out + i); in compute_quantized_weights_for_decimation() 1086 storea(ixl * rscalev + low_boundv, weight_set_out + i); in compute_quantized_weights_for_decimation() 1179 storea(unquant_valuef, dec_weight + i); in recompute_ideal_colors_1plane() 1193 storea(weight, undec_weight + i); in recompute_ideal_colors_1plane() [all …]
|
D | astcenc_vecmathlib_none_4.h | 628 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function 942 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* ptr) in storea() function 1087 storea(t0, reinterpret_cast<int*>(table + 0)); in vtable_8bt_32bi() 1102 storea(t0, reinterpret_cast<int*>(table + 0)); in vtable_8bt_32bi() 1103 storea(t1, reinterpret_cast<int*>(table + 16)); in vtable_8bt_32bi() 1117 storea(t0, reinterpret_cast<int*>(table + 0)); in vtable_8bt_32bi() 1118 storea(t1, reinterpret_cast<int*>(table + 16)); in vtable_8bt_32bi() 1119 storea(t2, reinterpret_cast<int*>(table + 32)); in vtable_8bt_32bi() 1120 storea(t3, reinterpret_cast<int*>(table + 48)); in vtable_8bt_32bi()
|
D | astcenc_vecmathlib_avx2_8.h | 541 ASTCENC_SIMD_INLINE void storea(vint8 a, int* p) in storea() function 985 ASTCENC_SIMD_INLINE void storea(vfloat8 a, float* p) in storea() function 1166 storea(a, v); in print() 1177 storea(a, v); in printx() 1188 storea(a, v); in print()
|
D | astcenc_vecmathlib_neon_4.h | 575 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function 602 storea(indices, idx); in gatheri() 815 storea(indices, idx); in gatherf() 835 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* p) in storea() function
|
D | astcenc_image.cpp | 114 storea(data, datas); in swz_texel()
|
D | astcenc_compress_symbolic.cpp | 257 storea(unquant_valuef, uq_weightsf + we_idx); in realign_weights_decimated()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 931 TEST(vfloat4, storea) in TEST() argument 935 storea(a, out); in TEST() 1726 TEST(vint4, storea) in TEST() argument 1730 storea(a, out); in TEST() 2699 TEST(vfloat8, storea) in TEST() argument 3261 TEST(vint8, storea) in TEST() argument 3265 storea(a, out); in TEST()
|