Searched refs:i_flt (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_weight_align.cpp | 377 float i_flt = static_cast<float>(i); in compute_angular_endpoints_for_quant_levels() local 387 vfloat4 new_result = vfloat4(error[i], i_flt, 0.0f, 0.0f); in compute_angular_endpoints_for_quant_levels() 394 new_result = vfloat4(error_cut_low, i_flt, 1.0f, 0.0f); in compute_angular_endpoints_for_quant_levels() 398 new_result = vfloat4(error_cut_high, i_flt, 0.0f, 0.0f); in compute_angular_endpoints_for_quant_levels() 404 new_result = vfloat4(error_cut_low_high, i_flt, 1.0f, 0.0f); in compute_angular_endpoints_for_quant_levels()
|
Completed in 2 milliseconds