Zaggy1024
|
90c0e1ad8f
LibVideo/VP9: Pre-calculate the quantizers at the start of each frame
|
2 years ago |
Zaggy1024
|
094b0d8a78
LibVideo/VP9: Use an enum to select segment features
|
2 years ago |
Zaggy1024
|
f2c0cee522
LibVideo/VP9: Consolidate frame size calculations
|
2 years ago |
Zaggy1024
|
eba72fa3a7
LibVideo/VP9: Wait for workers to finish when there are decoding errors
|
2 years ago |
Zaggy1024
|
036eb82aca
LibVideo/VP9: Implement threaded tile column decoding
|
2 years ago |
Zaggy1024
|
1fcac52e77
LibVideo/VP9: Count syntax elements in TileContext, and sum at the end
|
2 years ago |
Zaggy1024
|
a8604d9356
LibVideo/VP9: Fallibly allocate the probability tables
|
2 years ago |
Zaggy1024
|
8ce4245214
LibVideo/VP9: Return Corrupted error when tile range decoder init fails
|
2 years ago |
Zaggy1024
|
bc49af08b4
LibVideo/VP9: Pre-calculate inter-frames' reference frame scale factors
|
2 years ago |
Ben Wiederhake
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
2 years ago |
Zaggy1024
|
fb0c226da3
LibVideo/VP9: Convert the Parser to use AK/BitStream.h
|
2 years ago |
Nico Weber
|
89b98830f6
LibVideo: Rename "ColorRange" to "VideoFullRangeFlag"
|
2 years ago |
Zaggy1024
|
df313c3dc5
LibVideo/VP9: Clamp motion vectors again in find_mv_refs function
|
2 years ago |
Zaggy1024
|
c18728989e
LibVideo/VP9: Remove magic numbers for the uncompressed ref frames
|
2 years ago |
Linus Groh
|
9c08bb9555
AK: Remove `try_` prefix from FixedArray creation functions
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Zaggy1024
|
b1c7bbc4ba
LibVideo/VP9: Make get_tile_offset static and remove magic numbers
|
2 years ago |
Zaggy1024
|
f5ea6c89df
LibVideo/VP9: Put reference frames into a struct
|
2 years ago |
Zaggy1024
|
e6b696fe24
LibVideo/VP9: Remove now-unused clear_context function from Parser
|
2 years ago |
Zaggy1024
|
71aac25635
LibVideo/VP9: Move partitioning contexts to TileContext
|
2 years ago |
Zaggy1024
|
1fe22f2141
LibVideo/VP9: Move segmentation id prediction context to TileContext
|
2 years ago |
Zaggy1024
|
9df72080a1
LibVideo/VP9: Add FIXME about implementation of tiled decoding
|
2 years ago |
Zaggy1024
|
2f043a0bd4
LibVideo/VP9: Move the above non-zero tokens context into decode_tiles
|
2 years ago |
Zaggy1024
|
4e7e9d8479
LibVideo/VP9: Move the left non-zero tokens context to TileContext
|
2 years ago |
Zaggy1024
|
06082d310f
LibVideo/VP9: Split/clean up the token tree-parsing context function
|
2 years ago |
Zaggy1024
|
3667f9bf2c
LibVideo/VP9: Store m_mode_context in BlockContext
|
2 years ago |
Zaggy1024
|
b5cce5a448
LibVideo/VP9: Move the m_use_prev_frame_mvs field to FrameContext
|
2 years ago |
Zaggy1024
|
6ffb0844a1
LibVideo/VP9: Remove the m_use_hp field from Parser
|
2 years ago |
Zaggy1024
|
316dad7bf7
LibVideo/VP9: Remove m_tokens and m_token_cache from Parser
|
2 years ago |
Zaggy1024
|
a4f14f220d
LibVideo/VP9: Fully qualify all reference frame type enum values
|
2 years ago |