Skip to content

Commit b7b74f8

Browse files
committed
Enable more block modes for -fastest
1 parent 8263924 commit b7b74f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/astcenc_entry.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct astcenc_preset_config
6262
static const std::array<astcenc_preset_config, 5> preset_configs_high {{
6363
{
6464
ASTCENC_PRE_FASTEST,
65-
2, 10, 42, 2, 2, 85.2f, 63.2f, 3.5f, 3.5f, 1.0f, 1.0f, 0.5f, 25
65+
2, 10, 43, 2, 2, 85.2f, 63.2f, 3.5f, 3.5f, 1.0f, 1.0f, 0.5f, 25
6666
}, {
6767
ASTCENC_PRE_FAST,
6868
3, 14, 55, 3, 3, 85.2f, 63.2f, 3.5f, 3.5f, 1.0f, 1.1f, 0.65f, 20
@@ -85,7 +85,7 @@ static const std::array<astcenc_preset_config, 5> preset_configs_high {{
8585
static const std::array<astcenc_preset_config, 5> preset_configs_mid {{
8686
{
8787
ASTCENC_PRE_FASTEST,
88-
2, 10, 42, 2, 2, 85.2f, 63.2f, 3.5f, 3.5f, 1.0f, 1.0f, 0.5f, 20
88+
2, 10, 43, 2, 2, 85.2f, 63.2f, 3.5f, 3.5f, 1.0f, 1.0f, 0.5f, 20
8989
}, {
9090
ASTCENC_PRE_FAST,
9191
3, 15, 55, 3, 3, 85.2f, 63.2f, 3.5f, 3.5f, 1.0f, 1.1f, 0.5f, 16

0 commit comments

Comments
 (0)