diff options
author | metamuffin <metamuffin@disroot.org> | 2022-12-07 23:08:11 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-12-07 23:08:11 +0100 |
commit | 8b7792d6aa27578221fee7cc8be1ceb202602a5a (patch) | |
tree | 0675d17e616482b606fbf656575fe56144b7a361 /evc/spec.md | |
parent | e4704f1ba3ff7d9c75714d432768ce12f630e745 (diff) | |
download | video-codec-experiments-8b7792d6aa27578221fee7cc8be1ceb202602a5a.tar video-codec-experiments-8b7792d6aa27578221fee7cc8be1ceb202602a5a.tar.bz2 video-codec-experiments-8b7792d6aa27578221fee7cc8be1ceb202602a5a.tar.zst |
implement broken value scale
Diffstat (limited to 'evc/spec.md')
-rw-r--r-- | evc/spec.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/evc/spec.md b/evc/spec.md index 58691a3..9d4cc62 100644 --- a/evc/spec.md +++ b/evc/spec.md @@ -18,8 +18,8 @@ - translation: _`s8, s8`_ (translation encoded as _floats_) - transform: _`s8, s8, s8, s8`_ (2x2-matrix of _floats_ applied before sampling) - - value_scale: _`s8`_ (represents multiplication of each color component - with $1.1^n$) + - value_scale: _`i8`_ (represents multiplication of each color component + with $1.05^n$) ### _`s8`_ @@ -28,7 +28,5 @@ ### Todo -- JPEG compress I-Blocks -- Sub-pixel translation -- fade +- JPEG compress Literal-Blocks - general compression (gzip oder so) |