Searched refs:DCA_LBR_TIME_HISTORY (Results 1 – 2 of 2) sorted by relevance
42 #define DCA_LBR_TIME_HISTORY 8 macro
995 int nchsamples = DCA_LBR_TIME_SAMPLES + DCA_LBR_TIME_HISTORY * 2; in alloc_sample_buffer()1005 ptr = s->ts_buffer + DCA_LBR_TIME_HISTORY; in alloc_sample_buffer()1730 float *samples = s->time_samples[ch][sb] - DCA_LBR_TIME_HISTORY; in transform_channel()1731 memcpy(samples, samples + DCA_LBR_TIME_SAMPLES, DCA_LBR_TIME_HISTORY * sizeof(float)); in transform_channel()1813 float *samples = s->time_samples[ch][sb] - DCA_LBR_TIME_HISTORY; in ff_dca_lbr_flush()1814 memset(samples, 0, DCA_LBR_TIME_HISTORY * sizeof(float)); in ff_dca_lbr_flush()