uvg266/src
Ari Koivula d6932128aa Fix incorrect precedence.
- This bug was due to incorrect translation of ternary to if-expression
  during refactoring. Addition has higher precedence than bit shift.
2013-09-19 13:46:20 +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 Refactor: Update file comments. 2013-09-18 18:01:20 +03:00
bitstream.h Refactor: Fix include guards. 2013-09-19 10:36:24 +03:00
cabac.c Refactor: Move ctx_init from cabac to context. 2013-09-19 12:47:39 +03:00
cabac.h Refactor: Move ctx_init from cabac to context. 2013-09-19 12:47:39 +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 Refactor: Update file comments. 2013-09-18 18:01:20 +03:00
debug.h Refactor: Fix include guards. 2013-09-19 10:36:24 +03:00
encmain.c Refactor: encmain.c full cleanup 2013-09-19 12:48:45 +03:00
encoder.c Refactor: Update file comments. 2013-09-18 18:01:20 +03:00
encoder.h Refactor: Fix include guards. 2013-09-19 10:36:24 +03:00
filter.c Refactor: Update file comments. 2013-09-18 18:01:20 +03:00
filter.h Refactor: Fix include guards. 2013-09-19 10:36:24 +03:00
global.h Refactor: Fix include guards. 2013-09-19 10:36:24 +03:00
inter.c Refactor: Update file comments. 2013-09-18 18:01:20 +03:00
inter.h Refactor: Fix include guards. 2013-09-19 10:36:24 +03:00
intra.c Refactor: Update file comments. 2013-09-18 18:01:20 +03:00
intra.h Refactor: Fix include guards. 2013-09-19 10:36:24 +03:00
nal.c Refactor: Update file comments. 2013-09-18 18:01:20 +03:00
nal.h Refactor: Fix include guards. 2013-09-19 10:36:24 +03:00
picture.c Refactor: Update file comments. 2013-09-18 18:01:20 +03:00
picture.h Refactor: Fix include guards. 2013-09-19 10:36:24 +03:00
search.c Refactor: Update file comments. 2013-09-18 18:01:20 +03:00
search.h Refactor: Fix include guards. 2013-09-19 10:36:24 +03:00
transform.c Refactor: Update file comments. 2013-09-18 18:01:20 +03:00
transform.h Refactor: Fix include guards. 2013-09-19 10:36:24 +03:00