|
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, float *out) |
|
AVCodecContext * | avctx |
|
AudioDSPContext | adsp |
|
GetBitContext | gb |
|
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 [31] |
|
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] |
|
Definition at line 107 of file cook.c.
◆ scalar_dequant
void(* cook::scalar_dequant) (struct cook *q, int index, int quant_index, int *subband_coef_index, int *subband_coef_sign, float *mlt_p) |
◆ decouple
void(* cook::decouple) (struct cook *q, COOKSubpacket *p, int subband, float f1, float f2, float *decode_buffer, float *mlt_buffer1, float *mlt_buffer2) |
◆ imlt_window
void(* cook::imlt_window) (struct cook *q, float *buffer1, cook_gains *gains_ptr, float *previous_buffer) |
◆ interpolate
void(* cook::interpolate) (struct cook *q, float *buffer, int gain_index, int gain_index_next) |
◆ saturate_output
void(* cook::saturate_output) (struct cook *q, float *out) |
◆ avctx
◆ adsp
◆ gb
◆ num_vectors
◆ samples_per_channel
int cook::samples_per_channel |
◆ random_state
◆ discarded_packets
int cook::discarded_packets |
◆ mdct_ctx
◆ mlt_window
◆ envelope_quant_index
VLC cook::envelope_quant_index[13] |
◆ sqvh
◆ gain_size_factor
int cook::gain_size_factor |
◆ gain_table
float cook::gain_table[31] |
◆ decoded_bytes_buffer
uint8_t* cook::decoded_bytes_buffer |
◆ mono_mdct_output
float cook::mono_mdct_output[2048] |
◆ decode_buffer_1
float cook::decode_buffer_1[1024] |
◆ decode_buffer_2
float cook::decode_buffer_2[1024] |
◆ decode_buffer_0
float cook::decode_buffer_0[1060] |
◆ cplscales
const float* cook::cplscales[5] |
◆ num_subpackets
◆ subpacket
The documentation for this struct was generated from the following file: