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

/external/srec/srec/include/
H A Dspecnorm.h71 spect_dist_info; typedef in typeref:struct:__anon12456
73 spect_dist_info *create_spectrum_distribution(int offset, int initial_median,
79 void destroy_spectrum_distribution(spect_dist_info *spec);
80 void clear_distribution_counts(spect_dist_info *spec);
81 void clear_mean_counts(spect_dist_info *spec);
82 void forget_distribution_counts(spect_dist_info *spec, int forget_factor);
83 void shift_distribution_counts(spect_dist_info *spec, int shift);
84 int add_distribution_data(spect_dist_info *spec, int spec_val);
85 void evaluate_parameters(spect_dist_info *spec);
86 int estimate_percentile(spect_dist_info *spe
[all...]

Completed in 67 milliseconds