uvg266/src
2023-04-19 13:38:27 +03:00
..
extras [build] Remove x264asm abstraction layer since it is not used anymore 2022-04-28 15:31:41 +03:00
strategies WIP 2023-04-17 15:14:35 +03:00
threadwrapper Update threadwrapper to enable pthread_rwlock_t 2019-11-21 13:38:40 +02:00
alf.c [cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison 2022-06-18 13:43:16 +03:00
alf.h [build] Fix conditions for struct packing macro, detect MSVC instead of everything else 2022-04-29 18:57:26 +03:00
bitstream.c Merge branch 'improve-intra-search' 2022-05-30 13:35:46 +03:00
bitstream.h Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg" 2022-04-28 14:26:05 +03:00
cabac.c [intra] Count fractional bits with get_coeff_cabac_cost 2022-06-28 15:22:33 +03:00
cabac.h WIP 2022-11-24 09:23:14 +02:00
cfg.c [DepQuant] WPP: API 2023-01-11 10:12:59 +02:00
cfg.h Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg" 2022-04-28 14:26:05 +03:00
checkpoint.c Fix merge issues and license texts 2021-11-23 08:46:06 +02:00
checkpoint.h Fix merge issues and license texts 2021-11-23 08:46:06 +02:00
cli.c [mtt] Minor fixes 2023-02-14 10:36:01 +02:00
cli.h [cli] To print version info to stdout when everything is ok. 2022-05-05 13:28:50 +03:00
constraint.c Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
constraint.h Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
context.c WIP 2022-11-24 09:23:14 +02:00
context.h [isp] Add non-square block handling to functions. 2022-08-18 15:07:22 +03:00
cu.c [mtt] Fix small issues with luma and chroma searches 2023-03-31 13:37:22 +03:00
cu.h [mtt] Fix small issues with luma and chroma searches 2023-03-31 13:37:22 +03:00
debug.c Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
debug.h Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
dep_quant.c [avx2] Replace loads and stores with non-avx512 stores 2023-04-19 13:38:27 +03:00
dep_quant.h [dep_quant] Clean up 2023-04-19 12:25:54 +03:00
encmain.c Round width and height to next 8 pixels instead of 4 2022-06-16 09:45:35 +03:00
encode_coding_tree.c [mtt] Fix small issues with luma and chroma searches 2023-03-31 13:37:22 +03:00
encode_coding_tree.h [mtt] Fix implicit splits for non ctu divisible frames. 2022-12-06 14:23:31 +02:00
encoder.c [DepQuant] WIP: compiles 2023-01-11 08:34:03 +02:00
encoder.h [depquant] Pre calculate things 2023-04-12 15:02:06 +03:00
encoder_state-bitstream.c [DepQuant] WPP: API 2023-01-11 10:12:59 +02:00
encoder_state-bitstream.h Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
encoder_state-ctors_dtors.c [cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison 2022-06-18 13:43:16 +03:00
encoder_state-ctors_dtors.h Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
encoder_state-geometry.c Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
encoder_state-geometry.h Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
encoderstate.c [fix] Minor fixes 2023-04-05 09:33:00 +03:00
encoderstate.h [dep_quant] Clean up 2023-04-19 12:25:54 +03:00
fast_coeff_cost.c [cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison 2022-06-18 13:43:16 +03:00
fast_coeff_cost.h Merge branch 'improve-intra-search' 2022-05-30 13:35:46 +03:00
filter.c [dual-tree] Remove the limitation of not allowing 2 height chroma blocks in dual tree 2023-02-23 08:48:08 +02:00
filter.h [mtt] fix deblock 2022-12-13 14:51:38 +02:00
global.h [mtt] Minor fixes 2023-02-14 10:36:01 +02:00
gop.h Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg" 2022-04-28 14:26:05 +03:00
image.c Merge branch 'improve-intra-search' 2022-05-30 13:35:46 +03:00
image.h Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg" 2022-04-28 14:26:05 +03:00
imagelist.c [cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison 2022-06-18 13:43:16 +03:00
imagelist.h Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg" 2022-04-28 14:26:05 +03:00
input_frame_buffer.c [cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison 2022-06-18 13:43:16 +03:00
input_frame_buffer.h Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg" 2022-04-28 14:26:05 +03:00
inter.c [mtt] fix 2022-11-24 09:22:17 +02:00
inter.h [mtt] change most if not all of search hierarchy to use cu_loc_t 2022-11-24 09:06:14 +02:00
intra.c [depquant] Only initialize rate_estimator when necessary 2023-04-17 14:45:55 +03:00
intra.h [mtt] Fix small issues with luma and chroma searches 2023-03-31 13:37:22 +03:00
lfnst_tables.h [lfnst] change kvz_ to uvg_ 2022-06-28 15:20:44 +03:00
mip_data.h Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
ml_classifier_intra_depth_pred.c [cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison 2022-06-18 13:43:16 +03:00
ml_classifier_intra_depth_pred.h [cleanup] Change all tabs to spaces in the ml classifier code 2022-04-28 21:14:25 +03:00
ml_intra_cu_depth_pred.c [cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison 2022-06-18 13:43:16 +03:00
ml_intra_cu_depth_pred.h Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg" 2022-04-28 14:26:05 +03:00
nal.c Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
nal.h Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg" 2022-04-28 14:26:05 +03:00
rate_control.c [mtt] Fix small issues with luma and chroma searches 2023-03-31 13:37:22 +03:00
rate_control.h [mtt] Fix small issues with luma and chroma searches 2023-03-31 13:37:22 +03:00
rdo.c [mtt] Fix couple of issues with 64x32 CUs and non square tr skip rdoq 2023-02-08 14:50:03 +02:00
rdo.h [DepQuant] WIP: initialization done 2023-01-09 10:26:59 +02:00
reshape.c [cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison 2022-06-18 13:43:16 +03:00
reshape.h Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg" 2022-04-28 14:26:05 +03:00
sao.c [cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison 2022-06-18 13:43:16 +03:00
sao.h Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg" 2022-04-28 14:26:05 +03:00
scalinglist.c WIP 2022-11-24 09:23:14 +02:00
scalinglist.h Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
search.c [mtt] Fix small issues with luma and chroma searches 2023-03-31 13:37:22 +03:00
search.h [mtt] Remove depth from cu_info_t 2022-11-24 09:22:15 +02:00
search_inter.c [mtt] fix cost calculation 2022-11-29 08:45:53 +02:00
search_inter.h [mtt] change most if not all of search hierarchy to use cu_loc_t 2022-11-24 09:06:14 +02:00
search_intra.c [depquant] Only initialize rate_estimator when necessary 2023-04-17 14:45:55 +03:00
search_intra.h [mtt] All individual mtt splits should be working + uvg_get_possible_splits 2022-11-25 13:59:45 +02:00
strategyselector.c [cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison 2022-06-18 13:43:16 +03:00
strategyselector.h Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
tables.c [rdoq] partly fix rdoq for 16x1 and 1x16 2022-12-15 11:25:12 +02:00
tables.h [isp] Resolve TODOs. Make scan order tables const. 2022-08-19 15:05:22 +03:00
threadqueue.c Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
threadqueue.h Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
threads.h Rename kvz_ to uvg_ 2022-04-28 14:18:09 +03:00
transform.c [dep_quant] Clean up 2023-04-19 12:25:54 +03:00
transform.h [mtt] Fix small issues with luma and chroma searches 2023-03-31 13:37:22 +03:00
uvg266.c [cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison 2022-06-18 13:43:16 +03:00
uvg266.h [DepQuant] WIP: compiles 2023-01-11 08:34:03 +02:00
uvg266.pc.in Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg" 2022-04-28 14:26:05 +03:00
uvg266_internal.h [cleanup] Update README AppVeyor badge url and remove mentions of Kvazaar 2022-06-18 13:49:09 +03:00
uvg_math.h [cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison 2022-06-18 13:43:16 +03:00
version.h.in [build] Add better version info to the binary for debugging purposes 2022-05-02 20:51:24 +03:00
videoframe.c [cclm] Fix heap corruption for non 64 divisible frames 2022-12-15 13:12:42 +02:00
videoframe.h [dual-tree] Not working 2022-06-28 15:32:27 +03:00
yuv_io.c [cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison 2022-06-18 13:43:16 +03:00
yuv_io.h Rename all files containing "kvazaar" or "kvz" to "uvg266" and "uvg" 2022-04-28 14:26:05 +03:00