An open-source VVC encoder based on Kvazaar
Go to file
Ari Koivula bf80007270 Try to fix 4x4 luma coding.
Still doesn't work. I have no idea what the problem is. Probably somehow related to the coefficient coding, since the bitstream seems to work, the prediction is correct and the error is not very severe.

- Change scan order selection to be more verbose and based on the correct mode for 4x4. Didn't affect the problem with 4x4 luma in any way although it should have.
- Re-enable residual coding as everything seems to work now besides 4x4 luma.
2014-01-29 15:09:41 +02:00
bin Initial commit with working config functions 2012-05-30 15:10:23 +03:00
build Sao vcxproj files. 2013-11-04 20:35:48 +02:00
doc Initial commit with working config functions 2012-05-30 15:10:23 +03:00
include Initial commit with working config functions 2012-05-30 15:10:23 +03:00
src Try to fix 4x4 luma coding. 2014-01-29 15:09:41 +02:00
tests Clean up the code. 2013-10-11 15:19:21 +03:00
tools Reimplement intra_build_reference_border to support NxN. 2014-01-29 14:22:30 +02:00
yasm Added Yasm build configuration files 2013-09-03 14:53:12 +03:00
.gitignore Added /doxygen to .gitignore 2013-09-12 16:26:26 +03:00
docs.doxy Enable macro expansion and function macros in doxygen. 2013-10-16 13:55:28 +03:00