Searched refs:dc_offset (Results 1 – 4 of 4) sorted by relevance
/external/srec/srec/cfront/ |
D | wav_acc.c | 99 int *dc_offset, int *amp, int *pc5, int *pc95, in get_sig_check() argument 123 *dc_offset = 0; in get_sig_check() 137 *dc_offset = (int) mean; in get_sig_check()
|
D | ca_wave.c | 204 int dc_offset; in CA_DoSignalCheck() local 215 get_sig_check(ws, &nsam, &pclowclip, &pchighclip, &dc_offset, &, in CA_DoSignalCheck() 221 if (abs(dc_offset) > ws->max_dc_offset) *dcoffset = ESR_TRUE; in CA_DoSignalCheck()
|
/external/srec/srec/include/ |
D | sample.h | 203 int *dc_offset, int *amp, int *pc5, int *pc95, int* overflow);
|
D | frontapi.h | 901 int *dc_offset, int *amp, int *pc5, int *pc95,
|