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