Data Fields | |
AVFrame | frame |
int | lossless |
int | decorrelation |
int | num_taps |
int | downsampling |
double | quantization |
int | channels |
int | samplerate |
int | block_align |
int | frame_size |
int * | tap_quant |
int * | int_samples |
int * | coded_samples [MAX_CHANNELS] |
int * | tail |
int | tail_size |
int * | window |
int | window_size |
int * | predictor_k |
int * | predictor_state [MAX_CHANNELS] |
Definition at line 46 of file sonic.c.
int* SonicContext::coded_samples[MAX_CHANNELS] |
int* SonicContext::predictor_state[MAX_CHANNELS] |
double SonicContext::quantization |
int* SonicContext::tail |
int* SonicContext::window |