Home
last modified time | relevance | path

Searched refs:haccumulate (Results 1 - 6 of 6) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_averages_and_directions.cpp77 haccumulate(pp_avg_rgb[0], data_r, p0_mask); in compute_partition_averages_rgb()
80 haccumulate(pp_avg_rgb[1], data_g, p0_mask); in compute_partition_averages_rgb()
83 haccumulate(pp_avg_rgb[2], data_b, p0_mask); in compute_partition_averages_rgb()
114 haccumulate(pp_avg_rgb[0][0], data_r, p0_mask); in compute_partition_averages_rgb()
115 haccumulate(pp_avg_rgb[1][0], data_r, p1_mask); in compute_partition_averages_rgb()
118 haccumulate(pp_avg_rgb[0][1], data_g, p0_mask); in compute_partition_averages_rgb()
119 haccumulate(pp_avg_rgb[1][1], data_g, p1_mask); in compute_partition_averages_rgb()
122 haccumulate(pp_avg_rgb[0][2], data_b, p0_mask); in compute_partition_averages_rgb()
123 haccumulate(pp_avg_rgb[1][2], data_b, p1_mask); in compute_partition_averages_rgb()
160 haccumulate(pp_avg_rg in compute_partition_averages_rgb()
[all...]
H A Dastcenc_pick_best_endpoint_format.cpp151 haccumulate(a_drop_errv, alpha_diff); in compute_error_squared_rgb_single_partition()
171 haccumulate(uncor_errv0, dist0 * dist0); in compute_error_squared_rgb_single_partition()
172 haccumulate(uncor_errv1, dist1 * dist1); in compute_error_squared_rgb_single_partition()
173 haccumulate(uncor_errv2, dist2 * dist2); in compute_error_squared_rgb_single_partition()
184 haccumulate(uncor_errv0, dist0 * dist0); in compute_error_squared_rgb_single_partition()
185 haccumulate(uncor_errv1, dist1 * dist1); in compute_error_squared_rgb_single_partition()
186 haccumulate(uncor_errv2, dist2 * dist2); in compute_error_squared_rgb_single_partition()
193 haccumulate(rgbl_errv0, dist0 * dist0); in compute_error_squared_rgb_single_partition()
194 haccumulate(rgbl_errv1, dist1 * dist1); in compute_error_squared_rgb_single_partition()
195 haccumulate(rgbl_errv in compute_error_squared_rgb_single_partition()
[all...]
H A Dastcenc_vecmathlib_avx2_8.h925 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat8 a) in haccumulate() function
928 haccumulate(accum, lo); in haccumulate()
931 haccumulate(accum, hi); in haccumulate()
939 ASTCENC_SIMD_INLINE void haccumulate(vfloat8& accum, vfloat8 a) in haccumulate() function
949 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat8 a, vmask8 m) in haccumulate() function
952 haccumulate(accum, a); in haccumulate()
960 ASTCENC_SIMD_INLINE void haccumulate(vfloat8& accum, vfloat8 a, vmask8 m) in haccumulate() function
963 haccumulate(accum, a); in haccumulate()
H A Dastcenc_vecmathlib_common_4.h276 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat4 a) in haccumulate() function
284 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat4 a, vmask4 m) in haccumulate() function
287 haccumulate(accum, a); in haccumulate()
H A Dastcenc_ideal_endpoints_and_weights.cpp756 haccumulate(error_summav, error);
772 haccumulate(error_summav, error);
788 haccumulate(error_summav, error);
831 haccumulate(error_summav, error1 + error2);
856 haccumulate(error_summav, error1 + error2);
881 haccumulate(error_summav, error1 + error2);
H A Dastcenc_decompress_symbolic.cpp625 haccumulate(summav, metric, mask); in compute_symbolic_block_difference_1plane_1partition()

Completed in 6 milliseconds