doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
static_codebook Struct Reference

#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_nearestmatchnearest_tree
 
struct encode_aux_threshmatchthresh_tree
 
struct encode_aux_pigeonholepigeon_tree
 
int allocedp
 

Detailed Description

Definition at line 36 of file codebook.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: