uvg266/src
2016-03-16 20:13:15 +02:00
..
extras Enable errors about non-existing CLI options 2016-02-04 13:48:58 +02:00
strategies Add strategy for avx2. Copy generic functions there. 2016-03-16 20:13:15 +02:00
bitstream.c Remove duplicated inline functions 2016-03-10 15:28:31 +02:00
bitstream.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
cabac.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
cabac.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
cfg.c Refactor cfg->tiles_width_count and cfg->tiles_height_count 2016-03-07 17:29:15 +02:00
cfg.h Rename config module to cfg. 2016-01-25 12:26:46 +02:00
checkpoint.c Change license to LGPL. 2015-02-25 15:19:05 +02:00
checkpoint.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
cli.c Add --tiles parameter 2016-03-07 16:33:51 +02:00
cli.h Add loop-input option 2016-02-18 20:00:55 +02:00
context.c Rename config module to cfg. 2016-01-25 12:26:46 +02:00
context.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
cu.c Add dedicated handling for blitting NxN coeffs when N is 4, 8 or 16 2016-01-13 19:27:45 +02:00
cu.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
encmain.c Fix Visual Studio warnings 2016-03-14 14:12:21 +02:00
encoder.c Refactor cfg->tiles_width_count and cfg->tiles_height_count 2016-03-07 17:29:15 +02:00
encoder.h Rename config module to cfg. 2016-01-25 12:26:46 +02:00
encoder_state-bitstream.c Remove duplicated inline functions 2016-03-10 15:28:31 +02:00
encoder_state-bitstream.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
encoder_state-ctors_dtors.c Fix warnings with -DNDEBUG 2015-10-02 15:13:07 +03:00
encoder_state-ctors_dtors.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
encoder_state-geometry.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
encoder_state-geometry.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
encoderstate.c Refactor kvz_encode_last_significant_xy 2016-03-10 18:47:16 +02:00
encoderstate.h Comment WPP deblocking and SAO 2016-03-08 19:39:04 +02:00
filter.c Rename config module to cfg. 2016-01-25 12:26:46 +02:00
filter.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
global.h Only use version prefix in kvazaar binary 2016-03-09 16:13:59 +00:00
image.c Move interlacing stuff to libkvazaaar API 2016-01-27 15:29:45 +02:00
image.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
imagelist.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
imagelist.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
input_frame_buffer.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
input_frame_buffer.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
inter.c Fix chroma reconstruction with tiles 2016-02-29 14:32:51 +02:00
inter.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
intra.c Remove g_to_bits table 2016-03-10 15:59:51 +02:00
intra.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
kvazaar.c Move interlacing stuff to libkvazaaar API 2016-01-27 15:29:45 +02:00
kvazaar.h Add --mv-constraint=frametilemargin 2016-02-29 19:18:14 +02:00
kvazaar.pc.in pkg-config: move -lm to Libs.private 2015-12-03 22:39:27 +01:00
kvazaar_internal.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
kvz_math.h Add kvz_math.h for common inline math functions 2016-03-10 15:26:18 +02:00
Makefile.am Add strategy for avx2. Copy generic functions there. 2016-03-16 20:13:15 +02:00
nal.c Rename config module to cfg. 2016-01-25 12:26:46 +02:00
nal.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
rate_control.c Fix overflow in rate control 2016-02-18 16:48:21 +02:00
rate_control.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
rdo.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
rdo.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
sao.c Create generic strategy for sao. 2016-03-16 20:11:15 +02:00
sao.h Create generic strategy for sao. 2016-03-16 20:11:15 +02:00
scalinglist.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
scalinglist.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search.c Fix calc_mode_bits. 2016-03-04 14:08:35 +02:00
search.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search_inter.c Increase --mv-constraint=frametimemargin margin 2016-03-14 16:02:54 +02:00
search_inter.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search_intra.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
search_intra.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
strategyselector.c Create generic strategy for sao. 2016-03-16 20:11:15 +02:00
strategyselector.h Create generic strategy for sao. 2016-03-16 20:11:15 +02:00
tables.c Prefix all non-static symbols with "kvz_". 2015-08-26 13:02:28 +03:00
tables.h Remove g_to_bits table 2016-03-10 15:59:51 +02:00
threadqueue.c Comment and tidy threadqueue_worker 2016-03-14 20:08:04 +02:00
threadqueue.h Remove KVZ_PERF_SEARCHPX 2016-03-04 16:48:12 +02:00
threads.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
transform.c Rename config module to cfg. 2016-01-25 12:26:46 +02:00
transform.h Update Doxygen documentation 2015-12-17 14:05:50 +02:00
videoframe.c Update Doxygen documentation 2015-12-17 14:05:50 +02:00
videoframe.h Fix includes to include global.h first everywhere 2016-01-22 15:07:49 +02:00
yuv_io.c Move interlacing stuff to libkvazaaar API 2016-01-27 15:29:45 +02:00
yuv_io.h Move interlacing stuff to libkvazaaar API 2016-01-27 15:29:45 +02:00