Compensate for possible low LOD bit allocation shifts

This commit is contained in:
Siana Gearz
2011-06-17 16:04:11 +02:00
parent d1cb6d3335
commit b73a9b9a34
2 changed files with 30 additions and 1 deletions

View File

@@ -37,6 +37,29 @@
</array>
</map>
<key>SianaJ2CSizeExponent</key>
<map>
<key>Comment</key>
<string>Exponent of size estimator. Should be between 0.0 and 1.0</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>F32</string>
<key>Value</key>
<real>0.5</real>
</map>
<key>SianaJ2CSizeOffset</key>
<map>
<key>Comment</key>
<string>Number of bytes to add to size estimator.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>S32</string>
<key>Value</key>
<integer>100</integer>
</map>
<key>SianaLegacyJ2CSize</key>
<map>
<key>Comment</key>