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]
 

Detailed Description

Long Term Prediction.

Definition at line 117 of file aacdec.h.

Member Function Documentation

◆ INTFLOAT_UNION()

LongTermPrediction::INTFLOAT_UNION ( coef  )

Field Documentation

◆ present

int8_t LongTermPrediction::present

Definition at line 118 of file aacdec.h.

Referenced by decode_cpe(), decode_ics_info(), and spectral_to_sample().

◆ lag

int16_t LongTermPrediction::lag

Definition at line 119 of file aacdec.h.

Referenced by apply_ltp(), and decode_ltp().

◆ used

int8_t LongTermPrediction::used[MAX_LTP_LONG_SFB]

Definition at line 121 of file aacdec.h.

Referenced by apply_ltp(), and decode_ltp().


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