This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement readScanline() for IvfAv1 decompressor
Summary: @public Similar to the `WebpDecompressor` where the underlying library does not inherently support reading scanline-by-scanline. The input is lazily loaded entirely when the first scanline is requested. Then those scanlines are stored and handed over as the outside world asks for more. Reviewed By: AurelC2G Differential Revision: D14893977 fbshipit-source-id: ae88ff7a901b1d0905d5058a8409120051d43afd
- Loading branch information
1 parent
c46d7c8
commit 16ed05a
Showing
3 changed files
with
152 additions
and
4 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
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