doom3-gpl
Doom 3 GPL source release
|
#include <codebook.h>
Public Attributes | |
long | dim |
long | entries |
long * | lengthlist |
int | maptype |
long | q_min |
long | q_delta |
int | q_quant |
int | q_sequencep |
long * | quantlist |
struct encode_aux_nearestmatch * | nearest_tree |
struct encode_aux_threshmatch * | thresh_tree |
struct encode_aux_pigeonhole * | pigeon_tree |
int | allocedp |
Definition at line 36 of file codebook.h.
int static_codebook::allocedp |
Definition at line 61 of file codebook.h.
long static_codebook::dim |
Definition at line 37 of file codebook.h.
long static_codebook::entries |
Definition at line 38 of file codebook.h.
long* static_codebook::lengthlist |
Definition at line 39 of file codebook.h.
int static_codebook::maptype |
Definition at line 42 of file codebook.h.
struct encode_aux_nearestmatch* static_codebook::nearest_tree |
Definition at line 57 of file codebook.h.
struct encode_aux_pigeonhole* static_codebook::pigeon_tree |
Definition at line 59 of file codebook.h.
long static_codebook::q_delta |
Definition at line 48 of file codebook.h.
long static_codebook::q_min |
Definition at line 47 of file codebook.h.
int static_codebook::q_quant |
Definition at line 49 of file codebook.h.
int static_codebook::q_sequencep |
Definition at line 50 of file codebook.h.
long* static_codebook::quantlist |
Definition at line 52 of file codebook.h.
struct encode_aux_threshmatch* static_codebook::thresh_tree |
Definition at line 58 of file codebook.h.