HomeSort by relevance Sort by last modified time
    Searched refs:pchighclip (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,
122 *pchighclip = 0;
133 *pchighclip = (int)(((float)ws->highclip * 10000.0) / (float)ws->nsam);
ca_wave.c 203 int pchighclip; 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 158 milliseconds