FFmpeg
Data Fields
PredictorState Struct Reference

Predictor State. More...

#include <aac.h>

Data Fields

AAC_FLOAT cor0
 
AAC_FLOAT cor1
 
AAC_FLOAT var0
 
AAC_FLOAT var1
 
AAC_FLOAT r0
 
AAC_FLOAT r1
 
AAC_FLOAT k1
 
AAC_FLOAT x_est
 

Detailed Description

Predictor State.

Definition at line 91 of file aac.h.

Field Documentation

◆ cor0

AAC_FLOAT PredictorState::cor0

Definition at line 92 of file aac.h.

Referenced by predict(), and reset_predict_state().

◆ cor1

AAC_FLOAT PredictorState::cor1

Definition at line 93 of file aac.h.

Referenced by predict(), and reset_predict_state().

◆ var0

AAC_FLOAT PredictorState::var0

Definition at line 94 of file aac.h.

Referenced by predict(), and reset_predict_state().

◆ var1

AAC_FLOAT PredictorState::var1

Definition at line 95 of file aac.h.

Referenced by predict(), and reset_predict_state().

◆ r0

AAC_FLOAT PredictorState::r0

Definition at line 96 of file aac.h.

Referenced by predict(), and reset_predict_state().

◆ r1

AAC_FLOAT PredictorState::r1

Definition at line 97 of file aac.h.

Referenced by predict(), and reset_predict_state().

◆ k1

AAC_FLOAT PredictorState::k1

Definition at line 98 of file aac.h.

Referenced by predict(), and reset_predict_state().

◆ x_est

AAC_FLOAT PredictorState::x_est

Definition at line 99 of file aac.h.

Referenced by predict(), and reset_predict_state().


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