FFmpeg
Functions
aacdec_float_prediction.h File Reference

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)
 

Function Documentation

◆ flt16_round()

static av_always_inline float flt16_round ( float  pf)
static

Definition at line 35 of file aacdec_float_prediction.h.

Referenced by predict().

◆ flt16_even()

static av_always_inline float flt16_even ( float  pf)
static

Definition at line 43 of file aacdec_float_prediction.h.

Referenced by predict().

◆ flt16_trunc()

static av_always_inline float flt16_trunc ( float  pf)
static

Definition at line 51 of file aacdec_float_prediction.h.

Referenced by predict().

◆ predict()

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

Definition at line 59 of file aacdec_float_prediction.h.

◆ reset_predict_state()

static av_always_inline void reset_predict_state ( PredictorState ps)
static

Definition at line 90 of file aacdec_float_prediction.h.