Data Fields | |
int32_t * | buf |
int32_t | lastA [2] |
int32_t | filterA [2] |
int32_t | filterB [2] |
int32_t | coeffsA [2][4] |
adaption coefficients | |
int32_t | coeffsB [2][5] |
adaption coefficients | |
int32_t | historybuffer [HISTORY_SIZE+PREDICTOR_SIZE] |
Definition at line 114 of file apedec.c.
int32_t* APEPredictor::buf |
Definition at line 115 of file apedec.c.
Referenced by init_predictor_decoder(), predictor_decode_mono(), predictor_decode_stereo(), and predictor_update_filter().
int32_t APEPredictor::coeffsA[2][4] |
adaption coefficients
Definition at line 122 of file apedec.c.
Referenced by init_predictor_decoder(), predictor_decode_mono(), and predictor_update_filter().
int32_t APEPredictor::coeffsB[2][5] |
adaption coefficients
Definition at line 123 of file apedec.c.
Referenced by init_predictor_decoder(), and predictor_update_filter().
int32_t APEPredictor::filterA[2] |
Definition at line 119 of file apedec.c.
Referenced by init_predictor_decoder(), predictor_decode_mono(), and predictor_update_filter().
int32_t APEPredictor::filterB[2] |
Definition at line 120 of file apedec.c.
Referenced by init_predictor_decoder(), and predictor_update_filter().
int32_t APEPredictor::historybuffer[HISTORY_SIZE+PREDICTOR_SIZE] |
Definition at line 124 of file apedec.c.
Referenced by init_predictor_decoder(), predictor_decode_mono(), and predictor_decode_stereo().
int32_t APEPredictor::lastA[2] |
Definition at line 117 of file apedec.c.
Referenced by init_predictor_decoder(), predictor_decode_mono(), and predictor_update_filter().