File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0
22// ----------------------------------------------------------------------------
3- // Copyright 2011-2024 Arm Limited
3+ // Copyright 2011-2025 Arm Limited
44//
55// Licensed under the Apache License, Version 2.0 (the "License"); you may not
66// use this file except in compliance with the License. You may obtain a copy
@@ -1280,7 +1280,7 @@ void compress_block(
12801280 1 .0f
12811281 };
12821282
1283- static const float errorval_overshoot = 1 .0f / ctx.config .tune_mse_overshoot ;
1283+ const float errorval_overshoot = 1 .0f / ctx.config .tune_mse_overshoot ;
12841284
12851285 // Only enable MODE0 fast path if enabled
12861286 // Never enable for 3D blocks as no "always" block modes are available
You can’t perform that action at this time.
0 commit comments