Defines | Typedefs
lzf.cpp File Reference
#include <pcl/io/lzf.h>
#include <cstring>
#include <climits>
#include <pcl/console/print.h>
#include <errno.h>
Include dependency graph for lzf.cpp:

Go to the source code of this file.

Defines

#define HLOG   13
#define IDX(h)   ((( h >> (3*8 - HLOG)) - h ) & ((1 << (HLOG)) - 1))
#define STRICT_ALIGN   !(defined(__i386) || defined (__amd64))

Typedefs

typedef unsigned int LZF_HSLOT
typedef unsigned int LZF_STATE [1<< (HLOG)]

Define Documentation

#define HLOG   13

Definition at line 52 of file lzf.cpp.

#define IDX (   h)    ((( h >> (3*8 - HLOG)) - h ) & ((1 << (HLOG)) - 1))

Definition at line 72 of file lzf.cpp.

#define STRICT_ALIGN   !(defined(__i386) || defined (__amd64))

Definition at line 57 of file lzf.cpp.


Typedef Documentation

typedef unsigned int LZF_HSLOT

Definition at line 54 of file lzf.cpp.

typedef unsigned int LZF_STATE[1<< (HLOG)]

Definition at line 55 of file lzf.cpp.



pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:38:45