PredictorState    268 libavcodec/aac.h     PredictorState predictor_state[MAX_PREDICTORS];
PredictorState     72 libavcodec/aacdec.c static av_always_inline void reset_predict_state(PredictorState *ps)
PredictorState    174 libavcodec/aacdec.c static av_always_inline void predict(PredictorState *ps, float *coef,
PredictorState     89 libavcodec/aacdec_fixed.c static av_always_inline void reset_predict_state(PredictorState *ps)
PredictorState    279 libavcodec/aacdec_fixed.c static av_always_inline void predict(PredictorState *ps, int *coef,
PredictorState   1069 libavcodec/aacdec_template.c static void reset_all_predictors(PredictorState *ps)
PredictorState   1092 libavcodec/aacdec_template.c static void reset_predictor_group(PredictorState *ps, int group_num)
PredictorState     64 libavcodec/aacenc_pred.c static inline void predict(PredictorState *ps, float *coef, float *rcoef, int set)
PredictorState     92 libavcodec/aacenc_pred.c static inline void reset_predict_state(PredictorState *ps)
PredictorState    104 libavcodec/aacenc_pred.c static inline void reset_all_predictors(PredictorState *ps)
PredictorState    114 libavcodec/aacenc_pred.c     PredictorState *ps = sce->predictor_state;