lcldec.c File Reference
Go to the source code of this file.
|
Classes |
| struct | LclDecContext |
Functions |
| static unsigned char | fix (int pix14) |
| static unsigned char | get_b (unsigned char yq, signed char bq) |
| static unsigned char | get_g (unsigned char yq, signed char bq, signed char rq) |
| static unsigned char | get_r (unsigned char yq, signed char rq) |
| static unsigned int | mszh_decomp (unsigned char *srcptr, int srclen, unsigned char *destptr, unsigned int destsize) |
| static int | decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) |
| static int | decode_init (AVCodecContext *avctx) |
| static int | decode_end (AVCodecContext *avctx) |
Variables |
| AVCodec | mszh_decoder |
| AVCodec | zlib_decoder |
Function Documentation
| static unsigned char fix |
( |
int |
pix14 |
) |
[inline, static] |
| static unsigned char get_b |
( |
unsigned char |
yq, |
|
|
signed char |
bq | |
|
) |
| | [inline, static] |
| static unsigned char get_g |
( |
unsigned char |
yq, |
|
|
signed char |
bq, |
|
|
signed char |
rq | |
|
) |
| | [inline, static] |
| static unsigned char get_r |
( |
unsigned char |
yq, |
|
|
signed char |
rq | |
|
) |
| | [inline, static] |
| static unsigned int mszh_decomp |
( |
unsigned char * |
srcptr, |
|
|
int |
srclen, |
|
|
unsigned char * |
destptr, |
|
|
unsigned int |
destsize | |
|
) |
| | [static] |
| static int decode_frame |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
data_size, |
|
|
uint8_t * |
buf, |
|
|
int |
buf_size | |
|
) |
| | [static] |
Variable Documentation
Initial value:
Definition at line 690 of file lcldec.c.
Initial value:
Definition at line 704 of file lcldec.c.