Lines Matching defs:rate
183 unsigned rate;
198 rate=48000;
203 rate=atoi(_argv[2]);
204 if(rate!=8000&&rate!=12000&&rate!=16000&&rate!=24000&&rate!=48000){
206 "Sampling rate must be 8000, 12000, 16000, 24000, or 48000\n");
209 downsample=48000/rate;
210 switch(rate){
330 /*If working at a lower sampling rate, don't take into account the last
334 if(rate==48000)max_compare=BANDS[NBANDS];
335 else if(rate==12000)max_compare=BANDS[ybands];