- Sep 24, 2018
-
-
Emmanuel Gil Peyrot authored
-
- Sep 23, 2018
-
-
- Sep 22, 2018
-
-
Michael Bebenita authored
-
Monty Montgomery authored
No reason for the top level deblocking to be chunking things by SB in the final filter. There are fewer checks and corner-cases needed to simply make full-frame passes.
-
james h authored
-
- Sep 20, 2018
-
-
james h authored
This removes dependency on libaom for most of the CDFs.
-
Monty Montgomery authored
Fix a subtraction that accidentally preceeded its guard statement.
-
- Sep 19, 2018
-
-
-
-
Monty Montgomery authored
Get the V and H passes closer together in memory to further reduce memory/cache pressure during deblocking. This is also a 'get the pattern right' setup for the heavier RDO.
-
Monty Montgomery authored
Testing indicates that the sharpness parameter has negligable effect, and almost all of it is negative. Increasing the value from zero causes regression on all metrics. As a result, nail it to 0 like in libaom.
-
Monty Montgomery authored
Dn't perform all the block-level delta math when block-level deltas aren't enabled.
-
- Sep 18, 2018
-
-
Frank Bossen authored
* Add encoding of order_hint For now a single bit is used for encoding order_hint * Add intermediate variable Add intermediate variable from which frame_type and order_hint are derived
-
Raphaël Zumer authored
-
- Sep 17, 2018
-
-
-
Frank Bossen authored
Don't test these modes at speed settings higher than 2
-
- Sep 16, 2018
-
-
Kyle Siefring authored
Fixes the extra silly indentation of this file.
-
Luca Barbato authored
-
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
And use a conditional slice outside the chroma loop.
-
Luca Barbato authored
-
- Sep 14, 2018
-
-
David Michael Barr authored
-
- Sep 13, 2018
-
-
Kyle Siefring authored
-
Monty Montgomery authored
Improve cache behavior by running vertical and horizontal deblocking in one pass. Horizontal lags one SB behind vertical.
-
Yushin Cho authored
ME use predicted search center for topdown partition search
-
- Sep 12, 2018
-
-
-
In ME search range setup, rename x_min, x_max, y_min and y_max variables as mvx_min, mvx_max, ... since they are limits of mv allowed to code thus needed to search.
-
Frank Bossen authored
* Correctly handle NEAR mode when less than 2 entried in MV stack If there are fewer than 2 entries in the motion vector stack, then the NEAR motion vector is considered to be the same vector as the global motion vector (currently 0,0), as per 7.10.2.12 "Extra search process" in the spec. * Add support for 2nd and 3rd NEAR motion vector * Adaptively select best MV mode
-
-
Store the frame_type in the packet and implement Display for it.
-
- Sep 11, 2018
-
-
Yushin Cho authored
-
Frank Bossen authored
See section 7.10.2.14 context and clamping process
-
Luca Barbato authored
Fix an off-by-one
-
Luca Barbato authored
And use it in rav1e to output the same stats it did before.
-