.. |
extras
|
|
|
strategies
|
[mtt] static
|
2023-08-15 13:07:54 +03:00 |
threadwrapper
|
|
|
alf.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
alf.h
|
|
|
bitstream.c
|
|
|
bitstream.h
|
|
|
cabac.c
|
[intra] Count fractional bits with get_coeff_cabac_cost
|
2022-06-28 15:22:33 +03:00 |
cabac.h
|
WIP
|
2023-08-15 13:04:17 +03:00 |
cfg.c
|
[mtt] WIP
|
2023-08-15 13:07:43 +03:00 |
cfg.h
|
|
|
checkpoint.c
|
|
|
checkpoint.h
|
|
|
cli.c
|
[mtt] WIP
|
2023-08-15 13:07:43 +03:00 |
cli.h
|
|
|
constraint.c
|
|
|
constraint.h
|
|
|
context.c
|
WIP
|
2023-08-15 13:04:17 +03:00 |
context.h
|
[isp] Add non-square block handling to functions.
|
2023-08-14 12:16:34 +03:00 |
cu.c
|
[mtt] Check that we are inside the CTU before checking the ctu data
|
2023-08-15 13:07:58 +03:00 |
cu.h
|
[mtt] Fix trying to get split data from depth -1
|
2023-08-15 13:07:57 +03:00 |
debug.c
|
[ibc] Tune search costs a bit and revert debug vector scaling
|
2022-07-29 11:53:09 +03:00 |
debug.h
|
[debug] Fix Motion Vector debug code not to overflow on videos not divisible by LCU_WIDTH
|
2022-07-27 12:48:39 +03:00 |
encmain.c
|
|
|
encode_coding_tree.c
|
[isp] Fix coordinates
|
2023-08-15 13:07:59 +03:00 |
encode_coding_tree.h
|
[mtt] Fix implicit splits for non ctu divisible frames.
|
2023-08-15 13:07:46 +03:00 |
encoder.c
|
[mtt] Completely remove tr_depth
|
2023-08-15 13:00:53 +03:00 |
encoder.h
|
[mtt] Completely remove tr_depth
|
2023-08-15 13:00:53 +03:00 |
encoder_state-bitstream.c
|
[mtt] Single mtt split works for everything else, except 16x16 with TT
|
2023-08-15 13:04:24 +03:00 |
encoder_state-bitstream.h
|
|
|
encoder_state-ctors_dtors.c
|
[ibc] Clean up the ibc search, utilize hash based starting points if ibc=2
|
2023-07-24 22:07:22 +03:00 |
encoder_state-ctors_dtors.h
|
|
|
encoder_state-geometry.c
|
|
|
encoder_state-geometry.h
|
|
|
encoderstate.c
|
[mtt] Fix implicit splits for non ctu divisible frames.
|
2023-08-15 13:07:46 +03:00 |
encoderstate.h
|
[mtt] fix lfnst
|
2023-08-15 13:05:38 +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
|
|
|
filter.c
|
[mtt] fix deblock
|
2023-08-15 13:07:50 +03:00 |
filter.h
|
[mtt] fix deblock
|
2023-08-15 13:07:50 +03:00 |
global.h
|
[mtt] Fix final issues?
|
2023-08-15 13:07:51 +03:00 |
gop.h
|
|
|
hashmap.c
|
[ibc] Fill the IBC hashmap at the start of LCU search and use reverse map for "pos to hash"
|
2023-07-21 20:14:23 +03:00 |
hashmap.h
|
[ibc] Use IBC hashmap in LCU row basis
|
2023-06-28 23:06:04 +03:00 |
image.c
|
|
|
image.h
|
|
|
imagelist.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
imagelist.h
|
|
|
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
|
|
|
inter.c
|
[mtt] fix
|
2023-08-15 13:01:53 +03:00 |
inter.h
|
[mtt] change most if not all of search hierarchy to use cu_loc_t
|
2023-08-15 12:47:11 +03:00 |
intra.c
|
[mtt] Fix final issues?
|
2023-08-15 13:07:51 +03:00 |
intra.h
|
[mtt] Fix isp for MTT
|
2023-08-15 13:07:45 +03:00 |
lfnst_tables.h
|
[lfnst] change kvz_ to uvg_
|
2022-06-28 15:20:44 +03:00 |
mip_data.h
|
|
|
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
|
|
|
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
|
|
|
nal.c
|
|
|
nal.h
|
|
|
rate_control.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
rate_control.h
|
|
|
rdo.c
|
[mtt] Fix sqrt adjustment, cclm calculation on edges of CTU and waip for lfnst
|
2023-08-15 13:04:22 +03:00 |
rdo.h
|
[mtt] Actually remove the last width dependency to depth
|
2023-08-15 13:00:06 +03:00 |
reshape.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
reshape.h
|
|
|
sao.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
sao.h
|
|
|
scalinglist.c
|
WIP
|
2023-08-15 13:04:17 +03:00 |
scalinglist.h
|
|
|
search.c
|
[mtt] Make sure mtt splits cannot reach a situation where search cannot be performed
|
2023-08-15 13:07:58 +03:00 |
search.h
|
[mtt] Remove depth from cu_info_t
|
2023-08-15 13:01:45 +03:00 |
search_ibc.c
|
[mtt] change most if not all of search hierarchy to use cu_loc_t
|
2023-08-15 12:47:11 +03:00 |
search_ibc.h
|
[mtt] change most if not all of search hierarchy to use cu_loc_t
|
2023-08-15 12:47:11 +03:00 |
search_inter.c
|
[mtt] fix cost calculation
|
2023-08-15 13:04:29 +03:00 |
search_inter.h
|
[mtt] change most if not all of search hierarchy to use cu_loc_t
|
2023-08-15 12:47:11 +03:00 |
search_intra.c
|
[jccr] jccr=4 hasn't been necessary for a long time
|
2023-08-15 13:07:52 +03:00 |
search_intra.h
|
[mtt] All individual mtt splits should be working + uvg_get_possible_splits
|
2023-08-15 13:04:27 +03:00 |
strategyselector.c
|
[cleanup] Fix MSVC warnings about type conversion and signed/unsigned comparison
|
2022-06-18 13:43:16 +03:00 |
strategyselector.h
|
|
|
tables.c
|
[isp] Fix some asserts to allow log2_dim 1 block sizes. Fix coefficient group scan order for small dimensions.
|
2023-08-14 12:21:19 +03:00 |
tables.h
|
[isp] Resolve TODOs. Make scan order tables const.
|
2023-08-14 12:16:37 +03:00 |
threadqueue.c
|
|
|
threadqueue.h
|
|
|
threads.h
|
|
|
transform.c
|
[mtt] Fill chroma data for the whole area covered by the local separate tree chroma cu
|
2023-08-15 13:07:47 +03:00 |
transform.h
|
[mtt] fix lfnst
|
2023-08-15 13:05:38 +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
|
[mtt] WIP
|
2023-08-15 13:07:43 +03:00 |
uvg266.pc.in
|
|
|
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
|
|
|
videoframe.c
|
[ibc] Use IBC hashmap in LCU row basis
|
2023-06-28 23:06:04 +03:00 |
videoframe.h
|
[ibc] Fill the IBC hashmap at the start of LCU search and use reverse map for "pos to hash"
|
2023-07-21 20:14:23 +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
|
|
|