FFmpeg
Public Member Functions | Data Fields
LongTermPrediction Struct Reference

Long Term Prediction. More...

#include <aacdec.h>

Public Member Functions

 INTFLOAT_UNION (coef,)
 

Data Fields

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

Detailed Description

Long Term Prediction.

Definition at line 88 of file aacdec.h.

Member Function Documentation

◆ INTFLOAT_UNION()

LongTermPrediction::INTFLOAT_UNION ( coef  )

Field Documentation

◆ present

int8_t LongTermPrediction::present

◆ lag

int16_t LongTermPrediction::lag

◆ used

int8_t LongTermPrediction::used

◆ coef_idx

int LongTermPrediction::coef_idx

Definition at line 83 of file aacenc.h.

Referenced by ff_aac_encode_ltp_info(), and get_lag().

◆ coef

float LongTermPrediction::coef

Definition at line 84 of file aacenc.h.

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


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