doom3-gpl
Doom 3 GPL source release
|
#include <roq.h>
Public Member Functions | |
roq () | |
~roq () | |
void | WriteLossless (void) |
void | LoadAndDisplayImage (const char *filename) |
void | CloseRoQFile (bool which) |
void | InitRoQFile (const char *roqFilename) |
void | InitRoQPatterns (void) |
void | EncodeStream (const char *paramInputFile) |
void | EncodeQuietly (bool which) |
bool | IsQuiet (void) |
bool | IsLastFrame (void) |
NSBitmapImageRep * | CurrentImage (void) |
void | MarkQuadx (int xat, int yat, int size, float cerror, int choice) |
void | WritePuzzleFrame (quadcel *pquad) |
void | WriteFrame (quadcel *pquad) |
void | WriteCodeBook (byte *codebook) |
void | WwriteCodeBookToStream (byte *codes, int csize, word cflags) |
int | PreviousFrameSize (void) |
bool | MakingVideo (void) |
bool | ParamNoAlpha (void) |
bool | SearchType (void) |
bool | HasSound (void) |
const char * | CurrentFilename (void) |
int | NormalFrameSize (void) |
int | FirstFrameSize (void) |
bool | Scaleable (void) |
void | WriteHangFrame (void) |
int | NumberOfFrames (void) |
Private Member Functions | |
void | Write16Word (word *aWord, idFile *stream) |
void | Write32Word (unsigned int *aWord, idFile *stream) |
int | SizeFile (idFile *ftosize) |
void | CloseRoQFile (void) |
void | WriteCodeBookToStream (byte *codebook, int csize, word cflags) |
void | JPEGStartCompress (j_compress_ptr cinfo, bool write_all_tables) |
JDIMENSION | JPEGWriteScanlines (j_compress_ptr cinfo, JSAMPARRAY scanlines, JDIMENSION num_lines) |
void | JPEGDest (j_compress_ptr cinfo, byte *outfile, int size) |
void | JPEGSave (char *filename, int quality, int image_width, int image_height, unsigned char *image_buffer) |
Static Private Member Functions | |
static void | JPEGInitDestination (j_compress_ptr cinfo) |
static boolean | JPEGEmptyOutputBuffer (j_compress_ptr cinfo) |
static void | JPEGTermDestination (j_compress_ptr cinfo) |
Private Attributes | |
codec * | encoder |
roqParam * | paramFile |
idFile * | RoQFile |
NSBitmapImageRep * | image |
int | numQuadCels |
bool | quietMode |
bool | lastFrame |
idStr | roqOutfile |
idStr | currentFile |
int | numberOfFrames |
int | previousSize |
byte | codes [4096] |
bool | dataStuff |
NSBitmapImageRep * roq::CurrentImage | ( | void | ) |
|
private |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |