PARAM_FIR          90 libavcodec/mlpdec.c #define PARAM_FIR           (1 << 3)
PARAM_FIR         796 libavcodec/mlpdec.c     if (s->param_presence_flags & PARAM_FIR)
PARAM_FIR         321 libavcodec/mlpenc.c         if (!(retval & PARAM_FIR) &&
PARAM_FIR         323 libavcodec/mlpenc.c             retval |= PARAM_FIR;
PARAM_FIR         454 libavcodec/mlpenc.c         param_presence_flags |= PARAM_FIR;
PARAM_FIR         964 libavcodec/mlpenc.c             if (dp->param_presence_flags & PARAM_FIR) {
PARAM_FIR         965 libavcodec/mlpenc.c                 if (params_changed       & PARAM_FIR) {