FFmpeg
|
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) |
|
static |
Definition at line 35 of file aacdec_fixed_prediction.h.
Referenced by predict().
|
static |
Definition at line 49 of file aacdec_fixed_prediction.h.
Referenced by predict().
|
static |
Definition at line 63 of file aacdec_fixed_prediction.h.
Referenced by predict().
|
static |
Definition at line 77 of file aacdec_fixed_prediction.h.
Referenced by apply_prediction(), decode_frame(), decode_line(), decode_macroblock(), and encode_line().
|
static |
Definition at line 135 of file aacdec_fixed_prediction.h.
Referenced by reset_all_predictors(), and reset_predictor_group().