mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
LibGfx: Add a comment to QMArithmeticDecoder.h
This commit is contained in:
parent
ea441fea95
commit
ca3a62a6bb
Notes:
sideshowbarker
2024-07-17 08:35:21 +09:00
Author: https://github.com/nico
Commit: ca3a62a6bb
Pull-request: https://github.com/SerenityOS/serenity/pull/24017
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@
|
|||
|
||||
namespace Gfx {
|
||||
|
||||
// This is the arithmetic decoder described in Annex E of the JBIG2 spec.
|
||||
// See JBIG2Loader.cpp for the JBIG2 spec link.
|
||||
//
|
||||
// It's also used in JPEG2000 and also described in Annex C of the JPEG2000 spec.
|
||||
// See JPEG2000Loader.cpp for the JPEG2000 spec link.
|
||||
|
||||
// E.3 Arithmetic decoding procedure, but with the changes described in
|
||||
// Annex G Arithmetic decoding procedure (software conventions).
|
||||
// Exposed for testing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue