Searched defs:noise_std (Results 1 – 6 of 6) sorted by relevance
71 void compute_noise(int *noise, float noise_std) { in compute_noise()132 float noise_std=0; in main() local
38 def make_spirals(n_samples, noise_std=0.0, rotations=1.0): argument
50 const float noise_std = fuzz_data_.ReadOrDefaultValue<uint16_t>(0) % 2000; in Generate() local
198 double noise_std = 0, noise_mean = 0; in print_variance_y() local
267 aom_noise_strength_solver_t *solver, double block_mean, double noise_std) { in aom_noise_strength_solver_add_measurement()
4363 def make_spirals(n_samples, noise_std=0.0, rotations=1.0): argument