Home
last modified time | relevance | path

Searched refs:DCA_LFE_HISTORY (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_core.h47 #define DCA_LFE_HISTORY 8 macro
Ddca_core.c775 int nlfesamples = DCA_LFE_HISTORY + s->npcmblocks / 2; in alloc_sample_buffer()
806 for (sf = 0, sub_pos = 0, lfe_pos = DCA_LFE_HISTORY; sf < s->nsubframes; sf++) { in parse_frame_data()
2043 s->dcadsp->lfe_fir_fixed(samples, s->lfe_samples + DCA_LFE_HISTORY, in ff_dca_core_filter_fixed()
2056 for (n = DCA_LFE_HISTORY - 1; n >= 0; n--) in ff_dca_core_filter_fixed()
2255 samples, s->lfe_samples + DCA_LFE_HISTORY, in filter_frame_float()
2267 for (n = DCA_LFE_HISTORY - 1; n >= 0; n--) in filter_frame_float()
2403 memset(s->lfe_samples, 0, DCA_LFE_HISTORY * sizeof(int32_t)); in ff_dca_core_flush()