36 std::string
getName (
void)
const ;
50class WavPCMSmaller :
public std::binary_function<WavPCMSampleValue*,WavPCMSampleValue*,bool> {
a cover-/stego-file
Definition: CvrStgFile.h:46
the value of a sample in a CvrStgFile
Definition: SampleValue.h:61
Definition: WavPCMSampleValue.h:30
int getValue(void) const
Definition: WavPCMSampleValue.h:38
UWORD32 calcDistance(const SampleValue *s) const
Definition: WavPCMSampleValue.cc:106
std::string getName(void) const
Definition: WavPCMSampleValue.cc:117
int MinValue
Definition: WavPCMSampleValue.h:44
EmbValue calcEValue(int v) const
Definition: WavPCMSampleValue.h:46
int Value
Definition: WavPCMSampleValue.h:42
WavPCMSampleValue(int v)
Definition: WavPCMSampleValue.cc:28
SampleValue * getNearestTargetSampleValue(EmbValue t) const
Definition: WavPCMSampleValue.cc:71
int MaxValue
Definition: WavPCMSampleValue.h:43
Definition: WavPCMSampleValue.h:50
bool operator()(const WavPCMSampleValue *v, const WavPCMSampleValue *w)
Definition: WavPCMSampleValue.h:52
unsigned long UWORD32
Definition: common.h:45
BYTE EmbValue
Definition: common.h:66