FFmpeg
|
Go to the source code of this file.
Functions | |
static av_always_inline float | flt16_round (float pf) |
static av_always_inline float | flt16_even (float pf) |
static av_always_inline float | flt16_trunc (float pf) |
static av_always_inline void | predict (PredictorState *ps, float *coef, int output_enable) |
static av_always_inline void | reset_predict_state (PredictorState *ps) |
|
static |
Definition at line 35 of file aacdec_float_prediction.h.
Referenced by predict().
|
static |
Definition at line 43 of file aacdec_float_prediction.h.
Referenced by predict().
|
static |
Definition at line 51 of file aacdec_float_prediction.h.
Referenced by predict().
|
static |
Definition at line 59 of file aacdec_float_prediction.h.
|
static |
Definition at line 90 of file aacdec_float_prediction.h.