doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
class | idCinematicLocal |
struct | my_source_mgr |
Macros | |
#define | JPEG_INTERNALS |
#define | CIN_system 1 |
#define | CIN_loop 2 |
#define | CIN_hold 4 |
#define | CIN_silent 8 |
#define | CIN_shader 16 |
#define | VQ2TO4(a, b, c, d) |
#define | VQ2TO2(a, b, c, d) |
#define | INPUT_BUF_SIZE 32768 /* choose an efficiently fread'able size */ |
Typedefs | |
typedef my_source_mgr * | my_src_ptr |
Functions | |
METHODDEF boolean | fill_input_buffer (j_decompress_ptr cinfo) |
METHODDEF void | init_source (j_decompress_ptr cinfo) |
METHODDEF void | skip_input_data (j_decompress_ptr cinfo, long num_bytes) |
METHODDEF void | term_source (j_decompress_ptr cinfo) |
GLOBAL void | jpeg_memory_src (j_decompress_ptr cinfo, byte *infile, int size) |
int | JPEGBlit (byte *wStatus, byte *data, int datasize) |
Variables | |
const int | DEFAULT_CIN_WIDTH = 512 |
const int | DEFAULT_CIN_HEIGHT = 512 |
const int | MAXSIZE = 8 |
const int | MINSIZE = 4 |
const int | ROQ_FILE = 0x1084 |
const int | ROQ_QUAD = 0x1000 |
const int | ROQ_QUAD_INFO = 0x1001 |
const int | ROQ_CODEBOOK = 0x1002 |
const int | ROQ_QUAD_VQ = 0x1011 |
const int | ROQ_QUAD_JPEG = 0x1012 |
const int | ROQ_QUAD_HANG = 0x1013 |
const int | ROQ_PACKET = 0x1030 |
const int | ZA_SOUND_MONO = 0x1020 |
const int | ZA_SOUND_STEREO = 0x1021 |
struct jpeg_error_mgr | jerr |
#define CIN_hold 4 |
Definition at line 41 of file Cinematic.cpp.
#define CIN_loop 2 |
Definition at line 40 of file Cinematic.cpp.
#define CIN_shader 16 |
Definition at line 43 of file Cinematic.cpp.
#define CIN_silent 8 |
Definition at line 42 of file Cinematic.cpp.
#define CIN_system 1 |
Definition at line 39 of file Cinematic.cpp.
Definition at line 1298 of file Cinematic.cpp.
#define JPEG_INTERNALS |
Definition at line 32 of file Cinematic.cpp.
typedef my_source_mgr* my_src_ptr |
Definition at line 1296 of file Cinematic.cpp.
METHODDEF boolean fill_input_buffer | ( | j_decompress_ptr | cinfo | ) |
Definition at line 1337 of file Cinematic.cpp.
METHODDEF void init_source | ( | j_decompress_ptr | cinfo | ) |
Definition at line 1366 of file Cinematic.cpp.
GLOBAL void jpeg_memory_src | ( | j_decompress_ptr | cinfo, |
byte * | infile, | ||
int | size | ||
) |
Definition at line 1432 of file Cinematic.cpp.
Definition at line 1465 of file Cinematic.cpp.
METHODDEF void skip_input_data | ( | j_decompress_ptr | cinfo, |
long | num_bytes | ||
) |
Definition at line 1390 of file Cinematic.cpp.
METHODDEF void term_source | ( | j_decompress_ptr | cinfo | ) |
Definition at line 1425 of file Cinematic.cpp.
Definition at line 118 of file Cinematic.cpp.
Definition at line 117 of file Cinematic.cpp.
struct jpeg_error_mgr jerr |
Definition at line 1301 of file Cinematic.cpp.
Definition at line 119 of file Cinematic.cpp.
Definition at line 120 of file Cinematic.cpp.
Definition at line 125 of file Cinematic.cpp.
Definition at line 122 of file Cinematic.cpp.
Definition at line 129 of file Cinematic.cpp.
Definition at line 123 of file Cinematic.cpp.
Definition at line 128 of file Cinematic.cpp.
Definition at line 124 of file Cinematic.cpp.
Definition at line 127 of file Cinematic.cpp.
Definition at line 126 of file Cinematic.cpp.
Definition at line 130 of file Cinematic.cpp.
Definition at line 131 of file Cinematic.cpp.