Data Fields

SonicContext Struct Reference

Data Fields

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]

Detailed Description

Definition at line 46 of file sonic.c.


Field Documentation

int* SonicContext::coded_samples[MAX_CHANNELS]
int* SonicContext::predictor_state[MAX_CHANNELS]

Definition at line 66 of file sonic.c.

Referenced by sonic_decode_close(), sonic_decode_frame(), and sonic_decode_init().

Definition at line 50 of file sonic.c.

Referenced by sonic_encode_frame(), and sonic_encode_init().

Definition at line 52 of file sonic.c.

Referenced by sonic_decode_init(), and sonic_encode_init().

Definition at line 59 of file sonic.c.

Referenced by sonic_encode_close(), sonic_encode_frame(), and sonic_encode_init().

Definition at line 60 of file sonic.c.

Referenced by sonic_encode_frame(), and sonic_encode_init().

Definition at line 61 of file sonic.c.

Referenced by sonic_encode_close(), sonic_encode_frame(), and sonic_encode_init().

Definition at line 62 of file sonic.c.

Referenced by sonic_encode_frame(), and sonic_encode_init().


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