We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1753835 commit b0ddcdbCopy full SHA for b0ddcdb
1 file changed
Source/astcenc_weight_align.cpp
@@ -391,8 +391,6 @@ static void compute_lowest_and_highest_weight_lwc(
391
storea(minidx, lowest_weight + sp);
392
storea(span, weight_span + sp);
393
394
- // The cut_(lowest/highest)_weight_error indicate the error that results from
395
- // forcing samples that should have had the weight value one step (up/down).
396
vfloat ssize = 1.0f / rcp_stepsize;
397
vfloat errscale = ssize * ssize;
398
storea(errval * errscale, error + sp);
0 commit comments