An open-source VVC encoder based on Kvazaar
Go to file
Ari Koivula d74d4e4ef1 Refactor intra sad calculation functions.
- Move SATD (hadamart) code to it's own functions.
- Generate functions for fixed block sizes with macros, as if using templates.
- Define new interface with function pointer cost_16bit_nxn_func that different
  cost functions can use.
- Hide fixed size block cost functions with getters.
2013-10-16 17:09:03 +03:00
bin Initial commit with working config functions 2012-05-30 15:10:23 +03:00
build Remove tests as post build event from main project. 2013-10-10 14:31:59 +03: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 Refactor intra sad calculation functions. 2013-10-16 17:09:03 +03:00
tests Clean up the code. 2013-10-11 15:19:21 +03: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