Searched refs:max_angular_steps (Results 1 – 1 of 1) sorted by relevance
96 unsigned int max_angular_steps, in compute_angular_offsets() argument100 promise(max_angular_steps > 0); in compute_angular_offsets()116 for (unsigned int i = 0; i < max_angular_steps; i += ASTCENC_SIMD_WIDTH) in compute_angular_offsets()155 unsigned int max_angular_steps, in compute_lowest_and_highest_weight() argument165 promise(max_angular_steps > 0); in compute_lowest_and_highest_weight()170 for (unsigned int sp = 0; sp < max_angular_steps; sp += ASTCENC_SIMD_WIDTH) in compute_lowest_and_highest_weight()243 unsigned int max_angular_steps = steps_for_quant_level[max_quant_level]; in compute_angular_endpoints_for_quant_levels() local248 max_angular_steps, angular_offsets); in compute_angular_endpoints_for_quant_levels()257 max_angular_steps, max_quant_steps, in compute_angular_endpoints_for_quant_levels()276 promise(max_angular_steps > 0); in compute_angular_endpoints_for_quant_levels()[all …]