MAX_PREDICTORS    241 libavcodec/aac.h     PredictorState predictor_state[MAX_PREDICTORS];
MAX_PREDICTORS   1031 libavcodec/aacdec.c     for (i = 0; i < MAX_PREDICTORS; i++)
MAX_PREDICTORS   1054 libavcodec/aacdec.c     for (i = group_num - 1; i < MAX_PREDICTORS; i += 30)
MAX_PREDICTORS     61 libavcodec/takdec.c     int16_t         predictors[MAX_PREDICTORS];
MAX_PREDICTORS     71 libavcodec/takdec.c     DECLARE_ALIGNED(16, int16_t, filter)[MAX_PREDICTORS];
MAX_PREDICTORS    376 libavcodec/takdec.c     int tfilter[MAX_PREDICTORS];