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

Data Fields

int ch_idx
 
int size
 
int num_channels
 
int cookversion
 
int subbands
 
int js_subband_start
 
int js_vlc_bits
 
int samples_per_channel
 
int log2_numvector_size
 
unsigned int channel_mask
 
VLC channel_coupling
 
int joint_stereo
 
int bits_per_subpacket
 
int bits_per_subpdiv
 
int total_subbands
 
int numvector_size
 
float mono_previous_buffer1 [1024]
 
float mono_previous_buffer2 [1024]
 
cook_gains gains1
 
cook_gains gains2
 
int gain_1 [9]
 
int gain_2 [9]
 
int gain_3 [9]
 
int gain_4 [9]
 

Detailed Description

Definition at line 73 of file cook.c.

Field Documentation

int COOKSubpacket::ch_idx

Definition at line 74 of file cook.c.

Referenced by cook_decode_frame(), and decode_subpacket().

int COOKSubpacket::size

Definition at line 75 of file cook.c.

Referenced by cook_decode_frame(), and decode_subpacket().

int COOKSubpacket::num_channels

Definition at line 76 of file cook.c.

Referenced by cook_decode_frame(), cook_decode_init(), and decode_subpacket().

int COOKSubpacket::cookversion

Definition at line 77 of file cook.c.

Referenced by cook_decode_init(), and dump_cook_context().

int COOKSubpacket::subbands

Definition at line 78 of file cook.c.

Referenced by cook_decode_init(), decouple_info(), and dump_cook_context().

int COOKSubpacket::js_subband_start
int COOKSubpacket::js_vlc_bits
int COOKSubpacket::samples_per_channel

Definition at line 81 of file cook.c.

Referenced by cook_decode_init(), and dump_cook_context().

int COOKSubpacket::log2_numvector_size

Definition at line 82 of file cook.c.

Referenced by cook_decode_init(), dump_cook_context(), and mono_decode().

unsigned int COOKSubpacket::channel_mask

Definition at line 83 of file cook.c.

Referenced by cook_decode_init().

VLC COOKSubpacket::channel_coupling

Definition at line 84 of file cook.c.

Referenced by cook_decode_close(), decouple_info(), and init_cook_vlc_tables().

int COOKSubpacket::joint_stereo

Definition at line 85 of file cook.c.

Referenced by cook_decode_frame(), cook_decode_init(), decode_subpacket(), and init_cook_vlc_tables().

int COOKSubpacket::bits_per_subpacket
int COOKSubpacket::bits_per_subpdiv

Definition at line 87 of file cook.c.

Referenced by cook_decode_frame(), and cook_decode_init().

int COOKSubpacket::total_subbands
int COOKSubpacket::numvector_size

Definition at line 89 of file cook.c.

Referenced by categorize(), cook_decode_init(), and dump_cook_context().

float COOKSubpacket::mono_previous_buffer1[1024]

Definition at line 91 of file cook.c.

Referenced by decode_subpacket().

float COOKSubpacket::mono_previous_buffer2[1024]

Definition at line 92 of file cook.c.

Referenced by decode_subpacket().

cook_gains COOKSubpacket::gains1

Definition at line 94 of file cook.c.

Referenced by cook_decode_init(), and decode_subpacket().

cook_gains COOKSubpacket::gains2

Definition at line 95 of file cook.c.

Referenced by cook_decode_init(), and decode_subpacket().

int COOKSubpacket::gain_1[9]

Definition at line 96 of file cook.c.

Referenced by cook_decode_init().

int COOKSubpacket::gain_2[9]

Definition at line 97 of file cook.c.

Referenced by cook_decode_init().

int COOKSubpacket::gain_3[9]

Definition at line 98 of file cook.c.

Referenced by cook_decode_init().

int COOKSubpacket::gain_4[9]

Definition at line 99 of file cook.c.

Referenced by cook_decode_init().


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