FFmpeg
Functions
aacdec_fixed_prediction.h File Reference

Go to the source code of this file.

Functions

static av_always_inline SoftFloat flt16_round (SoftFloat pf)
 
static av_always_inline SoftFloat flt16_even (SoftFloat pf)
 
static av_always_inline SoftFloat flt16_trunc (SoftFloat pf)
 
static av_always_inline void predict (PredictorState *ps, int *coef, int output_enable)
 
static av_always_inline void reset_predict_state (PredictorState *ps)
 

Function Documentation

◆ flt16_round()

static av_always_inline SoftFloat flt16_round ( SoftFloat  pf)
static

Definition at line 35 of file aacdec_fixed_prediction.h.

Referenced by predict().

◆ flt16_even()

static av_always_inline SoftFloat flt16_even ( SoftFloat  pf)
static

Definition at line 49 of file aacdec_fixed_prediction.h.

Referenced by predict().

◆ flt16_trunc()

static av_always_inline SoftFloat flt16_trunc ( SoftFloat  pf)
static

Definition at line 63 of file aacdec_fixed_prediction.h.

Referenced by predict().

◆ predict()

static av_always_inline void predict ( PredictorState ps,
int coef,
int  output_enable 
)
static

◆ reset_predict_state()

static av_always_inline void reset_predict_state ( PredictorState ps)
static

Definition at line 135 of file aacdec_fixed_prediction.h.

Referenced by reset_all_predictors(), and reset_predictor_group().