Lines Matching defs:band
113 int band, maxband, minband;
120 for (band = 0; band <= 31; band++) {
121 freq = band / 31.0;
122 /* this band and above will be zeroed: */
124 lowpass_band = Min(lowpass_band, band);
127 minband = Min(minband, band);
131 /* compute the *actual* transition band implemented by
154 for (band = 0; band <= 31; band++) {
155 freq = band / 31.0;
156 /* this band and below will be zereod */
158 highpass_band = Max(highpass_band, band);
161 maxband = Max(maxband, band);
164 /* compute the *actual* transition band implemented by
175 for (band = 0; band < 32; band++) {
177 freq = band / 31.0f;
190 gfc->sv_enc.amp_filter[band] = fc1 * fc2;
1398 "Using polyphase highpass filter, transition band: %5.0f Hz - %5.0f Hz\n",
1402 "Using polyphase lowpass filter, transition band: %5.0f Hz - %5.0f Hz\n",