index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibVideo
/
VP9
/
LookupTables.h
Age
Commit message (
Expand
)
Author
2023-05-07
Everywhere: Run spellcheck on all documentation
Ben Wiederhake
2023-04-25
LibVideo/VP9: Use an enum to select segment features
Zaggy1024
2023-04-25
LibVideo/VP9: Implement unscaled fast paths in inter prediction
Zaggy1024
2023-02-03
LibVideo/VP9: Use proper indices for updating inter_mode probabilities
Zaggy1024
2022-11-30
LibVideo/VP9: Prefix TransformSize with Transform_ instead of TX_
Zaggy1024
2022-11-30
LibVideo/VP9: Rename TX(Mode|Size) to Transform(Mode|Size)
Zaggy1024
2022-11-30
LibVideo/VP9: Replace (DCT|ADST)_(DCT_ADST) with struct TransformSet
Zaggy1024
2022-11-30
LibVideo/VP9: Convert token scan order indices to u16
Zaggy1024
2022-11-30
LibVideo/VP9: Use a bitwise enum for motion vector joint selection
Zaggy1024
2022-11-12
LibVideo: Combine VP9's Intra- and InterMode enums into PredictionMode
Zaggy1024
2022-10-09
LibVideo: Implement inter prediction
Zaggy1024
2022-10-09
LibVideo: Add MotionVector lookup tables as constant expressions
Zaggy1024
2021-07-10
LibVideo/VP9: Implement token parsing (6.4.24-6.4.26)
FalseHonesty
2021-07-10
LibVideo/VP9: Implement sections 6.1.2 and 8.4.1-8.4.4
FalseHonesty
2021-07-10
LibVideo/VP9: Start parsing residuals (6.4.21-6.4.23)
FalseHonesty
2021-06-30
LibVideo/VP9: Implement intra_frame_mode_info procedure (6.4.6)
FalseHonesty
2021-06-30
LibVideo/VP9: Begin creating a tree parser to parse syntax elements
FalseHonesty
2021-06-30
LibVideo/VP9: Begin decoding tiles
FalseHonesty
2021-06-12
LibVideo/VP9: Add Decoder and begin parsing uncompressed header data
FalseHonesty