Searched refs:hist_b (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_replaygain.c419 float *hist_b = s->butter_hist_b; local
430 if (fabs(hist_a[i + j]) > 1e-10 || fabs(hist_b[i + j]) > 1e-10)
439 left = (hist_b[i ] = samples[0]) * coeff_b[0];
440 right = (hist_b[i + 1] = samples[1]) * coeff_b[0];
441 left += hist_b[i - 2] * coeff_b[1] - hist_a[i - 2] * coeff_a[1];
442 right += hist_b[i - 1] * coeff_b[1] - hist_a[i - 1] * coeff_a[1];
443 left += hist_b[i - 4] * coeff_b[2] - hist_a[i - 4] * coeff_a[2];
444 right += hist_b[i - 3] * coeff_b[2] - hist_a[i - 3] * coeff_a[2];
451 memcpy(hist_b, hist_b
468 float *hist_b = s->yule_hist_b; local
[all...]

Completed in 60 milliseconds