Searched refs:spect_dist_info (Results 1 – 8 of 8) sorted by relevance
/external/srec/srec/include/ |
D | specnorm.h | 71 spect_dist_info; typedef 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 *spec, int percentile); [all …]
|
D | channorm.h | 54 spect_dist_info **chandata, int dimen); 56 spect_dist_info **chandata, int dimen, 58 void clear_channel_normalization(spect_dist_info **chandata, int dimen); 61 void setup_ambient_estimation(spect_dist_info **backchan, int dimen, 63 void clear_ambient_estimation(spect_dist_info **backchan, int dimen);
|
D | utteranc.h | 76 spect_dist_info **spchchan; /* Mirrored from the Wave object */ 79 spect_dist_info *backchan[MAX_CHAN_DIM]; 116 spect_dist_info **spchchan; /* Mirrored from the Wave object */ 119 spect_dist_info *backchan[MAX_CHAN_DIM]; 141 spect_dist_info **spchchan; /* Mirrored from the Wave object */ 144 spect_dist_info *backchan[MAX_CHAN_DIM];
|
D | fpi_tgt.h | 158 spect_dist_info** spec, int num, int relative_to_pullp); 160 spect_dist_info** spec, int num, int relative_to_pullp);
|
D | front.h | 95 spect_dist_info *spchchan[MAX_CHAN_DIM];
|
/external/srec/srec/clib/ |
D | specnorm.c | 37 int copy_distribution_counts(spect_dist_info *spec, spect_dist_info *base); 40 int add_distribution_data(spect_dist_info *spec, int spec_val) in add_distribution_data() 73 void evaluate_parameters(spect_dist_info *spec) in evaluate_parameters() 92 int estimate_percentile(spect_dist_info *spec, int percentile) in estimate_percentile() 126 void estimate_sv6(spect_dist_info *spec) in estimate_sv6() 163 void estimate_mean(spect_dist_info *spec, int forget_factor) in estimate_mean() 199 int median_normalize_data(spect_dist_info *spec, int spec_val) in median_normalize_data() 204 int sv6_normalize_data(spect_dist_info *spec, int spec_val) in sv6_normalize_data() 210 int mean_normalize_data(spect_dist_info *spec, int spec_val) in mean_normalize_data() 215 spect_dist_info *create_spectrum_distribution(int offset, int initial_median, in create_spectrum_distribution() [all …]
|
D | cnorm_tr.c | 76 spect_dist_info **chandata, int dimen) in estimate_normalization_parameters() 124 spect_dist_info **chandata, int dimen, in setup_channel_normalization() 151 void clear_channel_normalization(spect_dist_info **chandata, int dimen) in clear_channel_normalization() 165 void setup_ambient_estimation(spect_dist_info **backchan, int dimen, in setup_ambient_estimation() 178 void clear_ambient_estimation(spect_dist_info **backchan, int dimen) in clear_ambient_estimation()
|
D | fpi_tgt.c | 722 spect_dist_info **spec, int num, in get_background_statistics()
|