forked from google/guetzli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the ImageF class and use std::vector<float> everywhere. This removes the need to copy back-and-forth between the two formats and saves about 20% memory usage. Peak memory usage of the ~1MP station.png file from the test corpus went from 263 MiB to 210 MiB. This commit contains some additional clean-up of the butteraugli.h header, we now include only those functions that are needed by guetzli.
- Loading branch information
Showing
4 changed files
with
150 additions
and
713 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.