]> git.tuebingen.mpg.de Git - paraslash.git/commit
wmadec: Kill pointless start/end computations.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 20 May 2025 20:58:13 +0000 (22:58 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 20 May 2025 20:58:13 +0000 (22:58 +0200)
commit4071b2dd1fd80737738f5b2dbd9410deb407229b
tree9d8c52d9132399a798cdead18c86476db55df344
parent9fe8a674535a00c6011f86b4ece3344200d00aa2
wmadec: Kill pointless start/end computations.

Neither start nor end are used. The loop simply adds up the entries of one
line of the exponent_bands matrix.

Found by the clang analyzer.
wmadec_filter.c