HomeSort by relevance Sort by last modified time
    Searched refs:pclowclip (Results 1 - 4 of 4) sorted by null

  /external/srec/srec/cfront/
wav_acc.c 98 void get_sig_check(wave_stats *ws, int *nsam, int *pclowclip, int *pchighclip,
121 *pclowclip = 0;
132 *pclowclip = (int)(((float)ws->lowclip * 10000.0) / (float)ws->nsam);
ca_wave.c 202 int pclowclip; local
215 get_sig_check(ws, &nsam, &pclowclip, &pchighclip, &dc_offset, &amp,
218 if ((pclowclip + pchighclip) > ws->max_per10000_clip)
  /external/srec/srec/include/
sample.h 202 void get_sig_check(wave_stats *ws, int *nsam, int *pclowclip, int *pchighclip,
frontapi.h 900 void CA_GetSigStats(CA_Wave *hWave, int *nsam, int *pclowclip, int *pchighclip,
    [all...]

Completed in 4344 milliseconds