We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ce191 commit 2e13ba5Copy full SHA for 2e13ba5
Source/astcenc_compress_symbolic.cpp
@@ -1,6 +1,6 @@
1
// SPDX-License-Identifier: Apache-2.0
2
// ----------------------------------------------------------------------------
3
-// Copyright 2011-2024 Arm Limited
+// Copyright 2011-2025 Arm Limited
4
//
5
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
6
// use this file except in compliance with the License. You may obtain a copy
@@ -1280,7 +1280,7 @@ void compress_block(
1280
1.0f
1281
};
1282
1283
- static const float errorval_overshoot = 1.0f / ctx.config.tune_mse_overshoot;
+ const float errorval_overshoot = 1.0f / ctx.config.tune_mse_overshoot;
1284
1285
// Only enable MODE0 fast path if enabled
1286
// Never enable for 3D blocks as no "always" block modes are available
0 commit comments