Joose Sainio
|
c16f42e9df
|
[satd] DC scaling
|
2022-06-28 15:20:56 +03:00 |
|
Joose Sainio
|
480a907c07
|
[lfnst] change kvz_ to uvg_
|
2022-06-28 15:20:44 +03:00 |
|
siivonek
|
7abbf14d50
|
[lfnst] Fix lfnst constraint calculation check. Constraints will now be calculated regardless of tr_idx value.
|
2022-06-28 15:20:44 +03:00 |
|
siivonek
|
d15fb473a2
|
[lfnst] Fix error in mts skip check. Skip value was derived from tr_skip instead of correct tr_idx.
|
2022-06-28 15:20:44 +03:00 |
|
siivonek
|
4d3688cf17
|
[lfnst] Fix error in luma tr_skip check. All cbf was checked when only luma cbf needed to be checked.
|
2022-06-28 15:20:43 +03:00 |
|
siivonek
|
9171e03a53
|
[lfnst] Add cu intra check to lfnst calls.
|
2022-06-28 15:20:43 +03:00 |
|
siivonek
|
4fee153318
|
[lfnst] Fix assert. No need for >= 0 check for unsigned integer.
|
2022-06-28 15:20:43 +03:00 |
|
siivonek
|
b836c6f529
|
[lfnst] Fix error in is_lfnst_allowed. Error caused cabac to fail on depth 4 chroma blocks.
|
2022-06-28 15:20:43 +03:00 |
|
siivonek
|
cf4343989f
|
[lfnst] Add early termination to mts/lfnst search if MTS_SKIP is selected. Resolve TODOs.
|
2022-06-28 15:20:42 +03:00 |
|
siivonek
|
e056e87ca0
|
[lfnst] Fix help text missing line break. Fix luma transform skip check.
|
2022-06-28 15:20:42 +03:00 |
|
siivonek
|
7551952eeb
|
[lfnst] Fix separate tree type checks. Fix lfnst search. Lfnst is now done in outer loop.
|
2022-06-28 15:20:42 +03:00 |
|
siivonek
|
896bc093d3
|
[lfnst] Remove unused stuff from lfnst constraint check. Use temp values for storing lfnst constraints during search instead of updating values inside pred cu.
|
2022-06-28 15:20:41 +03:00 |
|
siivonek
|
7b6b6586c6
|
[lfnst] Implement lfnst constraint check during search.
|
2022-06-28 15:20:41 +03:00 |
|
siivonek
|
64c5cfb127
|
[lfnst] Fix error in scan table selection.
|
2022-06-28 15:20:41 +03:00 |
|
siivonek
|
1c5f7f9dfc
|
[lfnst] Fix errors in quantization code. Lfnst was called in wrong place. Fix error in lfnst algorithm, 16 bit integer overflow issue.
|
2022-06-28 15:20:41 +03:00 |
|
siivonek
|
2975b1fef0
|
[lfnst] WIP Implement lfnst search. Resolve some TODOs.
|
2022-06-28 15:20:40 +03:00 |
|
siivonek
|
de18eef956
|
[lfnst] Chroma transform data is no longer stored in top left block. Remove -4x-4 coordinate offset.
|
2022-06-28 15:20:40 +03:00 |
|
siivonek
|
76947c4c41
|
[lfnst] Fix rebase errors.
|
2022-06-28 15:20:40 +03:00 |
|
siivonek
|
b9c71b7f01
|
[lfnst] Fix cabac write issues. Lfnst constraints needed to be reset after encode_transform_coeff call.
|
2022-06-28 15:20:39 +03:00 |
|
siivonek
|
ca2890d7e9
|
[lfnst] Fix error in inv lfnst call in quant generic. Add lfnst calls to quant avx2. Improve lfnst flag sps write.
|
2022-06-28 15:20:39 +03:00 |
|
siivonek
|
7928149d05
|
[lfnst] Fix CI errors. Had to remove const modifier from function call.
|
2022-06-28 15:20:39 +03:00 |
|
siivonek
|
c1190e47d6
|
[lfnst] Fix cabac write issues. Remove is_luma from encode coeff function call, that information is already passed with type. Change parameter name 'type' -> 'color' to better reflect its purpose.
|
2022-06-28 15:20:38 +03:00 |
|
siivonek
|
e3d92a5296
|
[lfnst] Add separate function to check if lfnst can be used with ISP.
|
2022-06-28 15:20:38 +03:00 |
|
siivonek
|
7a3cb69f45
|
[lfnst] Add CI test.
|
2022-06-28 15:20:38 +03:00 |
|
siivonek
|
acfc28d7ce
|
[lfnst] Fix CI errors. Lfnst tables didn't have kvz prefix.
|
2022-06-28 15:20:37 +03:00 |
|
siivonek
|
ee9258b2d9
|
[lfnst] WIP Fix errors in lfnst cabac write.
|
2022-06-28 15:20:37 +03:00 |
|
siivonek
|
560be8c5b4
|
[lfnst] Fix writing sps lfnst flag.
|
2022-06-28 15:20:37 +03:00 |
|
siivonek
|
835f576eef
|
[lfnst] Fix error in writing lfnst constraints. Added check to test if CU data exists before referencing it.
|
2022-06-28 15:20:37 +03:00 |
|
siivonek
|
e11fd3154d
|
[lfnst] Implement cabac write.
|
2022-06-28 15:20:36 +03:00 |
|
siivonek
|
929828392a
|
[lfnst] Implement inverse lfnst.
|
2022-06-28 15:20:36 +03:00 |
|
siivonek
|
fb289ce875
|
[lfnst] Change lfnst context name. It now follows the naming convention of other similar contexts.
|
2022-06-28 15:20:36 +03:00 |
|
siivonek
|
026beb3154
|
[lfnst] Add lfnst coef scan table.
|
2022-06-28 15:20:35 +03:00 |
|
siivonek
|
d9f556e219
|
[lfnst] Implement forward LFNST functions.
|
2022-06-28 15:20:35 +03:00 |
|
siivonek
|
c039f3ba80
|
[lfnst] Add lfnst transform tables.
|
2022-06-28 15:20:35 +03:00 |
|
siivonek
|
213fe13a27
|
[lfnst] Add commandline option for lfnst. Implement cabac lfnst flag init and sps flag.
|
2022-06-28 15:20:35 +03:00 |
|
Marko Viitanen
|
4880b47a4e
|
[cleanup] Update README AppVeyor badge url and remove mentions of Kvazaar
|
2022-06-18 13:49:09 +03:00 |
|
Marko Viitanen
|
fb17bbc1ca
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
|
Marko Viitanen
|
4a80e71135
|
[CI] Add appveyor.yml
|
2022-06-17 11:10:44 +03:00 |
|
Marko Viitanen
|
e758624445
|
Change version to 0.3.0
|
2022-06-16 11:16:50 +03:00 |
|
Marko Viitanen
|
3b17821396
|
Fix tools/genmanpage.sh and the doc/uvg266.1 it generates
|
2022-06-16 11:14:42 +03:00 |
|
Jovasa
|
f269ba436b
|
Merge pull request #6 from skal65535/fix
Fix several compile warnings
|
2022-06-16 10:59:00 +03:00 |
|
Marko Viitanen
|
429e945496
|
Round width and height to next 8 pixels instead of 4
* New macro CONF_WINDOW_PAD_IN_PIXELS
|
2022-06-16 09:45:35 +03:00 |
|
Marko Viitanen
|
c2d82c0238
|
[CI] Change the resolution of generated test sequence in test_tools.sh
* Testing conformance window
|
2022-06-14 14:22:25 +03:00 |
|
Marko Viitanen
|
23f6e1bf18
|
[CI] Fix XFAIL in Github actions pull request
|
2022-06-14 14:19:24 +03:00 |
|
Marko Viitanen
|
c71de0e9f9
|
Fix conformance window, signal only in SPS
|
2022-06-14 14:18:14 +03:00 |
|
Joose Sainio
|
c8314d3ec3
|
update man page
|
2022-06-14 10:38:42 +03:00 |
|
Jovasa
|
4b85a3de62
|
Merge pull request #7 from LigH-de/patch-2
Fix some spacing and line breaks in help text to keep line widths below 80 chars
|
2022-06-14 10:27:08 +03:00 |
|
LigH
|
1c6976f101
|
Updated help output text block
|
2022-06-14 09:18:28 +02:00 |
|
LigH
|
eab9a94455
|
Missing backslash escape in line break
|
2022-06-13 10:29:20 +02:00 |
|
Joose Sainio
|
7a22b94f0e
|
[avmr] fix mvp_candidate rounding
|
2022-06-13 09:29:50 +03:00 |
|