|
FFmpeg
4.0
|
Data Fields | |
| int | version |
| int | minor_version |
| 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] |
| int SonicContext::version |
Definition at line 50 of file sonic.c.
Referenced by predictor_calc_error().
| int SonicContext::minor_version |
Definition at line 51 of file sonic.c.
Referenced by predictor_calc_error().
| int SonicContext::lossless |
Definition at line 52 of file sonic.c.
Referenced by predictor_calc_error().
| int SonicContext::decorrelation |
Definition at line 52 of file sonic.c.
Referenced by predictor_calc_error().
| int SonicContext::num_taps |
Definition at line 54 of file sonic.c.
Referenced by predictor_calc_error().
| int SonicContext::downsampling |
Definition at line 54 of file sonic.c.
Referenced by predictor_calc_error().
| double SonicContext::quantization |
Definition at line 55 of file sonic.c.
Referenced by predictor_calc_error().
| int SonicContext::channels |
Definition at line 57 of file sonic.c.
Referenced by predictor_calc_error().
| int SonicContext::samplerate |
Definition at line 57 of file sonic.c.
Referenced by predictor_calc_error().
| int SonicContext::block_align |
Definition at line 57 of file sonic.c.
Referenced by predictor_calc_error().
| int SonicContext::frame_size |
Definition at line 57 of file sonic.c.
Referenced by predictor_calc_error().
| int* SonicContext::tap_quant |
Definition at line 59 of file sonic.c.
Referenced by predictor_calc_error().
| int* SonicContext::int_samples |
Definition at line 60 of file sonic.c.
Referenced by predictor_calc_error().
| int* SonicContext::coded_samples[MAX_CHANNELS] |
Definition at line 61 of file sonic.c.
Referenced by predictor_calc_error().
| int* SonicContext::tail |
Definition at line 64 of file sonic.c.
Referenced by predictor_calc_error().
| int SonicContext::tail_size |
Definition at line 65 of file sonic.c.
Referenced by predictor_calc_error().
| int* SonicContext::window |
Definition at line 66 of file sonic.c.
Referenced by predictor_calc_error().
| int SonicContext::window_size |
Definition at line 67 of file sonic.c.
Referenced by predictor_calc_error().
| int* SonicContext::predictor_k |
Definition at line 70 of file sonic.c.
Referenced by predictor_calc_error().
| int* SonicContext::predictor_state[MAX_CHANNELS] |
Definition at line 71 of file sonic.c.
Referenced by predictor_calc_error().
1.8.13