#include <pcl/io/lzf.h>
#include <cstring>
#include <climits>
#include <pcl/console/print.h>
#include <errno.h>
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 STRICT_ALIGN !(defined(__i386) || defined (__amd64)) |