Go to the documentation of this file.
21 #ifndef SH_JPEGSAMPLE_H
22 #define SH_JPEGSAMPLE_H
32 std::string
getName (
void)
const ;
38 {
return (((dctc >= 0) ? dctc : -dctc) % 2) ; } ;
44 #endif // ndef SH_JPEGSAMPLE_H
SampleValue * getNearestTargetSampleValue(EmbValue t) const
Definition: JpegSampleValue.cc:34
SWORD16 DctCoeff
Definition: JpegSampleValue.h:38
unsigned long UWORD32
Definition: common.h:45
std::string getName(void) const
Definition: JpegSampleValue.cc:93
UWORD32 calcDistance(const SampleValue *s) const
Definition: JpegSampleValue.cc:82
the value of a sample in a CvrStgFile
Definition: SampleValue.h:61
BYTE EmbValue
Definition: common.h:66
static EmbValue calcEValue(SWORD16 dctc)
Definition: JpegSampleValue.h:37
SWORD16 getDctCoeff(void) const
Definition: JpegSampleValue.h:34
JpegSampleValue(int c)
Definition: JpegSampleValue.cc:27
Definition: JpegSampleValue.h:26
short SWORD16
Definition: common.h:49