uvg266/src
2021-07-26 11:21:57 +03:00
..
extras
strategies [mts] Add a comment about idct8/idst7 16x16 being unoptimized 2021-07-21 14:02:23 +03:00
threadwrapper Update threadwrapper to enable pthread_rwlock_t 2019-11-21 13:38:40 +02:00
alf.c [alf] remove alf clipping functions and free tqj_alf_process also when new job is allocated 2021-07-26 11:21:57 +03:00
alf.h [alf] move parameters to state and fix some static variables causing problems in multithreading 2021-07-22 23:18:56 +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 Merge fixes. 2020-12-30 15:12:32 +02:00
cabac.h [transform-skip] Bitstream generation for transform-skip 2021-04-30 10:54:45 +03:00
cfg.c [alf] move parameters to state and fix some static variables causing problems in multithreading 2021-07-22 23:18:56 +03:00
cfg.h
checkpoint.c
checkpoint.h
cli.c [LMCS] Add commandline option to enable LMCS 2021-04-30 09:51:41 +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 [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
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 Fix rd=3 2021-05-27 08:39:41 +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 [alf] free state->tqj_alf_process to not leak memory 2021-07-26 10:26:50 +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 [alf] remove alf clipping functions and free tqj_alf_process also when new job is allocated 2021-07-26 11:21:57 +03:00
encoderstate.h [alf] Initialize all the alf tables in one place 2021-07-23 21:44:09 +03:00
estimate.m Tool to extract RDO bitrates 2021-01-11 18:22:52 +02: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 new weights 2021-01-11 18:22:53 +02: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
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 [alf] move parameters to state and fix some static variables causing problems in multithreading 2021-07-22 23:18:56 +03:00
kvazaar.pc.in
kvazaar_internal.h
kvz_math.h
Makefile.am [LMCS] initial bitstream writing and LMCS structures 2021-04-30 10:04:41 +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 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 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 Remove duplicated code from kvz_rdoq 2021-06-24 13:20:02 +03:00
rdo.h Use correct context for calculating coeff costs for transform skip 2021-06-07 13:06:03 +03:00
reshape.c [LMCS] Store calculated chroma scaling values for speedup 2021-06-02 09:33:45 +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 [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.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 Merge remote-tracking branch 'remotes/kvz_github/master' into Fix-monochrome 2021-04-23 10:56:50 +03:00
search_inter.h
search_intra.c [intrapred] Change kvz_luma_mode_bits to make it return more correct costs 2021-06-18 09:35:06 +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 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 Use correct context for calculating coeff costs for transform skip 2021-06-07 13:06:03 +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