FFmpeg
|
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
Field Documentation
int SonicContext::block_align |
Definition at line 53 of file sonic.c.
Referenced by predictor_calc_error().
int SonicContext::channels |
Definition at line 53 of file sonic.c.
Referenced by predictor_calc_error().
int* SonicContext::coded_samples[MAX_CHANNELS] |
Definition at line 57 of file sonic.c.
Referenced by predictor_calc_error().
int SonicContext::decorrelation |
Definition at line 48 of file sonic.c.
Referenced by predictor_calc_error().
int SonicContext::downsampling |
Definition at line 50 of file sonic.c.
Referenced by predictor_calc_error().
int SonicContext::frame_size |
Definition at line 53 of file sonic.c.
Referenced by predictor_calc_error().
int* SonicContext::int_samples |
Definition at line 56 of file sonic.c.
Referenced by predictor_calc_error().
int SonicContext::lossless |
Definition at line 48 of file sonic.c.
Referenced by predictor_calc_error().
int SonicContext::num_taps |
Definition at line 50 of file sonic.c.
Referenced by predictor_calc_error().
int* SonicContext::predictor_k |
Definition at line 66 of file sonic.c.
Referenced by predictor_calc_error().
int* SonicContext::predictor_state[MAX_CHANNELS] |
Definition at line 67 of file sonic.c.
Referenced by predictor_calc_error().
double SonicContext::quantization |
Definition at line 51 of file sonic.c.
Referenced by predictor_calc_error().
int SonicContext::samplerate |
Definition at line 53 of file sonic.c.
Referenced by predictor_calc_error().
int* SonicContext::tail |
Definition at line 60 of file sonic.c.
Referenced by predictor_calc_error().
int SonicContext::tail_size |
Definition at line 61 of file sonic.c.
Referenced by predictor_calc_error().
int* SonicContext::tap_quant |
Definition at line 55 of file sonic.c.
Referenced by predictor_calc_error().
int* SonicContext::window |
Definition at line 62 of file sonic.c.
Referenced by predictor_calc_error().
int SonicContext::window_size |
Definition at line 63 of file sonic.c.
Referenced by predictor_calc_error().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11