#include <IMG_RLEncode.h>
Definition at line 23 of file IMG_RLEncode.h.
IMG_RLEncode::IMG_RLEncode |
( |
| ) |
|
IMG_RLEncode::~IMG_RLEncode |
( |
| ) |
|
void IMG_RLEncode::allocEncodeBuffer |
( |
int |
xres | ) |
|
int IMG_RLEncode::bytesPerChannel |
( |
int |
xres | ) |
|
int IMG_RLEncode::decode |
( |
char * |
result, |
|
|
int |
result_length, |
|
|
const char * |
data, |
|
|
int |
stride = 4 |
|
) |
| |
char* IMG_RLEncode::encode |
( |
const char * |
data, |
|
|
int |
data_length, |
|
|
int & |
result_length, |
|
|
int |
stride = 4 |
|
) |
| |
static int IMG_RLEncode::getRepeatCount |
( |
const char * |
data, |
|
|
int |
pixel_size, |
|
|
int |
max_run = 128 , |
|
|
int |
stride = 4 |
|
) |
| |
|
static |
static int IMG_RLEncode::yuvDecode |
( |
void * |
rgbdata, |
|
|
const unsigned char * |
yuvdata, |
|
|
const IMG_Plane & |
plane, |
|
|
int |
xres |
|
) |
| |
|
static |
static int IMG_RLEncode::yuvEncode |
( |
unsigned char * |
yuvdata, |
|
|
const void * |
rgbdata, |
|
|
const IMG_Plane & |
plane, |
|
|
int |
xres |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: