uvg266/src
Ari Koivula ba3aaf3189 Expand chroma functions to parent function.
- This was done so that making the function work with luma would be easier.
2014-05-13 21:30:14 +03:00
..
extras Disable warnings for extras/getopt. 2014-04-04 13:02:08 +03:00
strategies Pass preprocessor defines for supported intrinsics in VS2010 explicitly. 2014-04-30 17:41:15 +03:00
x86 Remove dead code and fix white space. 2014-03-06 18:35:17 +02:00
bitstream.c bitstream_tell 2014-05-05 08:53:06 +02:00
bitstream.h bitstream_tell 2014-05-05 08:53:06 +02:00
cabac.c Remove unnecessary tertiary expressions from usages of CABAC_BIN. 2014-05-06 17:39:25 +03:00
cabac.h some const in cabac.c 2014-04-17 11:13:11 +02:00
config.c Slices and WPP in command line and encoder 2014-05-07 11:42:04 +02:00
config.h Slices and WPP in command line and encoder 2014-05-07 11:42:04 +02:00
context.c context_copy function 2014-05-08 15:04:51 +02:00
context.h context_copy function 2014-05-08 15:04:51 +02:00
encmain.c Refactor picture to remove hidden dependency between slice and tiles 2014-05-07 11:55:48 +02:00
encoder.c Move coefficient generation functions from encoder.c to transform.c. 2014-05-12 11:37:39 +03:00
encoder.h Move coefficient generation functions from encoder.c to transform.c. 2014-05-12 11:37:39 +03:00
filter.c Refactor encoder_state 2014-05-07 11:47:31 +02:00
filter.h Huge refactoring 2014-04-22 10:39:12 +02:00
global.h Add TR_MAX_WIDTH. 2014-05-13 21:22:40 +03:00
inter.c Refactor encoder_state 2014-05-07 11:47:31 +02:00
inter.h Inter-frame prediction with tiles works. 2014-04-25 09:28:00 +02:00
interface_main.c Clean up tabs and whitespaces 2014-04-04 16:04:44 +03:00
intra.c Refactor encoder_state 2014-05-07 11:47:31 +02:00
intra.h Removed all cabac parameters (cabac is part of encoder_state) 2014-04-22 11:46:53 +02:00
Makefile Remove USE_TILES define 2014-05-01 13:58:13 +02:00
nal.c nal are now written to a bitstream, not a FILE* 2014-04-17 11:13:09 +02:00
nal.h nal are now written to a bitstream, not a FILE* 2014-04-17 11:13:09 +02:00
picture.c Replace line fixing symptoms by assertions, to reveal the cause 2014-05-09 08:24:03 +02:00
picture.h Move chroma coefficient generation to it's own function. 2014-05-12 10:24:06 +03:00
rdo.c Refactor encoder_state 2014-05-07 11:47:31 +02:00
rdo.h Removed all cabac parameters (cabac is part of encoder_state) 2014-04-22 11:46:53 +02:00
sao.c Fix sao_calc_edge_block_dims 2014-05-09 10:30:34 +02:00
sao.h Huge refactoring 2014-04-22 10:39:12 +02:00
scalinglist.c Remove g_bitdepth 2014-04-17 11:13:13 +02:00
scalinglist.h Remove g_bitdepth 2014-04-17 11:13:13 +02:00
SConscript Add scons build script. 2014-02-19 16:58:52 +02:00
search.c Add missing include. 2014-05-13 09:33:05 +03:00
search.h Removed all cabac parameters (cabac is part of encoder_state) 2014-04-22 11:46:53 +02:00
strategyselector.c Modify strategyselector to work with VS2010. 2014-04-29 15:29:06 +03:00
strategyselector.h Pass preprocessor defines for supported intrinsics in VS2010 explicitly. 2014-04-30 17:41:15 +03:00
tables.c Removed table generation from main code, moved it to tools. 2014-04-17 11:13:15 +02:00
tables.h Move scan order selection to a function. 2014-05-12 08:47:16 +03:00
threads.h Small changes to fix compiling on VS 2014-05-05 11:18:43 +03:00
transform.c Expand chroma functions to parent function. 2014-05-13 21:30:14 +03:00
transform.h Move coefficient generation functions from encoder.c to transform.c. 2014-05-12 11:37:39 +03:00
version.h lib: Add a public version include 2014-02-21 14:59:50 +01:00