Encoder  4.4
VC-5 Sample Encoder
dump.h
Go to the documentation of this file.
1 
9 #ifndef _DUMP_H
10 #define _DUMP_H
11 
12 CODEC_ERROR DumpTransformWavelets(TRANSFORM transform_array[MAX_CHANNEL_COUNT],
13  int channel_count,
14  int wavelet_level,
15  const char *pathname);
16 
17 CODEC_ERROR DumpUnpackedImage(UNPACKED_IMAGE *image,
18  const char *pathname);
19 
20 #endif
enum _codec_error CODEC_ERROR
Codec error codes.
Image represented as an ordered set of component arrays.
Definition: image.h:67
Data structure for the wavelet tree (one channel)
Definition: wavelet.h:84