summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVideo/VP9/LookupTables.h
AgeCommit message (Expand)Author
2023-05-07Everywhere: Run spellcheck on all documentationBen Wiederhake
2023-04-25LibVideo/VP9: Use an enum to select segment featuresZaggy1024
2023-04-25LibVideo/VP9: Implement unscaled fast paths in inter predictionZaggy1024
2023-02-03LibVideo/VP9: Use proper indices for updating inter_mode probabilitiesZaggy1024
2022-11-30LibVideo/VP9: Prefix TransformSize with Transform_ instead of TX_Zaggy1024
2022-11-30LibVideo/VP9: Rename TX(Mode|Size) to Transform(Mode|Size)Zaggy1024
2022-11-30LibVideo/VP9: Replace (DCT|ADST)_(DCT_ADST) with struct TransformSetZaggy1024
2022-11-30LibVideo/VP9: Convert token scan order indices to u16Zaggy1024
2022-11-30LibVideo/VP9: Use a bitwise enum for motion vector joint selectionZaggy1024
2022-11-12LibVideo: Combine VP9's Intra- and InterMode enums into PredictionModeZaggy1024
2022-10-09LibVideo: Implement inter predictionZaggy1024
2022-10-09LibVideo: Add MotionVector lookup tables as constant expressionsZaggy1024
2021-07-10LibVideo/VP9: Implement token parsing (6.4.24-6.4.26)FalseHonesty
2021-07-10LibVideo/VP9: Implement sections 6.1.2 and 8.4.1-8.4.4FalseHonesty
2021-07-10LibVideo/VP9: Start parsing residuals (6.4.21-6.4.23)FalseHonesty
2021-06-30LibVideo/VP9: Implement intra_frame_mode_info procedure (6.4.6)FalseHonesty
2021-06-30LibVideo/VP9: Begin creating a tree parser to parse syntax elementsFalseHonesty
2021-06-30LibVideo/VP9: Begin decoding tilesFalseHonesty
2021-06-12LibVideo/VP9: Add Decoder and begin parsing uncompressed header dataFalseHonesty