FFmpeg
Data Fields
LongTermPrediction Struct Reference

Long Term Prediction. More...

#include <aacdec.h>

Data Fields

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

Detailed Description

Long Term Prediction.

Definition at line 74 of file aacdec.h.

Field Documentation

◆ present

int8_t LongTermPrediction::present

◆ lag

int16_t LongTermPrediction::lag

◆ coef [1/2]

INTFLOAT LongTermPrediction::coef

Definition at line 77 of file aacdec.h.

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

◆ used

int8_t LongTermPrediction::used

◆ coef_idx

int LongTermPrediction::coef_idx

Definition at line 69 of file aacenc.h.

Referenced by ff_aac_encode_ltp_info(), and get_lag().

◆ coef [2/2]

float LongTermPrediction::coef

Definition at line 70 of file aacenc.h.


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