uvg266/src
2021-04-23 10:51:52 +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
checkpoint.c
checkpoint.h
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
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
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
encoder_state-geometry.h
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
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
imagelist.h
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
kvazaar_internal.h
kvz_math.h
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
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 ctx_set was incorrect for second iteration of coefficient level estimation 2021-04-23 10:51:52 +03:00
rdo.h Update context selection to match VVC 2021-04-23 10:51:01 +03:00
sao.c Revert "Revert to 6924d90052 due to broken visual studio build" 2019-09-05 18:21:55 +03:00
sao.h
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
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
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
threads.h
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