Lines Matching refs:orig
43 { static double orig [DFT_DATA_LENGTH] ; in dft_cmp_float() local
52 for (k = 0 ; k < ARRAY_LEN (orig) ; k++) in dft_cmp_float()
54 orig [k] = in_data [k] ; in dft_cmp_float()
57 return dft_cmp_double (linenum, orig, test, len, target_snr, allow_exit) ; in dft_cmp_float()
61 dft_cmp_double (int linenum, const double *orig, const double *test, int len, double target_snr, in… in dft_cmp_double() argument
66 if (! orig || ! test) in dft_cmp_double()
76 dft_magnitude (orig, orig_spec) ; in dft_cmp_double()
83 oct_save_double (orig, test, len) ; in dft_cmp_double()
136 calc_max_spectral_difference (const double *orig, const double *test) in calc_max_spectral_difference() argument
141 { if (orig_max < orig [k]) in calc_max_spectral_difference()
142 orig_max = orig [k] ; in calc_max_spectral_difference()
143 if (max_diff < fabs (orig [k] - test [k])) in calc_max_spectral_difference()
144 max_diff = fabs (orig [k] - test [k]) ; in calc_max_spectral_difference()