Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp853 vfloat contrib_weight = weight * weight_error_scale; in compute_ideal_weights_for_decimation() local
855 weight_weight += contrib_weight; in compute_ideal_weights_for_decimation()
856 initial_weight += gatherf(eai_in.weights, texel) * contrib_weight; in compute_ideal_weights_for_decimation()
904 vfloat contrib_weight = loada(di.weights_flt[j] + i); in compute_ideal_weights_for_decimation() local
911 vfloat scale = weight_error_scale * contrib_weight; in compute_ideal_weights_for_decimation()
915 error_change0 += contrib_weight * scale; in compute_ideal_weights_for_decimation()