Marko Viitanen
|
757772e8c4
|
[inter] Disable AMVR by default
* Can be used to reduce cost on signalling motion vectors later
|
2021-11-16 17:38:38 +02:00 |
|
Marko Viitanen
|
d4902cc840
|
[inter] Implement Adaptive Motion Vector Resolution bits, the resolution still in fullpel
|
2021-11-16 17:18:29 +02:00 |
|
Ari Lemmetti
|
e3aadd4272
|
Add missing things after rebase
|
2021-11-15 21:48:43 +02:00 |
|
Marko Viitanen
|
a91c9bd095
|
Fix sse41 ver_sad_arbitrary() reading over the boundary and disable ver_sad_w12(), since it always reads 16 bytes
* This fixes valgrind complaining about using uninitialised values
|
2021-11-15 12:42:29 +02:00 |
|
Marko Viitanen
|
ba6ddf9454
|
[tests] Add a test for GOP=8
|
2021-11-10 16:17:59 +02:00 |
|
Marko Viitanen
|
9e0491ee79
|
[inter] Remove the deprecated B-priority list merge candidate selection
|
2021-11-10 15:56:54 +02:00 |
|
Marko Viitanen
|
f6011cf850
|
[inter] Fix inter_pred_idc signalling
|
2021-11-10 12:54:33 +02:00 |
|
Marko Viitanen
|
1656202dbc
|
[inter] Fix ref pic list signalling with GOP
|
2021-11-10 12:54:04 +02:00 |
|
Marko Viitanen
|
f03f1ab898
|
Merge branch 'inter_ref_fixes'
|
2021-11-10 09:47:52 +02:00 |
|
Marko Viitanen
|
901bf561ff
|
[inter] Fix HMVP mv candidate derivation for more than one reference frame
|
2021-11-10 09:33:12 +02:00 |
|
Marko Viitanen
|
907fa6a36a
|
[inter] Fix how references are signalled for PU
|
2021-11-09 09:05:45 +02:00 |
|
Ari Lemmetti
|
146298a0df
|
New AVX2 block averaging *WIP* missing small chroma block and SMP/AMP
|
2021-11-08 23:01:13 +02:00 |
|
Ari Lemmetti
|
ef69c65c58
|
New bipred average functions
|
2021-11-08 23:01:12 +02:00 |
|
Ari Lemmetti
|
f47bd5d86f
|
Rename some bipred functions
|
2021-11-08 23:01:12 +02:00 |
|
Ari Lemmetti
|
b52a930bed
|
About working with generics
|
2021-11-08 23:01:12 +02:00 |
|
Ari Lemmetti
|
e7857cbb24
|
Remove avx2 blending
|
2021-11-08 22:45:45 +02:00 |
|
Marko Viitanen
|
a0d56bef7b
|
Merge branch 'mvp_cand_fix'
|
2021-11-08 10:42:25 +02:00 |
|
Marko Viitanen
|
4a42b5cbc4
|
[cleanup] Remove HMVP debug code and extra arrays in intra coding
|
2021-11-08 10:11:17 +02:00 |
|
Marko Viitanen
|
c9d8412682
|
[inter] use Merge regions to limit the merge candidates
|
2021-11-08 09:51:23 +02:00 |
|
Marko Viitanen
|
6944437e98
|
Disable top-right CU copy to LCU when WPP is used, since it's not available
|
2021-11-08 09:43:53 +02:00 |
|
Marko Viitanen
|
aea4e349f5
|
[inter] Implement HMVP LUT updates during the search
|
2021-11-05 13:13:11 +02:00 |
|
Marko Viitanen
|
30d97d9af6
|
[inter] Implement pairwise-average candidates for merge candidates
- Half-pel candidates are skipped for now because it needs some special handling
|
2021-11-01 13:24:23 +02:00 |
|
Marko Viitanen
|
4a7e4e3e20
|
[inter] Add HMVP to merge candidate list
|
2021-10-29 14:19:20 +03:00 |
|
Marko Viitanen
|
b56d20983f
|
[tests] Disable GOP in inter tests
|
2021-10-29 10:45:00 +03:00 |
|
Marko Viitanen
|
41c1b6172c
|
[inter] Fix picture headers for P/B slices and disable some features in tests
|
2021-10-29 10:30:12 +03:00 |
|
Marko Viitanen
|
261314ecb2
|
[tests] Change test_tools.sh to use height divisible by 8
|
2021-10-29 09:56:26 +03:00 |
|
Marko Viitanen
|
31cd572d6a
|
Fix mv_cand_tests
|
2021-10-29 09:42:05 +03:00 |
|
Marko Viitanen
|
73c4128100
|
[quant] Map scalinglistType correctly
|
2021-10-29 09:10:15 +03:00 |
|
Marko Viitanen
|
492d22e8be
|
Disable interpolation AVX2 optimizations for now
|
2021-10-29 08:43:52 +03:00 |
|
Marko Viitanen
|
852da3c4f0
|
[inter] Fix overflow in HMVP shifting
|
2021-10-29 08:36:34 +03:00 |
|
Marko Viitanen
|
e2bdf02acc
|
[inter] fix merge_candidates_t initialization
|
2021-10-26 11:50:32 +03:00 |
|
Marko Viitanen
|
b0e6ab9f96
|
[inter] MVP candidate order fix and limit b0 with wpp
|
2021-10-25 22:57:58 +03:00 |
|
Marko Viitanen
|
5b3d87f6c1
|
[inter] Enable testing for inter tools
|
2021-10-25 11:32:11 +03:00 |
|
Marko Viitanen
|
112ce66259
|
[inter] Disable merge and skip modes -> inter working
|
2021-10-25 11:26:07 +03:00 |
|
Marko Viitanen
|
08766c0bb3
|
[inter] Fix max-merge usage
|
2021-10-25 11:25:23 +03:00 |
|
Marko Viitanen
|
55bb8ee17f
|
Merge branch 'fix-header-dpb-size'
|
2021-10-19 13:55:40 +03:00 |
|
Marko Viitanen
|
899c672ed1
|
Make sure the dpb is more than max_num_reorder_pics
|
2021-10-19 10:16:04 +03:00 |
|
Ari Lemmetti
|
d4880be6f2
|
Compute proper count of buffered frames for vps and sps. Use common function.
|
2021-10-19 02:34:32 +03:00 |
|
Marko Viitanen
|
7856583ee0
|
Rename external licenses so that github autodetects the Kvazaar license correctly
|
2021-10-13 17:44:34 +03:00 |
|
Marko Viitanen
|
cc22233117
|
Change version to v2.1.0
|
2021-10-13 15:24:01 +03:00 |
|
Marko Viitanen
|
57883369ca
|
Change all the license texts in source headers and LICENSE file to 3-clause BSD, closes #302
* All now have the same exact text string
|
2021-10-13 15:22:46 +03:00 |
|
Marko Viitanen
|
b68625b869
|
Add correct reorder and buffering values to VPS, as they were only in SPS
|
2021-10-13 10:54:35 +03:00 |
|
Marko Viitanen
|
7918628b8e
|
Offset output dts by -1 when num_out >= gop_len, otherwise there will be a gap of 2 dts. Fixes #310
|
2021-10-11 11:18:58 +03:00 |
|
Marko Viitanen
|
6e120ef5b4
|
Fix MV cand tests
|
2021-10-08 16:34:02 +03:00 |
|
Marko Viitanen
|
7a5eb7712b
|
Fix merge candidate derivation order
|
2021-10-08 16:34:02 +03:00 |
|
Marko Viitanen
|
a39bc69482
|
Move HMVP arrays to more suitable place
|
2021-10-08 16:33:32 +03:00 |
|
Marko Viitanen
|
f68ba68fb2
|
Push HMVP item also when coding a skipped cu
|
2021-10-08 16:29:15 +03:00 |
|
Marko Viitanen
|
b8ba814909
|
Fix mv cand selection from HMVP -> working if no merging
|
2021-10-08 16:29:15 +03:00 |
|
Marko Viitanen
|
76a7294e35
|
Implement HMVP look-up-table functions
|
2021-10-08 16:29:14 +03:00 |
|
Marko Viitanen
|
c4dcabe95b
|
Add config parameter "parallel_merge_level" and array for hmvp
|
2021-10-08 16:28:54 +03:00 |
|