FFmpeg
|
#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 |
AAC_FLOAT PredictorState::cor0 |
Definition at line 137 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::cor1 |
Definition at line 138 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::var0 |
Definition at line 139 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::var1 |
Definition at line 140 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::r0 |
Definition at line 141 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::r1 |
Definition at line 142 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::k1 |
Definition at line 143 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::x_est |
Definition at line 144 of file aac.h.
Referenced by predict(), and reset_predict_state().