Searched defs:ham (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/cfront/
H A Dfrontobj.c54 static void hamming_window(fftdata *ham, int win_len);
468 freqobj->ham = (fftdata *) CALLOC(freqobj->window_length + 1,
469 sizeof(fftdata), "cfront.ham");
470 hamming_window(freqobj->ham, freqobj->window_length);
490 static void hamming_window(fftdata *ham, int win_len) argument
502 ham[i] = (fftdata) fixed_point_convert((float)coef,
511 if (freqobj->ham)
513 FREE((char *)freqobj->ham);
514 freqobj->ham = NULL;
/external/srec/srec/include/
H A Dfront.h171 fftdata *ham; member in struct:__anon31104

Completed in 621 milliseconds