Skip to content

Commit bbf89f8

Browse files
committed
Remove 4 partitions from mid/low bitrate -medium searches
1 parent 8a2cd40 commit bbf89f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/astcenc_entry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ static const std::array<astcenc_preset_config, 6> preset_configs_mid {{
9494
3, 18, 12, 10, 55, 3, 3, 2, 2, 2, 85.2f, 63.2f, 3.5f, 1.0f, 1.0f, 0.85f
9595
}, {
9696
ASTCENC_PRE_MEDIUM,
97-
4, 34, 28, 16, 77, 3, 3, 2, 2, 2, 95.0f, 70.0f, 3.0f, 1.1f, 1.05f, 0.90f
97+
3, 34, 28, 16, 77, 3, 3, 2, 2, 2, 95.0f, 70.0f, 3.0f, 1.1f, 1.05f, 0.90f
9898
}, {
9999
ASTCENC_PRE_THOROUGH,
100100
4, 82, 60, 30, 94, 4, 4, 3, 2, 2, 105.0f, 77.0f, 10.0f, 1.4f, 1.2f, 0.95f

0 commit comments

Comments
 (0)