Searched refs:profilecount (Results 1 – 1 of 1) sorted by relevance
29 int *profilecount; member87 data->chandata[i].profilecount = lsx_calloc(FREQCOUNT, sizeof(int)); in sox_noiseprof_start()105 chan->profilecount[i] ++; in collect_data()190 double r = chan->profilecount[j] != 0 ? in sox_noiseprof_stop()191 chan->sum[j] / chan->profilecount[j] : 0; in sox_noiseprof_stop()197 free(chan->profilecount); in sox_noiseprof_stop()