FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
LongTermPrediction Struct Reference

Long Term Prediction. More...

#include <aac.h>

Data Fields

int8_t present
 
int16_t lag
 
int coef_idx
 
INTFLOAT coef
 
int8_t used [MAX_LTP_LONG_SFB]
 

Detailed Description

Long Term Prediction.

Definition at line 163 of file aac.h.

Field Documentation

int8_t LongTermPrediction::present
int16_t LongTermPrediction::lag
int LongTermPrediction::coef_idx

Definition at line 166 of file aac.h.

Referenced by ff_aac_encode_ltp_info(), and get_lag().

INTFLOAT LongTermPrediction::coef

Definition at line 167 of file aac.h.

Referenced by apply_ltp(), decode_ltp(), generate_samples(), and get_lag().

int8_t LongTermPrediction::used[MAX_LTP_LONG_SFB]

The documentation for this struct was generated from the following file: