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
review: fix ratio direction in residue_upscale (#231, codex P2)
Columns were labeled /paeth but computed paeth/global, printing 0.70 for a case
where grid (3648 B) actually costs MORE than paeth (2565 B) — readable as a 30%
saving when it is a 42% loss. Invert to grid/paeth and spiral/paeth (byte-cost
ratio, > 1 = the global upscaler loses to local DPCM), relabel the columns
(>1=lose), and reword the conclusion: grid 1.42×, spiral 2.64× of paeth on
very-smooth (loss); ~0.98× on noise (tie). Conclusion unchanged in substance —
the anatomy upscaler loses to local DPCM on dense scalar residuals — now the
numbers point the right way.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MLBnPuScZy6w9di2QEjsXM
0 commit comments