FFmpeg
Data Fields
PredictorState Struct Reference

Predictor State. More...

#include <aac_defines.h>

Data Fields

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

Detailed Description

Predictor State.

Definition at line 130 of file aac_defines.h.

Field Documentation

◆ cor0

float PredictorState::cor0

Definition at line 131 of file aac_defines.h.

Referenced by predict(), and reset_predict_state().

◆ cor1

float PredictorState::cor1

Definition at line 132 of file aac_defines.h.

Referenced by predict(), and reset_predict_state().

◆ var0

float PredictorState::var0

Definition at line 133 of file aac_defines.h.

Referenced by predict(), and reset_predict_state().

◆ var1

float PredictorState::var1

Definition at line 134 of file aac_defines.h.

Referenced by predict(), and reset_predict_state().

◆ r0

float PredictorState::r0

Definition at line 135 of file aac_defines.h.

Referenced by predict(), and reset_predict_state().

◆ r1

float PredictorState::r1

Definition at line 136 of file aac_defines.h.

Referenced by predict(), and reset_predict_state().

◆ k1

float PredictorState::k1

Definition at line 137 of file aac_defines.h.

Referenced by predict(), and reset_predict_state().

◆ x_est

float PredictorState::x_est

Definition at line 138 of file aac_defines.h.

Referenced by predict(), and reset_predict_state().


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