| FFmpeg
    4.0
    | 
Filter histories. More...
| Data Fields | |
| int32_t * | buf | 
| int32_t | lastA [2] | 
| int32_t | filterA [2] | 
| int32_t | filterB [2] | 
| int32_t | coeffsA [2][4] | 
| adaption coefficients  More... | |
| int32_t | coeffsB [2][5] | 
| adaption coefficients  More... | |
| int32_t | historybuffer [HISTORY_SIZE+PREDICTOR_SIZE] | 
| unsigned int | sample_pos | 
| int32_t* APEPredictor::buf | 
Definition at line 121 of file apedec.c.
Referenced by filter_3800(), filter_fast_3320(), init_predictor_decoder(), predictor_decode_mono_3800(), predictor_decode_mono_3930(), predictor_decode_mono_3950(), predictor_decode_stereo_3800(), predictor_decode_stereo_3930(), predictor_decode_stereo_3950(), predictor_update_3930(), and predictor_update_filter().
| int32_t APEPredictor::lastA[2] | 
Definition at line 123 of file apedec.c.
Referenced by filter_3800(), filter_fast_3320(), init_predictor_decoder(), predictor_decode_mono_3950(), predictor_update_3930(), and predictor_update_filter().
| int32_t APEPredictor::filterA[2] | 
Definition at line 125 of file apedec.c.
Referenced by filter_3800(), filter_fast_3320(), init_predictor_decoder(), predictor_decode_mono_3950(), predictor_update_3930(), and predictor_update_filter().
| int32_t APEPredictor::filterB[2] | 
Definition at line 126 of file apedec.c.
Referenced by filter_3800(), init_predictor_decoder(), and predictor_update_filter().
| int32_t APEPredictor::coeffsA[2][4] | 
adaption coefficients
Definition at line 128 of file apedec.c.
Referenced by filter_3800(), filter_fast_3320(), init_predictor_decoder(), predictor_decode_mono_3950(), predictor_update_3930(), and predictor_update_filter().
| int32_t APEPredictor::coeffsB[2][5] | 
adaption coefficients
Definition at line 129 of file apedec.c.
Referenced by filter_3800(), init_predictor_decoder(), and predictor_update_filter().
| int32_t APEPredictor::historybuffer[HISTORY_SIZE+PREDICTOR_SIZE] | 
Definition at line 130 of file apedec.c.
Referenced by init_predictor_decoder(), predictor_decode_mono_3800(), predictor_decode_mono_3930(), predictor_decode_mono_3950(), predictor_decode_stereo_3800(), predictor_decode_stereo_3930(), and predictor_decode_stereo_3950().
| unsigned int APEPredictor::sample_pos | 
Definition at line 132 of file apedec.c.
Referenced by filter_3800(), filter_fast_3320(), init_predictor_decoder(), predictor_decode_mono_3800(), and predictor_decode_stereo_3800().
 1.8.13
 1.8.13