FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
vorbis_enc_codebook Struct Reference

Data Fields

int nentries
 
uint8_tlens
 
uint32_t * codewords
 
int ndimensions
 
float min
 
float delta
 
int seq_p
 
int lookup
 
int * quantlist
 
float * dimensions
 
float * pow2
 

Detailed Description

Definition at line 40 of file vorbisenc.c.

Field Documentation

int vorbis_enc_codebook::nentries
uint8_t* vorbis_enc_codebook::lens
uint32_t* vorbis_enc_codebook::codewords
int vorbis_enc_codebook::ndimensions
float vorbis_enc_codebook::min

Definition at line 45 of file vorbisenc.c.

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

float vorbis_enc_codebook::delta

Definition at line 46 of file vorbisenc.c.

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

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().

int vorbis_enc_codebook::lookup
int* vorbis_enc_codebook::quantlist
float* vorbis_enc_codebook::dimensions

Definition at line 50 of file vorbisenc.c.

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

float* vorbis_enc_codebook::pow2

Definition at line 51 of file vorbisenc.c.

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


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