uvg266/src
2021-04-23 10:53:20 +03:00
..
extras Update for crypto++ 6.0.0 compatibility 2018-02-05 13:35:03 +02:00
strategies Update context selection to match VVC 2021-04-23 10:51:01 +03:00
threadwrapper Update threadwrapper to enable pthread_rwlock_t 2019-11-21 13:38:40 +02:00
alf.c Removed functions from alf.h that are not used outside of alf.c. Rearranged functions in alf.c. 2021-01-11 10:42:44 +02:00
alf.h Removed functions from alf.h that are not used outside of alf.c. Rearranged functions in alf.c. 2021-01-11 10:42:44 +02:00
bitstream.c Fixing P/B frame headers and debug output formatting 2020-09-28 14:58:07 +03:00
bitstream.h Fixing P/B frame headers and debug output formatting 2020-09-28 14:58:07 +03:00
cabac.c Merge fixes. 2020-12-30 15:12:32 +02:00
cabac.h Merge branch 'master' into 'mts' 2021-02-10 13:05:18 +02:00
cfg.c Enable chroma scaling 2021-03-16 10:31:26 +02:00
cfg.h Implement level's bitrate limit checking during encoding 2017-11-28 16:19:44 +02:00
checkpoint.c Change license to LGPL. 2015-02-25 15:19:05 +02:00
checkpoint.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
cli.c Merge branch 'master' into 'mts' 2021-02-10 13:05:18 +02:00
cli.h Store AVG QP information in encmain 2019-11-04 17:08:07 +02:00
constraint.c Custom headers for the distributed coding 2020-01-29 15:54:49 +02:00
constraint.h Custom headers for the distributed coding 2020-01-29 15:54:49 +02:00
context.c [rdoq] improve the cost calculations and clean up unused code 2021-02-26 20:23:06 +02:00
context.h [rdoq] improve the cost calculations and clean up unused code 2021-02-26 20:23:06 +02:00
cu.c Modify reference count asserts to fix data races 2018-06-12 09:35:07 +03:00
cu.h Removed 'emt' variable from cu_info_t and changed 'emt' globally to 'mts' for consistency. 2021-02-10 12:08:05 +02:00
encmain.c Fix PSNR calculation, broken after the introduction of frame padding 2021-02-26 20:20:51 +02:00
encode_coding_tree.c Implemented DCT2, DST7, and DCT8 transforms, and search for selecting transform for MTS. Using MTS results mismatch for luma component. 2021-02-02 11:09:43 +02:00
encode_coding_tree.h Merge remote-tracking branch 'remotes/github_kvazaar/master' 2019-08-22 15:12:01 +03:00
encoder.c Enable chroma scaling 2021-03-16 10:31:26 +02:00
encoder.h Enable chroma scaling 2021-03-16 10:31:26 +02:00
encoder_state-bitstream.c Fix header writing for monochrome. WIP: checksum header still incorrect 2021-03-17 13:01:26 +02:00
encoder_state-bitstream.h Add support for independent slices 2017-01-31 15:11:50 +02:00
encoder_state-ctors_dtors.c Cast ALF functions to static or set them to have prefix "kvz_". 2021-01-08 12:03:22 +02:00
encoder_state-ctors_dtors.h First version of ML ICIP code for master 2019-09-11 16:12:06 +03:00
encoder_state-geometry.c Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
encoder_state-geometry.h Add IWYU pragmas 2016-03-31 12:33:34 +03:00
encoderstate.c Changed alf_enabled and alf_cc_enabled flags into one alf_type enum as in sao. 2020-12-30 16:23:56 +02:00
encoderstate.h Enable chroma scaling 2021-03-16 10:31:26 +02:00
filter.c Fix luma large block deblocking bug 2021-01-14 17:22:12 +02:00
filter.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
global.h [scalinglist] WIP: Update scalinglist for VVC 2021-03-09 09:51:49 +02:00
gop.h Copy lowdelay GOP definition from HM 2020-02-15 22:36:58 +02:00
image.c Fix for sad_tests. Forced intra mode removed. Define for frame padding added. 2021-01-14 14:30:50 +02:00
image.h Move choosing of tailored SAD function higher up the calling chain 2019-02-04 20:41:40 +02:00
imagelist.c Merge branch 'reflist_changes' 2017-09-18 14:59:37 +03:00
imagelist.h Remove inter.poc 2017-09-12 14:23:19 +03:00
input_frame_buffer.c Encode first frame completely before starting others to enable owf 2019-11-18 09:51:37 +02:00
input_frame_buffer.h Encode first frame completely before starting others to enable owf 2019-11-18 09:51:37 +02:00
inter.c Changed 'width's to 'stride's, because added more pixels to 'fulldata'. 2020-12-30 14:30:47 +02:00
inter.h Separate prediction of single PU/PB from CU/CB 2019-09-03 16:32:50 +03:00
intra.c Fix wpp chroma bug 2020-12-15 22:59:22 +02:00
intra.h Limit the top-right intra references when wpp is turned on 2020-12-15 22:33:32 +02:00
kvazaar.c Changed 'width's to 'stride's, because added more pixels to 'fulldata'. 2020-12-30 14:30:47 +02:00
kvazaar.h Enable chroma scaling 2021-03-16 10:31:26 +02:00
kvazaar.pc.in pkg-config: move -lm to Libs.private 2015-12-03 22:39:27 +01:00
kvazaar_internal.h Copy the kvz_config passed to encoder_open 2017-02-09 13:23:54 +09:00
kvz_math.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
Makefile.am Not working. All the functions done. 2020-12-30 14:22:30 +02:00
ml_classifier_intra_depth_pred.c First version of ML ICIP code for master 2019-09-11 16:12:06 +03:00
ml_classifier_intra_depth_pred.h First version of ML ICIP code for master 2019-09-11 16:12:06 +03:00
ml_intra_cu_depth_pred.c Fix ml functions to accept kvz_pixel*, not uint8_t* 2020-09-02 17:46:33 +03:00
ml_intra_cu_depth_pred.h Fix ml functions to accept kvz_pixel*, not uint8_t* 2020-09-02 17:46:33 +03:00
nal.c Changed 'width's to 'stride's, because added more pixels to 'fulldata'. 2020-12-30 14:30:47 +02:00
nal.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
rate_control.c Enable chroma scaling 2021-03-16 10:31:26 +02:00
rate_control.h Fix additional potential data races 2019-11-21 11:03:12 +02:00
rdo.c Update get_ic_rate 2021-04-23 10:53:20 +03:00
rdo.h Update get_ic_rate 2021-04-23 10:53:20 +03:00
sao.c Revert "Revert to 6924d90052 due to broken visual studio build" 2019-09-05 18:21:55 +03:00
sao.h Do SAO reconstruction for a single CTU at a time 2017-07-04 15:14:31 +03:00
scalinglist.c [scalinglist] Fix memory leak 2021-03-09 10:04:11 +02:00
scalinglist.h [scalinglist] WIP: Update scalinglist for VVC 2021-03-09 09:51:49 +02:00
search.c Update context selection to match VVC 2021-04-23 10:51:01 +03:00
search.h MTS works on intra mode. 2021-02-10 11:01:58 +02:00
search_inter.c Changed 'width's to 'stride's, because added more pixels to 'fulldata'. 2020-12-30 14:30:47 +02:00
search_inter.h Rewrite most of FME and interpolation filters 2018-11-08 20:21:16 +02:00
search_intra.c Update context selection to match VVC 2021-04-23 10:51:01 +03:00
search_intra.h Implemented DCT2, DST7, and DCT8 transforms, and search for selecting transform for MTS. Using MTS results mismatch for luma component. 2021-02-02 11:09:43 +02:00
strategyselector.c Custom headers for the distributed coding 2020-01-29 15:54:49 +02:00
strategyselector.h Add generic strategy group for encode_coding_tree 2018-12-18 19:41:09 +02:00
tables.c Fix use of log2_cg_size in coeff coding -> smaller blocks also decoded correctly 2020-08-27 18:26:16 +03:00
tables.h Fix use of log2_cg_size in coeff coding -> smaller blocks also decoded correctly 2020-08-27 18:26:16 +03:00
threadqueue.c Updated to VTM6.1. 2020-12-30 14:27:15 +02:00
threadqueue.h Define HAVE_STRUCT_TIMESPEC on Visual Studio 2015 and later 2017-12-05 18:26:12 +02:00
threads.h Drop unused defines in threads.h 2017-04-12 03:41:07 -07:00
transform.c Update context selection to match VVC 2021-04-23 10:51:01 +03:00
transform.h Enable chroma scaling 2021-03-16 10:31:26 +02:00
videoframe.c ALF frame buffer moved. 2020-12-30 16:26:22 +02:00
videoframe.h Moving ALF globals to alf_info struct inserted in videoframe_t. 2020-12-30 16:25:18 +02:00
yuv_io.c Changed 'width's to 'stride's, because added more pixels to 'fulldata'. 2020-12-30 14:30:47 +02:00
yuv_io.h Added frame header reading for both read and seek functions 2020-09-07 15:31:08 +03:00