Data Fields | |
int | ch_idx |
int | size |
int | num_channels |
int | cookversion |
int | samples_per_frame |
int | subbands |
int | js_subband_start |
int | js_vlc_bits |
int | samples_per_channel |
int | log2_numvector_size |
unsigned int | channel_mask |
VLC | ccpl |
channel coupling | |
int | joint_stereo |
int | bits_per_subpacket |
int | bits_per_subpdiv |
int | total_subbands |
int | numvector_size |
1 << log2_numvector_size; | |
float | mono_previous_buffer1 [1024] |
float | mono_previous_buffer2 [1024] |
cook_gains | gains1 |
gain buffers | |
cook_gains | gains2 |
int | gain_1 [9] |
int | gain_2 [9] |
int | gain_3 [9] |
int | gain_4 [9] |
Definition at line 74 of file cook.c.
Definition at line 88 of file cook.c.
Referenced by categorize(), cook_decode_frame(), cook_decode_init(), decode_bytes_and_gain(), and unpack_SQVH().
channel coupling
Definition at line 86 of file cook.c.
Referenced by cook_decode_close(), decouple_info(), and init_cook_vlc_tables().
unsigned int COOKSubpacket::channel_mask |
int COOKSubpacket::gain_1[9] |
int COOKSubpacket::gain_2[9] |
int COOKSubpacket::gain_3[9] |
int COOKSubpacket::gain_4[9] |
gain buffers
Definition at line 96 of file cook.c.
Referenced by cook_decode_init(), and decode_subpacket().
Definition at line 87 of file cook.c.
Referenced by cook_decode_frame(), cook_decode_init(), decode_subpacket(), and init_cook_vlc_tables().
Definition at line 81 of file cook.c.
Referenced by cook_decode_init(), decode_envelope(), decouple_float(), decouple_info(), and joint_decode().
Definition at line 82 of file cook.c.
Referenced by cook_decode_init(), decouple_info(), init_cook_vlc_tables(), and joint_decode().
float COOKSubpacket::mono_previous_buffer1[1024] |
float COOKSubpacket::mono_previous_buffer2[1024] |
Definition at line 77 of file cook.c.
Referenced by cook_decode_frame(), cook_decode_init(), and decode_subpacket().
1 << log2_numvector_size;
Definition at line 91 of file cook.c.
Referenced by categorize(), and cook_decode_init().
Definition at line 90 of file cook.c.
Referenced by categorize(), cook_decode_init(), decode_envelope(), and decode_vectors().