#include <encoder.h>

Public Member Functions | |
| void | encodeImagePixels (const Image<> &im) __attribute__((always_inline)) |
| void | encodeImageSize (const Image<> &im) |
| ImageEncoder () | |
Public Member Functions inherited from IZ::BitEncoder< Code > | |
| void | align () |
| void | begin (unsigned char *ptr) |
| unsigned char * | end () |
| void | flushCache () |
| void | storeCode (Code code) |
| void | writeBits (unsigned int bits, unsigned int count) |
Private Attributes | |
| unsigned int | dBits [1<<(2 *CONTEXT_BITS)] |
| unsigned int | dCount [1<<(2 *CONTEXT_BITS)] |
Additional Inherited Members | |
Protected Types inherited from IZ::BitCoderBase< Code > | |
| typedef U64 | Cache |
| enum | Constants { CodeBits = sizeof(Code) * CHAR_BIT, CacheBits = sizeof(Cache) * CHAR_BIT } |
Protected Attributes inherited from IZ::BitCoderBase< Code > | |
| Cache | bitcache |
| unsigned int | len |
|
inline |
|
inline |
|
inline |
|
private |
|
private |