HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ImfHuf.h File Reference
#include "ImfExport.h"
#include "ImfNamespace.h"
+ Include dependency graph for ImfHuf.h:

Go to the source code of this file.

Functions

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
IMF_EXPORT int 
hufCompress (const unsigned short raw[], int nRaw, char compressed[])
 
IMF_EXPORT void hufUncompress (const char compressed[], int nCompressed, unsigned short raw[], int nRaw)
 

Function Documentation

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER IMF_EXPORT int hufCompress ( const unsigned short  raw[],
int  nRaw,
char  compressed[] 
)
IMF_EXPORT void hufUncompress ( const char  compressed[],
int  nCompressed,
unsigned short  raw[],
int  nRaw 
)