uvg266/src
2021-08-25 20:29:58 +03:00
..
extras [cleanup] remove all crypto related stuff, fix warnings, move estimate.m to tools/ 2021-07-27 09:27:51 +03:00
strategies [alf] Fix AVX2 priority 2021-08-25 20:29:58 +03:00
threadwrapper Update threadwrapper to enable pthread_rwlock_t 2019-11-21 13:38:40 +02:00
alf.c [alf] Add strategy for alf_get_blk_stats() and an initial AVX2 version 2021-08-25 20:22:24 +03:00
alf.h [alf] Make the alf structs a bit more memory efficient 2021-08-15 10:44:04 +03: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 [cleanup] remove all crypto related stuff, fix warnings, move estimate.m to tools/ 2021-07-27 09:27:51 +03:00
cabac.h [transform-skip] Bitstream generation for transform-skip 2021-04-30 10:54:45 +03:00
cfg.c [cleanup] remove all crypto related stuff, fix warnings, move estimate.m to tools/ 2021-07-27 09:27:51 +03:00
cfg.h
checkpoint.c
checkpoint.h
cli.c [cleanup] Change mentions of Kvazaar to uvg266 in README.md and remove crypto parameters 2021-07-27 10:18:45 +03: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 [transform-skip] Bitstream generation for transform-skip 2021-04-30 10:54:45 +03:00
context.h [transform-skip] Bitstream generation for transform-skip 2021-04-30 10:54:45 +03: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 Merge remote-tracking branch 'remotes/kvz_github/master' into Fix-monochrome 2021-04-23 10:56:50 +03:00
encode_coding_tree.c [cleanup] remove all crypto related stuff, fix warnings, move estimate.m to tools/ 2021-07-27 09:27:51 +03:00
encode_coding_tree.h [alf] Add new wf_recon_jobs and change search/bitstream writing to use local coeff instead of state->coeff 2021-07-23 10:40:19 +03:00
encoder.c [cleanup] remove all crypto related stuff, fix warnings, move estimate.m to tools/ 2021-07-27 09:27:51 +03:00
encoder.h Merge remote-tracking branch 'remotes/kvz_github/master' into Fix-monochrome 2021-04-23 10:56:50 +03:00
encoder_state-bitstream.c [alf] use correct lcu index with wpp and use proper cabac context for alf search 2021-07-25 20:19:17 +03:00
encoder_state-bitstream.h
encoder_state-ctors_dtors.c [cleanup] remove all crypto related stuff, fix warnings, move estimate.m to tools/ 2021-07-27 09:27:51 +03: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 [cleanup] remove all crypto related stuff, fix warnings, move estimate.m to tools/ 2021-07-27 09:27:51 +03:00
encoderstate.h [cleanup] remove all crypto related stuff, fix warnings, move estimate.m to tools/ 2021-07-27 09:27:51 +03:00
fast_coeff_cost.c Allow fast coeff weights to be read from a file 2020-10-29 15:22:51 +02:00
fast_coeff_cost.h [cleanup] remove some warnings 2021-07-26 11:42:19 +03:00
filter.c Add monochrome tests and fix monochrome 2021-04-23 13:50:09 +03:00
filter.h
global.h Merge branch 'master' into '4x4-rd' 2021-05-28 11:43:55 +00:00
gop.h Copy lowdelay GOP definition from HM 2020-02-15 22:36:58 +02:00
image.c Merge remote-tracking branch 'remotes/kvz_github/master' into Fix-monochrome 2021-04-23 10:56:50 +03: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 Merge remote-tracking branch 'remotes/kvz_github/master' into Fix-monochrome 2021-04-23 10:56:50 +03:00
inter.h Separate prediction of single PU/PB from CU/CB 2019-09-03 16:32:50 +03:00
intra.c [LMCS] Move LMCS mapping / inverse to the source LCU data 2021-05-18 21:22:22 +03: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 [cleanup] remove all crypto related stuff, fix warnings, move estimate.m to tools/ 2021-07-27 09:27:51 +03:00
kvazaar.pc.in
kvazaar_internal.h
kvz_math.h
Makefile.am [alf] Add strategy for alf_get_blk_stats() and an initial AVX2 version 2021-08-25 20:22:24 +03: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 [cleanup] remove all crypto related stuff, fix warnings, move estimate.m to tools/ 2021-07-27 09:27:51 +03:00
nal.h
rate_control.c Merge remote-tracking branch 'remotes/kvz_github/master' into Fix-monochrome 2021-04-23 10:56:50 +03:00
rate_control.h Fix additional potential data races 2019-11-21 11:03:12 +02:00
rdo.c Clean up entropy tables and some unused code / comments 2021-08-17 10:31:14 +03:00
rdo.h [alf] Define the strategy for alf_derive_classification_blk() 2021-08-19 17:04:35 +03:00
reshape.c [cleanup] remove all crypto related stuff, fix warnings, move estimate.m to tools/ 2021-07-27 09:27:51 +03:00
reshape.h [LMCS] Use chroma scaling 2021-06-01 12:17:03 +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 Clean up entropy tables and some unused code / comments 2021-08-17 10:31:14 +03:00
search.h [alf] Add new wf_recon_jobs and change search/bitstream writing to use local coeff instead of state->coeff 2021-07-23 10:40:19 +03:00
search_inter.c [cleanup] remove some warnings 2021-07-26 11:42:19 +03:00
search_inter.h Rewrite most of FME and interpolation filters 2018-11-08 20:21:16 +02:00
search_intra.c Clean up entropy tables and some unused code / comments 2021-08-17 10:31:14 +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 [alf] Define the strategy for alf_derive_classification_blk() 2021-08-19 17:04:35 +03:00
strategyselector.h [alf] Define the strategy for alf_derive_classification_blk() 2021-08-19 17:04:35 +03: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 Enable 4x4 intra CUs 2021-04-23 10:57:29 +03:00
threadqueue.c Updated to VTM6.1. 2020-12-30 14:27:15 +02:00
threadqueue.h
threads.h
transform.c [cleanup] remove all crypto related stuff, fix warnings, move estimate.m to tools/ 2021-07-27 09:27:51 +03:00
transform.h [rdoq] transform skip RDOQ 2021-05-03 12:52:10 +03:00
videoframe.c [alf] Initialize all the alf tables in one place 2021-07-23 21:44:09 +03:00
videoframe.h [alf] move parameters to state and fix some static variables causing problems in multithreading 2021-07-22 23:18:56 +03: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