|
FFmpeg
|
Long Term Prediction. More...
#include <aac.h>
Data Fields | |
| int8_t | present |
| int16_t | lag |
| INTFLOAT | coef |
| int8_t | used [MAX_LTP_LONG_SFB] |
| int8_t LongTermPrediction::present |
Definition at line 162 of file aac.h.
Referenced by decode_cpe(), decode_ics_info(), and spectral_to_sample().
| int16_t LongTermPrediction::lag |
Definition at line 163 of file aac.h.
Referenced by apply_ltp(), and decode_ltp().
| INTFLOAT LongTermPrediction::coef |
Definition at line 164 of file aac.h.
Referenced by apply_ltp(), and decode_ltp().
| int8_t LongTermPrediction::used[MAX_LTP_LONG_SFB] |
Definition at line 165 of file aac.h.
Referenced by apply_ltp(), and decode_ltp().
1.8.6