You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Configs:** Baseline = huffman opt only. +Trellis = AC trellis. Full = AC trellis + DC trellis + deringing. Max Compression = Full + `optimize_scans: true`. All others use `optimize_scans: false`. All use `force_baseline: true`.
80
80
81
81
**Key findings:**
82
82
- With trellis at Q75, Rust produces **smaller** files than C (-0.15% to -0.24%)
83
83
- Without trellis, the consistent +0.21% gap comes from `fast-yuv` color conversion (±1 level rounding)
84
84
- Without `optimize_scans`, all configs stay within ±0.25% average, worst-case per-image deviation under 1%
85
-
- With `optimize_scans` (Max Compression), within +0.6% average — different scan search heuristics
85
+
- With `optimize_scans` (Max Compression), within ±0.4% average — different scan search heuristics find different local optima
86
86
- Visual quality (SSIMULACRA2, Butteraugli) is equivalent at all settings
0 commit comments