Home
last modified time | relevance | path

Searched refs:fcmid (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/cfront/
Dspec_anl.c282 j = MAX(freqobj->fcmid[0], freqobj->cut_off_below); in filtbank()
284 for (; j < freqobj->fcmid[1]; j++) in filtbank()
293 for (; j < freqobj->fcmid[k]; j++) in filtbank()
Dfrontobj.c436 freqobj->fcmid[0] = freqobj->cut_off_below; in setup_freq_object()
449 freqobj->fcmid[i+1] = freqobj->cut_off_above; in setup_freq_object()
451 freqobj->fcmid[i+1] = j; in setup_freq_object()
456 write_frames(freqobj->nf, 1, freqobj->fcmid, D_LONG); in setup_freq_object()
/external/srec/srec/include/
Dfront.h169 int fcmid[NF+2]; member