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

  /external/srec/srec/include/
specnorm.h 71 spect_dist_info; typedef in typeref:struct:__anon28330
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...]
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);
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];
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);
front.h 95 spect_dist_info *spchchan[MAX_CHAN_DIM];
  /external/srec/srec/clib/
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)
73 void evaluate_parameters(spect_dist_info *spec)
92 int estimate_percentile(spect_dist_info *spec, int percentile)
126 void estimate_sv6(spect_dist_info *spec)
163 void estimate_mean(spect_dist_info *spec, int forget_factor)
199 int median_normalize_data(spect_dist_info *spec, int spec_val)
204 int sv6_normalize_data(spect_dist_info *spec, int spec_val)
210 int mean_normalize_data(spect_dist_info *spec, int spec_val
    [all...]
cnorm_tr.c 76 spect_dist_info **chandata, int dimen)
124 spect_dist_info **chandata, int dimen,
151 void clear_channel_normalization(spect_dist_info **chandata, int dimen)
165 void setup_ambient_estimation(spect_dist_info **backchan, int dimen,
178 void clear_ambient_estimation(spect_dist_info **backchan, int dimen)
fpi_tgt.c 722 spect_dist_info **spec, int num,

Completed in 702 milliseconds