#include <aac.h>
Data Fields | |
float | cor0 |
float | cor1 |
float | var0 |
float | var1 |
float | r0 |
float | r1 |
Predictor State.
Definition at line 115 of file aac.h.
float PredictorState::cor0 |
Definition at line 116 of file aac.h.
Referenced by predict(), and reset_predict_state().
float PredictorState::cor1 |
Definition at line 117 of file aac.h.
Referenced by predict(), and reset_predict_state().
float PredictorState::r0 |
Definition at line 120 of file aac.h.
Referenced by predict(), and reset_predict_state().
float PredictorState::r1 |
Definition at line 121 of file aac.h.
Referenced by predict(), and reset_predict_state().
float PredictorState::var0 |
Definition at line 118 of file aac.h.
Referenced by predict(), and reset_predict_state().
float PredictorState::var1 |
Definition at line 119 of file aac.h.
Referenced by predict(), and reset_predict_state().