FFmpeg
|
Data Fields | |
int64_t * | buf |
int64_t | lastA [2] |
int64_t | filterA [2] |
int64_t | filterB [2] |
uint64_t | coeffsA [2][4] |
adaption coefficients More... | |
uint64_t | coeffsB [2][5] |
adaption coefficients More... | |
int64_t | historybuffer [HISTORY_SIZE+PREDICTOR_SIZE] |
int64_t* APEPredictor64::buf |
Definition at line 139 of file apedec.c.
Referenced by init_predictor_decoder(), predictor_decode_mono_3950(), predictor_decode_stereo_3950(), and predictor_update_filter().
int64_t APEPredictor64::lastA[2] |
Definition at line 141 of file apedec.c.
Referenced by init_predictor_decoder(), predictor_decode_mono_3950(), and predictor_update_filter().
int64_t APEPredictor64::filterA[2] |
Definition at line 143 of file apedec.c.
Referenced by init_predictor_decoder(), predictor_decode_mono_3950(), and predictor_update_filter().
int64_t APEPredictor64::filterB[2] |
Definition at line 144 of file apedec.c.
Referenced by init_predictor_decoder(), and predictor_update_filter().
uint64_t APEPredictor64::coeffsA[2][4] |
adaption coefficients
Definition at line 146 of file apedec.c.
Referenced by init_predictor_decoder(), predictor_decode_mono_3950(), and predictor_update_filter().
uint64_t APEPredictor64::coeffsB[2][5] |
adaption coefficients
Definition at line 147 of file apedec.c.
Referenced by init_predictor_decoder(), and predictor_update_filter().
int64_t APEPredictor64::historybuffer[HISTORY_SIZE+PREDICTOR_SIZE] |
Definition at line 148 of file apedec.c.
Referenced by init_predictor_decoder(), predictor_decode_mono_3950(), and predictor_decode_stereo_3950().