Sami Ahovainio
|
8d2581e58c
|
Fixed issue with kvz_go_rice_par_abs where passing a unsigned argument caused MIN function to return wrong value. Modified coefficient coding to match VTM 5.0. Some issues still remain.
|
2019-06-05 15:57:18 +03:00 |
|
Sami Ahovainio
|
367f1b2129
|
Fixed splitting bug caused by wrong values in the headers. Fixed header flags to match VTM commit 5703e81b2de677d976ec15423f5768b17619ba6a
|
2019-06-05 11:21:02 +03:00 |
|
Sami Ahovainio
|
76d56290ed
|
Fixed VUI header writing. Fixed debug prints of NAL headers and rbsp_stop_one_bit.
|
2019-05-31 11:13:11 +03:00 |
|
Marko Viitanen
|
8282a18c36
|
Fixed headers and NAL writing to match the latest VTM master 988c22cbb9c58584cac3ef0ec7794cafbea6dfd6
|
2019-05-29 16:18:35 +03:00 |
|
Sami Ahovainio
|
4768ba0628
|
Minor fixes to header writing. Added contexts for multi_ref_line and BDPCM. Functions added for writing both in bitstream, but they are both disabled for now.
|
2019-05-29 13:00:19 +03:00 |
|
Sami Ahovainio
|
3339e12169
|
Fixed some header flags
|
2019-05-27 09:56:56 +03:00 |
|
Sami Ahovainio
|
5b46fbd878
|
Added multi_ref_idx variable for intra coding (is 0 throughout the code for now). Modified prediction flag writing. Chroma pred flag remains unchanged (ToDo). Added bitstream debug printing on VERBOSE mode.
|
2019-05-21 12:28:05 +03:00 |
|
Sami Ahovainio
|
ed4e218702
|
Updated coefficient coding to match VTM 5.0
|
2019-05-13 15:30:43 +03:00 |
|
Sami Ahovainio
|
504c3dfd1b
|
Modified the headers to match current VTM headers
|
2019-05-07 16:30:06 +03:00 |
|
Marko Viitanen
|
30a8a7b97c
|
WIP fixing the last significant xy coding
|
2019-05-07 15:01:02 +03:00 |
|
Marko Viitanen
|
1546acfdb9
|
New NAL unit IDs and header changes
|
2019-03-28 10:11:36 +02:00 |
|
Marko Viitanen
|
36eab9c170
|
New cabac context models with "rate"
|
2019-03-27 12:38:19 +02:00 |
|
Marko Viitanen
|
3bdc8ac8d3
|
Fix intra_chroma_pred_mode and cbf contexts
|
2019-03-26 09:10:09 +02:00 |
|
Marko Viitanen
|
d15f58517f
|
Changed intra coding to use 6 MPM, implemented merge sort and MPM selection
|
2019-03-20 15:20:31 +02:00 |
|
Marko Viitanen
|
1081336868
|
Updated intra pred mode init values
|
2019-03-20 15:18:32 +02:00 |
|
Marko Viitanen
|
f3acd245ae
|
New cabac coding function: kvz_cabac_encode_trunc_bin
|
2019-03-20 15:17:54 +02:00 |
|
Marko Viitanen
|
80d6e4bf05
|
New split flag calculations
|
2019-03-20 09:07:58 +02:00 |
|
Marko Viitanen
|
8c84348010
|
New entropy bit table
|
2019-03-20 09:07:22 +02:00 |
|
Marko Viitanen
|
2d0348aa6d
|
New context models
|
2019-03-20 09:06:57 +02:00 |
|
Marko Viitanen
|
052080747e
|
New CABAC functions
|
2019-03-20 09:06:26 +02:00 |
|
Marko Viitanen
|
20667fdba6
|
Update header bits to VTM 4.0+
|
2019-03-11 14:02:12 +02:00 |
|
Marko Viitanen
|
1165219842
|
Update PTL, SPS ext and SPS flags to match VTM 4rc1
|
2019-02-07 10:00:04 +02:00 |
|
Marko Viitanen
|
465bc2cfee
|
[EMT] make functions static and prefix arrays with kvz_g
|
2018-10-18 10:54:33 +03:00 |
|
Marko Viitanen
|
f329c49234
|
Disable threading in tests
|
2018-10-18 10:37:01 +03:00 |
|
Marko Viitanen
|
b133e7de1e
|
VTM 2.2 changed -> remove high_precision_motion_vectors flag
|
2018-10-17 12:41:14 +03:00 |
|
Marko Viitanen
|
169febd1c4
|
[EMT] Simplify DCT8, DCT5, DST1 and DST7 definitions
|
2018-10-17 12:17:54 +03:00 |
|
Marko Viitanen
|
e015d7eb2b
|
Fix compiler warnings
|
2018-10-17 10:43:11 +03:00 |
|
Marko Viitanen
|
ad310c77d3
|
Added EMT transforms to the strategies
|
2018-10-17 08:56:49 +03:00 |
|
Marko Viitanen
|
1e1a80e4a6
|
[TMVP] fix clamping of block offsets and clean up the code a bit
|
2018-10-03 12:34:48 +03:00 |
|
Marko Viitanen
|
027359c3c3
|
Implement TMVP duplicate checking as in VTM 2.1
|
2018-09-28 11:50:36 +03:00 |
|
Marko Viitanen
|
3f9d1d12df
|
Added a simple script to compare VTM and Kvazaar logs
|
2018-09-26 16:55:20 +03:00 |
|
Marko Viitanen
|
571a545416
|
Fix spatial merge candidate selection
|
2018-09-26 15:10:31 +03:00 |
|
Marko Viitanen
|
63760ca0cf
|
Use kvz_cabac_bins_verbose flag to control cabac debug printing
|
2018-09-26 12:01:23 +03:00 |
|
Marko Viitanen
|
7c37f456f9
|
Fix implicit Qt split for p-frames
|
2018-09-26 12:00:18 +03:00 |
|
Marko Viitanen
|
b6f2c66c73
|
Fixed intra Most Probable Mode (mpm) derivation to conform VTM 2.1
|
2018-09-21 10:33:54 +03:00 |
|
Sami Ahovainio
|
a2b2275d87
|
Fixed array sizes in search_intra_rough from 35 to 67
|
2018-09-18 11:49:15 +03:00 |
|
Sami Ahovainio
|
82fb80ab6e
|
Fixed couple of if-clauses which still used the old intra mode range.
|
2018-09-17 08:56:43 +03:00 |
|
Marko Viitanen
|
a437d4c508
|
Fixed intra chroma mode bitstream writing (chroma search not used)
|
2018-09-13 15:05:00 +03:00 |
|
Marko Viitanen
|
389aeebe07
|
Added 2x2 transform functions
|
2018-09-13 14:51:07 +03:00 |
|
Marko Viitanen
|
445c059b4a
|
Fix transforms for VTM 2.0, generated new transform matrices and added a shift by 2 for forward and inverse
|
2018-09-13 14:39:49 +03:00 |
|
Marko Viitanen
|
35fa8e9785
|
Fix kvz_intra_get_dir_luma_predictor -> Intra working
|
2018-09-13 12:32:17 +03:00 |
|
Marko Viitanen
|
f75b0b11c3
|
Simplify intra filtered ref pixel selection
|
2018-09-13 10:09:52 +03:00 |
|
Sami Ahovainio
|
4bb484a86a
|
Fixed if-clause at search_intra.c to use new wider range of intra modes
|
2018-09-13 09:58:48 +03:00 |
|
Marko Viitanen
|
82de0fbee7
|
Switch intra search to use the actual 67 modes
|
2018-09-13 09:43:45 +03:00 |
|
Marko Viitanen
|
382917bcd3
|
New table for choosing angular intra filtered references and a small bugfix on the end condition of angular intra
|
2018-09-13 09:35:55 +03:00 |
|
Marko Viitanen
|
4aad2fa383
|
Fix intra mode writing
|
2018-09-12 10:34:58 +03:00 |
|
Marko Viitanen
|
d4ed0ee3ad
|
Fixed some array offsets in intra angular prediction
|
2018-09-12 08:53:17 +03:00 |
|
Marko Viitanen
|
20c96366ed
|
fix kvz_context_get_sig_ctx_idx_abs() parameter for "type" -> decoding with VVC
|
2018-09-10 12:51:02 +03:00 |
|
Marko Viitanen
|
a7ca09108c
|
Improve CABAC debugging by including similar info as in VTM
|
2018-09-10 11:00:00 +03:00 |
|
Sami Ahovainio
|
ce84407c69
|
Fixed coeff_remain writing to use the correct rice_param instead of using 0 all the time.
|
2018-09-07 11:24:24 +03:00 |
|