Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
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_rgb[0][0], data_r, p0_mask); in compute_partition_averages_rgb()
[all …]
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()
Dastcenc_vecmathlib_avx2_8.h917 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat8 a) in haccumulate() function
920 haccumulate(accum, lo); in haccumulate()
923 haccumulate(accum, hi); in haccumulate()
931 ASTCENC_SIMD_INLINE void haccumulate(vfloat8& accum, vfloat8 a) in haccumulate() function
941 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat8 a, vmask8 m) in haccumulate() function
944 haccumulate(accum, a); in haccumulate()
952 ASTCENC_SIMD_INLINE void haccumulate(vfloat8& accum, vfloat8 a, vmask8 m) in haccumulate() function
955 haccumulate(accum, a); in haccumulate()
Dastcenc_pick_best_endpoint_format.cpp136 haccumulate(a_drop_errv, alpha_diff, mask); in compute_error_squared_rgb_single_partition()
155 haccumulate(uncor_errv, error, mask); in compute_error_squared_rgb_single_partition()
170 haccumulate(samec_errv, error, mask); in compute_error_squared_rgb_single_partition()
185 haccumulate(rgbl_errv, error, mask); in compute_error_squared_rgb_single_partition()
200 haccumulate(l_errv, error, mask); in compute_error_squared_rgb_single_partition()
Dastcenc_ideal_endpoints_and_weights.cpp711 haccumulate(error_summav, error); in compute_error_of_weight_set_1plane()
727 haccumulate(error_summav, error); in compute_error_of_weight_set_1plane()
743 haccumulate(error_summav, error); in compute_error_of_weight_set_1plane()
785 haccumulate(error_summav, error1 + error2); in compute_error_of_weight_set_2planes()
810 haccumulate(error_summav, error1 + error2); in compute_error_of_weight_set_2planes()
835 haccumulate(error_summav, error1 + error2); in compute_error_of_weight_set_2planes()
Dastcenc_decompress_symbolic.cpp621 haccumulate(summav, metric, mask); in compute_symbolic_block_difference_1plane_1partition()