vorbis_enc_codebook Struct Reference

Data Fields

int nentries
uint8_t * lens
uint32_t * codewords
int ndimentions
float min
float delta
int seq_p
int lookup
int * quantlist
float * dimentions
float * pow2

Detailed Description

Definition at line 40 of file vorbisenc.c.

Field Documentation

uint32_t* vorbis_enc_codebook::codewords
float vorbis_enc_codebook::delta

Definition at line 46 of file vorbisenc.c.

Referenced by create_vorbis_context(), put_codebook_header(), and ready_codebook().

float* vorbis_enc_codebook::dimentions

Definition at line 50 of file vorbisenc.c.

Referenced by put_vector(), ready_codebook(), ready_residue(), and vorbis_encode_close().

uint8_t* vorbis_enc_codebook::lens
int vorbis_enc_codebook::lookup
float vorbis_enc_codebook::min

Definition at line 45 of file vorbisenc.c.

Referenced by create_vorbis_context(), put_codebook_header(), and ready_codebook().

int vorbis_enc_codebook::ndimentions
int vorbis_enc_codebook::nentries
float* vorbis_enc_codebook::pow2

Definition at line 51 of file vorbisenc.c.

Referenced by put_vector(), ready_codebook(), and vorbis_encode_close().

int* vorbis_enc_codebook::quantlist
int vorbis_enc_codebook::seq_p

Definition at line 47 of file vorbisenc.c.

Referenced by create_vorbis_context(), put_codebook_header(), and ready_codebook().


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