Zaggy1024
|
24ae35086d
LibGfx/LibVideo: Check for overreads only at end of a VPX range decode
|
2 лет назад |
Zaggy1024
|
90c0e1ad8f
LibVideo/VP9: Pre-calculate the quantizers at the start of each frame
|
2 лет назад |
Zaggy1024
|
094b0d8a78
LibVideo/VP9: Use an enum to select segment features
|
2 лет назад |
Zaggy1024
|
f2c0cee522
LibVideo/VP9: Consolidate frame size calculations
|
2 лет назад |
Zaggy1024
|
036eb82aca
LibVideo/VP9: Implement threaded tile column decoding
|
2 лет назад |
Zaggy1024
|
1fcac52e77
LibVideo/VP9: Count syntax elements in TileContext, and sum at the end
|
2 лет назад |
Zaggy1024
|
fb0c226da3
LibVideo/VP9: Convert the Parser to use AK/BitStream.h
|
2 лет назад |
Nico Weber
|
89b98830f6
LibVideo: Rename "ColorRange" to "VideoFullRangeFlag"
|
2 лет назад |
Sam Atkins
|
5cc4b37bf3
LibVideo: Remove declarations for non-existent methods
|
2 лет назад |
Zaggy1024
|
b1c7bbc4ba
LibVideo/VP9: Make get_tile_offset static and remove magic numbers
|
2 лет назад |
Zaggy1024
|
f5ea6c89df
LibVideo/VP9: Put reference frames into a struct
|
2 лет назад |
Zaggy1024
|
e6b696fe24
LibVideo/VP9: Remove now-unused clear_context function from Parser
|
2 лет назад |
Zaggy1024
|
71aac25635
LibVideo/VP9: Move partitioning contexts to TileContext
|
2 лет назад |
Zaggy1024
|
1fe22f2141
LibVideo/VP9: Move segmentation id prediction context to TileContext
|
2 лет назад |
Zaggy1024
|
2f043a0bd4
LibVideo/VP9: Move the above non-zero tokens context into decode_tiles
|
2 лет назад |
Zaggy1024
|
4e7e9d8479
LibVideo/VP9: Move the left non-zero tokens context to TileContext
|
2 лет назад |
Zaggy1024
|
3667f9bf2c
LibVideo/VP9: Store m_mode_context in BlockContext
|
2 лет назад |
Zaggy1024
|
b5cce5a448
LibVideo/VP9: Move the m_use_prev_frame_mvs field to FrameContext
|
2 лет назад |
Zaggy1024
|
6ffb0844a1
LibVideo/VP9: Remove the m_use_hp field from Parser
|
2 лет назад |
Zaggy1024
|
316dad7bf7
LibVideo/VP9: Remove m_tokens and m_token_cache from Parser
|
2 лет назад |
Zaggy1024
|
c33d6fb028
LibVideo/VP9: Change all names containing tx_size to transform_size
|
2 лет назад |
Zaggy1024
|
f6e645a153
LibVideo/VP9: Rename TX(Mode|Size) to Transform(Mode|Size)
|
2 лет назад |
Zaggy1024
|
f4af6714d2
LibVideo/VP9: Move persistent context storage to a different header
|
2 лет назад |
Zaggy1024
|
facb779b99
LibVideo/VP9: Replace (DCT|ADST)_(DCT_ADST) with struct TransformSet
|
2 лет назад |
Zaggy1024
|
b6f41fe7d9
LibVideo/VP9: Pass the sub-block transform type around as a parameter
|
2 лет назад |
Zaggy1024
|
fedbc12c4d
LibVideo/VP9: Move segmentation parameters to FrameContext
|
2 лет назад |
Zaggy1024
|
f4761dab09
LibVideo/VP9: Index inter-frame references with named fields or an enum
|
2 лет назад |
Zaggy1024
|
3af4deba6d
LibVideo/VP9: Move reference frame type fields to FrameContext
|
2 лет назад |
Zaggy1024
|
b966f9d811
LibVideo/VP9: Move the transform mode field from Parser to FrameContext
|
2 лет назад |
Zaggy1024
|
396972bb69
LibVideo/VP9: Retain adjacent block contexts storage between frames
|
2 лет назад |