36 #ifndef G4RTJpegCoder_H 
   37 #define G4RTJpegCoder_H 1 
void ForwardDCT(int *picData)
 
G4JpegCoder(u_char *colorR, u_char *colorG, u_char *colorB)
 
void Quantization(int cs)
 
void GetJpegData(char **aJpegData, int &size)
 
void makeYCC(int ux, int uy)
 
void SetJpegProperty(const G4JpegProperty &aProperty)