#include "image/codecs/svq1.h"
#include "image/codecs/svq1_cb.h"
#include "image/codecs/svq1_vlc.h"
#include "common/stream.h"
#include "common/bitstream.h"
#include "common/rect.h"
#include "common/system.h"
#include "common/debug.h"
#include "common/textconsole.h"
#include "common/huffman.h"
#include "graphics/yuv_to_rgb.h"
Go to the source code of this file.
Define Documentation
#define ALIGN |
( |
|
x, |
|
|
|
a | |
|
) |
| | (((x)+(a)-1)&~((a)-1)) |
#define SVQ1_BLOCK_INTER 1 |
#define SVQ1_BLOCK_INTER_4V 2 |
#define SVQ1_BLOCK_INTRA 3 |
#define SVQ1_BLOCK_SKIP 0 |