/third_party/astc-encoder/Source/ |
H A D | astcenc_weight_align.cpp | 110 storea(isample, isamplev + i); in compute_angular_offsets() 130 storea(ofs, offsets + i); in compute_angular_offsets() 231 storea(minidx, lowest_weight + sp); in compute_lowest_and_highest_weight() 232 storea(span, weight_span + sp); in compute_lowest_and_highest_weight() 238 storea(errval * errscale, error + sp); in compute_lowest_and_highest_weight() 239 storea(cut_low_weight_err * errscale, cut_low_weight_error + sp); in compute_lowest_and_highest_weight() 240 storea(cut_high_weight_err * errscale, cut_high_weight_error + sp); in compute_lowest_and_highest_weight() 307 storea(minidx, lowest_weight + sp); in compute_lowest_and_highest_weight() 308 storea(span, weight_span + sp); in compute_lowest_and_highest_weight() 314 storea(errva in compute_lowest_and_highest_weight() [all...] |
H A D | astcenc_ideal_endpoints_and_weights.cpp | 905 storea(vfloat::zero(), dec_weight_ideal_value + prev_weight_count_simd); 914 storea(weight, dec_weight_ideal_value + i); 960 storea(initial_weight / weight_weight, dec_weight_ideal_value + i); 971 storea(weight, infilled_weights + i); 979 storea(weight, infilled_weights + i); 1028 storea(weight_val + step, dec_weight_ideal_value + i); 1102 storea(ixl * rscalev + low_boundv, weight_set_out + i); 1133 storea(ixl * rscalev + low_boundv, weight_set_out + i); 1226 storea(unquant_valuef, dec_weight + i); 1240 storea(weigh [all...] |
H A D | astcenc_vecmathlib_common_4.h | 403 storea(a, v); in print() 414 storea(a, v); in printx() 425 storea(a, v); in print()
|
H A D | astcenc_vecmathlib_avx2_8.h | 549 ASTCENC_SIMD_INLINE void storea(vint8 a, int* p) in storea() function 993 ASTCENC_SIMD_INLINE void storea(vfloat8 a, float* p) in storea() function 1174 storea(a, v); in print() 1185 storea(a, v); in printx() 1196 storea(a, v); in print()
|
H A D | astcenc_vecmathlib_neon_4.h | 604 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function 639 storea(indices, idx); in gatheri() 849 storea(indices, idx); in gatherf() 869 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* p) in storea() function
|
H A D | astcenc_vecmathlib_sse_4.h | 635 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function 675 storea(indices, idx); in gatheri() 924 storea(indices, idx); in gatherf() 940 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* p) in storea() function
|
H A D | astcenc_pick_best_endpoint_format.cpp | 1248 storea(clear_error, errors_of_best_combination + packed_start_block_mode); 1254 storea(clear_error, errors_of_best_combination + packed_end_block_mode);
|
H A D | astcenc_vecmathlib_none_4.h | 645 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function 966 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* ptr) in storea() function
|
H A D | astcenc_image.cpp | 114 storea(data, datas); in swz_texel()
|
H A D | astcenc_compress_symbolic.cpp | 467 storea(unquant_valuef, uq_weightsf + we_idx); in realign_weights_decimated()
|
/third_party/astc-encoder/Source/UnitTest/ |
H A D | test_simd.cpp | 930 /** @brief Test vfloat4 storea. */ 931 TEST(vfloat4, storea) in TEST() 935 storea(a, out); in TEST() 1725 /** @brief Test vint4 storea. */ 1726 TEST(vint4, storea) in TEST() 1730 storea(a, out); in TEST() 2698 /** @brief Test vfloat8 storea. */ 2699 TEST(vfloat8, storea) in TEST() 3260 /** @brief Test vint8 storea. */ 3261 TEST(vint8, storea) in TEST() [all...] |