uvg266/src
2013-10-22 12:33:11 +03:00
..
x64 Fixed Chroma 4x4 2013-05-20 17:26:57 +03:00
x86 Fixed Chroma 4x4 2013-05-20 17:26:57 +03:00
bitstream.c Remove unnecessary preprocessor defines from project settings. 2013-09-23 17:32:07 +03:00
bitstream.h Refactor: Fix include guards. 2013-09-19 10:36:24 +03:00
cabac.c Remove unused members from cabac_data. 2013-09-20 15:04:02 +03:00
cabac.h Remove unused members from cabac_data. 2013-09-20 15:04:02 +03:00
config.c Refactor: config.c/.h full cleanup 2013-09-19 11:28:58 +03:00
config.h Refactor: config.c/.h full cleanup 2013-09-19 11:28:58 +03:00
context.c Fix incorrect precedence. 2013-09-19 13:46:20 +03:00
context.h Refactor: Move ctx_init from cabac to context. 2013-09-19 12:47:39 +03:00
debug.c Add intra modes to CU visualization. 2013-10-16 17:09:04 +03:00
debug.h Improve cu-visualization by arranging them to picture dimensions and colors. 2013-10-01 20:46:10 +03:00
encmain.c Refactoring encoder transform/quant related functions, cu_info and picture 2013-10-18 11:41:52 +03:00
encoder.c Fixed transform splitting to allow 64x64 inter blocks 2013-10-22 12:33:11 +03:00
encoder.h Refactoring encoder transform/quant related functions, cu_info and picture 2013-10-18 11:41:52 +03:00
filter.c Added more data to cu_info and renamed "residual" to "coeff_y/u/v" in the struct 2013-10-18 11:39:32 +03:00
filter.h Change more 8-bit pixels to pixel typedef. 2013-10-15 16:02:06 +03:00
global.h Fixed transform splitting to allow 64x64 inter blocks 2013-10-22 12:33:11 +03:00
inter.c Added merge mode selection (NOT WORKING!) and a function to get candidates 2013-10-18 11:39:32 +03:00
inter.h Added merge mode selection (NOT WORKING!) and a function to get candidates 2013-10-18 11:39:32 +03: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 Refactoring: all int16_t pixel info in intra to pixel typedef 2013-10-18 16:19:17 +03:00
intra.h Refactoring: all int16_t pixel info in intra to pixel typedef 2013-10-18 16:19:17 +03:00
nal.c Change more 8-bit pixels to pixel typedef. 2013-10-15 16:02:06 +03:00
nal.h Refactor: nal.c/.h full cleanup. 2013-09-19 16:03:02 +03:00
picture.c Refactoring: all int16_t pixel info in intra to pixel typedef 2013-10-18 16:19:17 +03:00
picture.h Added top_coeff array to cu_info and implemented derivation logic 2013-10-22 12:09:18 +03:00
search.c Refactoring: all int16_t pixel info in intra to pixel typedef 2013-10-18 16:19:17 +03:00
search.h Refactor: search.c/.h full cleanup. 2013-09-20 12:18:23 +03:00
transform.c Fixed dequantization of inter-blocks 2013-10-10 15:22:25 +03:00
transform.h Fixed dequantization of inter-blocks 2013-10-10 15:22:25 +03:00