Skip to content

Commit b0ddcdb

Browse files
committed
Remove obsolete comment
1 parent 1753835 commit b0ddcdb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Source/astcenc_weight_align.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,6 @@ static void compute_lowest_and_highest_weight_lwc(
391391
storea(minidx, lowest_weight + sp);
392392
storea(span, weight_span + sp);
393393

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).
396394
vfloat ssize = 1.0f / rcp_stepsize;
397395
vfloat errscale = ssize * ssize;
398396
storea(errval * errscale, error + sp);

0 commit comments

Comments
 (0)