kopete/libkopete
#include "sonix_compress.h"
Include dependency graph for sonix_compress.cpp:

Go to the source code of this file.
Macros | |
#define | CLAMP(x) ((x)<0?0:((x)>255)?255:(x)) |
Functions | |
int | sonix_decompress (int width, int height, unsigned char *inp, unsigned char *outp) |
void | sonix_decompress_init (void) |
Variables | |
static int | init_done = 0 |
int | sonix_unknown = 0 |
static code_table_t | table [256] |
Macro Definition Documentation
#define CLAMP | ( | x | ) | ((x)<0?0:((x)>255)?255:(x)) |
Definition at line 3 of file sonix_compress.cpp.
Function Documentation
int sonix_decompress | ( | int | width, |
int | height, | ||
unsigned char * | inp, | ||
unsigned char * | outp | ||
) |
Definition at line 111 of file sonix_compress.cpp.
void sonix_decompress_init | ( | void | ) |
Definition at line 29 of file sonix_compress.cpp.
Variable Documentation
|
static |
Definition at line 15 of file sonix_compress.cpp.
int sonix_unknown = 0 |
Definition at line 18 of file sonix_compress.cpp.
|
static |
Definition at line 14 of file sonix_compress.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.