Searched refs:noisy (Results 1 - 15 of 15) sorted by relevance

/external/opencv3/modules/photo/test/
H A Dtest_denoise_tvl1.cpp43 void make_noisy(const cv::Mat& img, cv::Mat& noisy, double sigma, double pepper_salt_ratio,cv::RNG& rng) argument
45 noisy.create(img.size(), img.type());
48 cv::addWeighted(img, 1, noise, 1, -128, noisy);
55 cv::addWeighted(noisy, 1, noise, 1, -128, noisy);
80 cv::Mat img = cv::imread(cvtest::TS::ptr()->get_data_path() + "shared/lena.png", 0), noisy, res; local
/external/chromium-trace/catapult/dashboard/dashboard/
H A Dfind_change_points_test.py93 noisy = [2, 8, 5, 1, 7, 13, 19, 10, 15, 17]
97 self.assertTrue(self._PassesThresholds(noisy, 5, multiple_of_std_dev=1))
98 self.assertFalse(self._PassesThresholds(noisy, 5, multiple_of_std_dev=8))
/external/bzip2/
H A Dbzip2.c185 Bool forceOverwrite, testFailsExist, unzFailsExist, noisy; variable
537 if (noisy)
631 if (noisy)
661 if (noisy)
676 if (noisy)
703 if (noisy)
732 if (noisy && numFileNames > 0 && numFilesProcessed < numFileNames) {
776 if (noisy) {
1162 if (noisy)
1176 if (noisy)
[all...]
/external/webrtc/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc188 const int16_t* noisy = audio->low_pass_reference(i); local
190 if (noisy == NULL) {
191 noisy = clean;
198 noisy,
/external/libvorbis/lib/
H A Dpsytune.c198 static int noisy=0; variable
200 if(noisy){
260 noisy=0;
266 noisy=1;
/external/ImageMagick/www/api/
H A Denhance.php303 <p>EnhanceImage() applies a digital filter that improves the quality of a noisy image.</p>
H A Dmagick-image.php1741 <p>MagickEnhanceImage() applies a digital filter that improves the quality of a noisy image.</p>
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1979 // There is padding in in_addr that may make this too noisy
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 3228 milliseconds