cook Struct Reference


Data Fields

void(* scalar_dequant )(struct cook *q, int index, int quant_index, int *subband_coef_index, int *subband_coef_sign, float *mlt_p)
void(* decouple )(struct cook *q, COOKSubpacket *p, int subband, float f1, float f2, float *decode_buffer, float *mlt_buffer1, float *mlt_buffer2)
void(* imlt_window )(struct cook *q, float *buffer1, cook_gains *gains_ptr, float *previous_buffer)
void(* interpolate )(struct cook *q, float *buffer, int gain_index, int gain_index_next)
void(* saturate_output )(struct cook *q, int chan, float *out)
AVCodecContextavctx
AVFrame frame
GetBitContext gb
int nb_channels
int bit_rate
int sample_rate
int num_vectors
int samples_per_channel
AVLFG random_state
int discarded_packets
FFTContext mdct_ctx
float * mlt_window
VLC envelope_quant_index [13]
VLC sqvh [7]
int gain_size_factor
float gain_table [23]
uint8_t * decoded_bytes_buffer
float mono_mdct_output [2048]
float decode_buffer_1 [1024]
float decode_buffer_2 [1024]
float decode_buffer_0 [1060]
const float * cplscales [5]
int num_subpackets
COOKSubpacket subpacket [MAX_SUBPACKETS]

Detailed Description

Definition at line 100 of file cook.c.


Field Documentation

Definition at line 124 of file cook.c.

Referenced by cook_decode_init(), decode_envelope(), init_cook_mlt(), and init_cook_vlc_tables().

Definition at line 129 of file cook.c.

Referenced by cook_decode_init().

const float* cook::cplscales[5]

Definition at line 157 of file cook.c.

Referenced by init_cplscales_table(), and joint_decode().

float cook::decode_buffer_0[1060]

Definition at line 155 of file cook.c.

Referenced by joint_decode().

float cook::decode_buffer_1[1024]

Definition at line 153 of file cook.c.

Referenced by decode_subpacket().

float cook::decode_buffer_2[1024]

Definition at line 154 of file cook.c.

Referenced by decode_subpacket().

Definition at line 151 of file cook.c.

Referenced by cook_decode_close(), cook_decode_init(), and decode_bytes_and_gain().

void(* cook::decouple)(struct cook *q, COOKSubpacket *p, int subband, float f1, float f2, float *decode_buffer, float *mlt_buffer1, float *mlt_buffer2)

Referenced by cook_decode_init(), and joint_decode().

Definition at line 135 of file cook.c.

Referenced by cook_decode_frame().

Definition at line 142 of file cook.c.

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

Definition at line 125 of file cook.c.

Referenced by cook_decode_frame(), and cook_decode_init().

Definition at line 146 of file cook.c.

Referenced by imlt_gain(), init_gain_table(), and interpolate_float().

float cook::gain_table[23]

Definition at line 147 of file cook.c.

Referenced by init_gain_table(), and interpolate_float().

void(* cook::imlt_window)(struct cook *q, float *buffer1, cook_gains *gains_ptr, float *previous_buffer)

Referenced by cook_decode_init(), and imlt_gain().

void(* cook::interpolate)(struct cook *q, float *buffer, int gain_index, int gain_index_next)

Referenced by cook_decode_init(), and imlt_gain().

Definition at line 138 of file cook.c.

Referenced by cook_decode_close(), imlt_gain(), and init_cook_mlt().

Definition at line 139 of file cook.c.

Referenced by cook_decode_close(), imlt_window_float(), and init_cook_mlt().

Definition at line 152 of file cook.c.

Referenced by imlt_gain(), and saturate_output_float().

Definition at line 128 of file cook.c.

Referenced by cook_decode_init(), and saturate_output_float().

Definition at line 131 of file cook.c.

Referenced by expand_category(), and mono_decode().

Definition at line 134 of file cook.c.

Referenced by cook_decode_init(), and scalar_dequant_float().

Definition at line 130 of file cook.c.

Referenced by cook_decode_init().

void(* cook::saturate_output)(struct cook *q, int chan, float *out)

void(* cook::scalar_dequant)(struct cook *q, int index, int quant_index, int *subband_coef_index, int *subband_coef_sign, float *mlt_p)

Referenced by cook_decode_init(), and decode_vectors().

Definition at line 143 of file cook.c.

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

COOKSubpacket cook::subpacket[MAX_SUBPACKETS]


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

Generated on Fri Oct 26 02:46:16 2012 for FFmpeg by  doxygen 1.5.8