Zaggy1024
|
fedbc12c4d
LibVideo/VP9: Move segmentation parameters to FrameContext
|
2 years ago |
Zaggy1024
|
f4761dab09
LibVideo/VP9: Index inter-frame references with named fields or an enum
|
2 years ago |
Zaggy1024
|
44413c31a9
LibVideo/VP9: Store data used between decode_block calls in a struct
|
2 years ago |
Zaggy1024
|
e379223633
LibVideo/VP9: Don't store the default_intra_mode in a field
|
2 years ago |
Zaggy1024
|
9dc622475e
LibVideo: Rename parse_tree_new to parse_tree in VP9/TreeParser.cpp
|
2 years ago |
Zaggy1024
|
907816e629
LibVideo: Create TokensContext struct for token parsing parameters
|
2 years ago |
Zaggy1024
|
e906bcc696
LibVideo: Parameterize all tree parsing for motion vectors in VP9
|
2 years ago |
Zaggy1024
|
84f1aed40a
LibVideo: Parameterize parsing single reference frame selection in VP9
|
2 years ago |
Zaggy1024
|
37fab851f1
LibVideo: Parameterize parsing compound references in the VP9 decoder
|
2 years ago |
Zaggy1024
|
dd18c42643
LibVideo: Parameterize compound mode parsing in the VP9 decoder
|
2 years ago |
Zaggy1024
|
372a4ea8c1
LibVideo: Parameterize parsing if a block is inter predicted in VP9
|
2 years ago |
Zaggy1024
|
93caa1e19d
LibVideo: Parameterize TXSize parsing for the VP9 decoder
|
2 years ago |
Zaggy1024
|
cc735a7001
LibVideo: Parameterize coefficient skip parsing for VP9
|
2 years ago |
Zaggy1024
|
10ba956066
LibVideo: Parameterize segment ID parsing for the VP9 decoder
|
2 years ago |
Zaggy1024
|
568e2fc1f2
LibVideo: Parameterize interpolation filter parsing for the VP9 decoder
|
2 years ago |
Zaggy1024
|
cbb8a3f0f4
LibVideo: Parameterize inter mode parsing in the VP9 decoder
|
2 years ago |
Zaggy1024
|
540ef22b95
LibVideo: Parameterize UV mode parsing in the VP9 decoder
|
2 years ago |
Zaggy1024
|
858915ab3a
LibVideo: Parameterize intra prediction mode parsing for VP9
|
2 years ago |
Zaggy1024
|
1b66aa3cad
LibVideo: Parameterize parsing the default UV prediction mode for VP9
|
2 years ago |
Zaggy1024
|
c6ecad63d0
LibVideo: Parameterize parsing of the default VP9 intra mode tree
|
2 years ago |
Zaggy1024
|
6192a33e79
LibVideo: Move parsing of Partition to its own TreeParser function
|
2 years ago |
Zaggy1024
|
981997c039
LibVideo: Combine VP9's Intra- and InterMode enums into PredictionMode
|
2 years ago |
Zaggy1024
|
7d27273dc7
LibVideo: Ensure that syntax element counts don't overflow
|
2 years ago |
Zaggy1024
|
50d4217dbc
LibVideo: Look up interpolation filter probability correctly
|
2 years ago |
Zaggy1024
|
03738aa006
LibVideo: Implement block parsing for inter frames
|
2 years ago |
Zaggy1024
|
1514004cd5
LibVideo: Implement VP9 intra-predicted frame decoding
|
2 years ago |
Zaggy1024
|
b37ea6b414
LibVideo: Allow bit stream reads to throw errors
|
2 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
FalseHonesty
|
d60bd42972
LibVideo/VP9: Implement MV reading & rectify MV storage issues
|
4 years ago |
FalseHonesty
|
27fdf8361c
LibVideo/VP9: Finish implementing block decoding (6.4.4)
|
4 years ago |