62 std::map<SampleKey,unsigned long>* getFrequencies (
void) ;
69 void printFrequencies (
const std::map<SampleKey,unsigned long>& freqs) ;
74 static const unsigned int CoeffPerBlock = 64 ;
76 static const unsigned short SamplesPerVertex = 3 ;
77 static const UWORD32 Radius = 1 ;
78 static const EmbValue EmbValueModulus = 2 ;
80 struct jpeg_compress_struct CInfo ;
81 struct jpeg_decompress_struct DeCInfo ;
82 unsigned int* HeightInBlocks ;
83 unsigned int* WidthInBlocks ;
84 jvirt_barray_ptr* DctCoeffs ;
86 std::vector<SWORD16> LinDctCoeffs ;
87 std::vector<UWORD32> StegoIndices ;
90 #endif // def USE_LIBJPEG
92 #endif // ndef SH_JPEGFILE_H