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 92 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::cor1 |
Definition at line 93 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::var0 |
Definition at line 94 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::var1 |
Definition at line 95 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::r0 |
Definition at line 96 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::r1 |
Definition at line 97 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::k1 |
Definition at line 98 of file aac.h.
Referenced by predict(), and reset_predict_state().
AAC_FLOAT PredictorState::x_est |
Definition at line 99 of file aac.h.
Referenced by predict(), and reset_predict_state().