Home | History | Annotate | Download | only in cfront

Lines Matching refs:nf

112   setup_cep_object(config->cepobj, parameters, config->freqobj->nf,
177 channel->num_freq = freqobj->nf;
415 for (freqobj->nf = 0; i <= 10; i++, freqobj->nf++)
416 freqobj->fc[freqobj->nf] = (fftdata)(100 * i); /* 100 Hz */
417 for (f = 1000.; f <= high_cut; freqobj->nf++)
420 freqobj->fc[freqobj->nf] = (fftdata) fixed_round(f); /* 10 % */
422 freqobj->nf--;
424 if ((freqobj->fc[freqobj->nf] + freqobj->fc[freqobj->nf-1]) / 2. > high_cut)
425 freqobj->nf--;
426 freqobj->fc[freqobj->nf] = (fftdata) high_cut;
427 freqobj->fc[freqobj->nf+1] = (fftdata) high_cut;
430 write_frames(freqobj->nf + 1, 1, freqobj->fc, D_FLOAT);
438 for (i = 0, j = freqobj->cut_off_below + 1; i <= freqobj->nf; i++)
456 write_frames(freqobj->nf, 1, freqobj->fcmid, D_LONG);
457 write_frames(freqobj->nf, 1, freqobj->fcscl, D_LONG);
461 if (mel_dim > freqobj->nf)
464 if (freqobj->nf > NF)
477 write_scaled_frames(freqobj->nf + 1, 1, freqobj->fc, D_FIXED, 1);