Lines Matching refs:frames
246 size_t frames; in process_dcfilter() local
250 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength()); in process_dcfilter()
261 for (i = 0; i < frames; i++, inptr += inhdr.channels) { in process_dcfilter()
298 size_t frames; in process_instant() local
302 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength()); in process_instant()
308 for (i = 0; i < frames; i++, inptr += inhdr.channels) { in process_instant()
312 sum /= (double)frames; in process_instant()
346 size_t frames; in process_weighted() local
351 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength()); in process_weighted()
352 sz = (Double) frames; in process_weighted()
356 gain_cache = new double[frames]; in process_weighted()
357 for (i = 0; i < frames; i++) { in process_weighted()
362 frames = (size_t)irint(gain_cache_size); in process_weighted()
375 for (i = 0; i < frames; i++, inptr += inhdr.channels) { in process_weighted()