Marko Viitanen
|
867304970e
|
[fme] Enable avx2 interpolation and fix some warning about shifting mv's
* Also switch mv int16_t to mv_t in many places
|
2021-11-22 10:38:18 +02:00 |
|
Marko Viitanen
|
d183c78fad
|
[fme] Change fracmv_within_tile() to use internal MV resolution
|
2021-11-22 10:06:38 +02:00 |
|
Marko Viitanen
|
ad8bad3f94
|
[inter] Scale x and y correctly in fracmv_within_tile()
|
2021-11-19 17:51:46 +02:00 |
|
Marko Viitanen
|
8841ed9c21
|
[inter] Fix fracmv_within_tile() assert to use correct mv resolution
|
2021-11-19 17:37:11 +02:00 |
|
Marko Viitanen
|
4d20461410
|
[inter] Limit merge search of some blocks with sub 1/4 pixel mv's
|
2021-11-19 17:28:13 +02:00 |
|
Marko Viitanen
|
fa9a1db498
|
[inter] Fix mv precision in many places and add more mv_t usage and new vector2d_t rounding function
|
2021-11-19 16:20:49 +02:00 |
|
Marko Viitanen
|
5020f5f742
|
[inter] Fix incorrect mv scaling in unipred and change more mv types to mv_t
|
2021-11-18 11:49:08 +02:00 |
|
Marko Viitanen
|
21d7d2e4ed
|
[inter] Remove MV rounding from kvz_inter_get_merge_cand() and add it to where merge cand are used
* Should be adapted to AMVR later
* merge candidates match VTM at full precision
|
2021-11-18 11:09:26 +02:00 |
|
Marko Viitanen
|
bf06538f33
|
[inter] Change internal MV precision to "INTERNAL_MV_PREC" and add new type mv_t
|
2021-11-18 09:49:12 +02:00 |
|
Marko Viitanen
|
c4a9d3dc83
|
[amvr] Add cmd line parameter for amvr and a field to the cu_array_t for setting it
* Still hardcoded too QPEL
|
2021-11-17 14:53:30 +02:00 |
|
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 |
|
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
|
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
|
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 |
|
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
|
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
|
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
|
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
|
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 |
|
Marko Viitanen
|
cb9f9381c3
|
[inter] Fix inter reconstruction, correct function was in wrong branch
|
2021-10-08 14:48:49 +03:00 |
|
Marko Viitanen
|
78363ccab0
|
Replace bitstream->simulation with cabac->only_count
|
2021-09-14 17:44:56 +03:00 |
|
Marko Viitanen
|
19ff5a21ca
|
[alf] Fix a problem with alf and not updating the cabac contexts
* Added a bitstream coding simulation after LCU search
|
2021-09-14 10:03:23 +03:00 |
|
Marko Viitanen
|
3bbb3b7e36
|
[thread] Add correct wavefront dependencies when ALF is used
|
2021-09-13 21:34:14 +03:00 |
|
Marko Viitanen
|
aa36c1e86b
|
[thread] change wavefront dependencies to depend on bitstream writing instead of recon
* Possible fix for non-deterministic behaviour
|
2021-09-13 20:37:31 +03:00 |
|
Marko Viitanen
|
5271659f76
|
[inter] write ref pic list to the bitstream
|
2021-09-08 13:50:35 +03:00 |
|
Ari Lemmetti
|
171b9c60b3
|
[SIMD] Convert planar and DC mode PDPC loops to AVX2
|
2021-09-08 03:40:38 +03:00 |
|
Ari Lemmetti
|
ad35d4a4c8
|
[SIMD] Loop transformation, prepare data for latter loop
|
2021-09-06 22:38:37 +03:00 |
|
Ari Lemmetti
|
22da8cfe65
|
[SIMD] Loop transformations for SIMD processing
|
2021-09-06 22:30:36 +03:00 |
|
Ari Lemmetti
|
c195d906d3
|
[SIMD] Copy generic implementation of planar/DC PDPC as a skeleton
|
2021-09-06 21:20:51 +03:00 |
|
Ari Lemmetti
|
c6b33c7b92
|
[SIMD] Move PDPC condition out of strategy
|
2021-09-06 21:20:51 +03:00 |
|
Ari Lemmetti
|
46cf9b6871
|
[SIMD] Make strategy out of PDPC for planar and DC
|
2021-09-06 21:20:51 +03:00 |
|