uvg266/src
Marko Viitanen 7484dafd82 Fix for get_coeff_cost() scan mode selection
Small BD-rate improvement with this fix
2014-04-04 15:16:04 +03:00
..
extras Disable warnings for extras/getopt. 2014-04-04 13:02:08 +03:00
x86 Remove dead code and fix white space. 2014-03-06 18:35:17 +02:00
bitstream.c Remove unnecessary buffer from bitstream. 2014-03-25 11:46:56 +02:00
bitstream.h Remove unnecessary buffer from bitstream. 2014-03-25 11:46:56 +02:00
cabac.c Implemented RDO function to calculate bits used for coefficient coding 2014-04-04 13:09:42 +03:00
cabac.h Implemented RDO function to calculate bits used for coefficient coding 2014-04-04 13:09:42 +03:00
config.c Resolve constant conditional expression warning. 2014-04-04 13:02:07 +03:00
config.h Added new commandline parameter --no-transform-skip 2014-04-02 14:49:48 +03:00
context.c Implemented RDO function to calculate bits used for coefficient coding 2014-04-04 13:09:42 +03:00
context.h Implemented RDO function to calculate bits used for coefficient coding 2014-04-04 13:09:42 +03:00
encmain.c Resolve warnings about assignments within conditions. 2014-04-04 13:02:06 +03:00
encoder.c Use RDO to check for transform skip mode 2014-04-04 13:09:42 +03:00
encoder.h Remove unreferenced parameters. 2014-04-04 12:56:24 +03:00
filter.c Resolve possible uninitialized variable warnings. 2014-04-04 13:02:06 +03:00
filter.h Move deblocking code to filter module. 2014-03-21 11:57:12 +02:00
global.h Remove unreferenced_parameter macro. 2014-04-03 15:38:17 +03:00
inter.c Add extra parenthesis to suppress compiler warnings. 2014-04-03 15:38:18 +03:00
inter.h Removed unused parameter cur_cu from inter_get_merge_cand() 2014-03-11 09:04:17 +02:00
interface_main.c Change HEVC_encoder into a static library and add HEVC_interface for the exe. 2013-09-24 13:43:15 +03:00
intra.c Remove unused variables. 2014-04-03 15:37:59 +03:00
intra.h Store intra coding bit costs to CU structure 2014-03-11 12:15:50 +02:00
Makefile Enable -Wall by default. 2014-04-04 13:02:08 +03:00
nal.c Remove unreferenced parameters. 2014-04-04 12:56:24 +03:00
nal.h Remove unreferenced parameters. 2014-04-04 12:56:24 +03:00
picture.c Remove unused variables. 2014-04-03 15:37:59 +03:00
picture.h Resolve unsigned/signed mismatch warnings. 2014-04-04 12:56:23 +03:00
rdo.c Fix for get_coeff_cost() scan mode selection 2014-04-04 15:16:04 +03:00
rdo.h Implemented RDO function to calculate bits used for coefficient coding 2014-04-04 13:09:42 +03:00
sao.c Remove unreferenced parameters. 2014-04-04 12:56:24 +03:00
sao.h Move rest of LCU encoding inside the LCU loop. 2014-03-21 12:41:44 +02:00
SConscript Add scons build script. 2014-02-19 16:58:52 +02:00
search.c Use RDO in final_cost 2014-04-04 14:10:49 +03:00
search.h Add new reference pixel buffer management to encoding loop. 2014-03-19 16:01:30 +02:00
transform.c Fix typo. 2014-04-04 12:56:22 +03:00
transform.h Implemented transform skipping (for 4x4 blocks) 2014-04-02 10:54:03 +03:00
version.h lib: Add a public version include 2014-02-21 14:59:50 +01:00