DCA_LFE_HISTORY   775 libavcodec/dca_core.c     int nlfesamples = DCA_LFE_HISTORY + s->npcmblocks / 2;
DCA_LFE_HISTORY   806 libavcodec/dca_core.c     for (sf = 0, sub_pos = 0, lfe_pos = DCA_LFE_HISTORY; sf < s->nsubframes; sf++) {
DCA_LFE_HISTORY  2043 libavcodec/dca_core.c         s->dcadsp->lfe_fir_fixed(samples, s->lfe_samples + DCA_LFE_HISTORY,
DCA_LFE_HISTORY  2056 libavcodec/dca_core.c         for (n = DCA_LFE_HISTORY - 1; n >= 0; n--)
DCA_LFE_HISTORY  2255 libavcodec/dca_core.c             samples, s->lfe_samples + DCA_LFE_HISTORY,
DCA_LFE_HISTORY  2267 libavcodec/dca_core.c         for (n = DCA_LFE_HISTORY - 1; n >= 0; n--)
DCA_LFE_HISTORY  2403 libavcodec/dca_core.c         memset(s->lfe_samples, 0, DCA_LFE_HISTORY * sizeof(int32_t));