/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | overuse_detector.cc | 61 threshold_(12.5), in OveruseDetector() 88 BWE_TEST_LOGGING_PLOT(1, "threshold", now_ms, threshold_); in Detect() 89 if (T > threshold_) { in Detect() 107 } else if (T < -threshold_) { in Detect() 129 if (fabs(modified_offset) > threshold_ + kMaxAdaptOffsetMs) { in UpdateThreshold() 136 const double k = fabs(modified_offset) < threshold_ ? k_down_ : k_up_; in UpdateThreshold() 137 threshold_ += in UpdateThreshold() 138 k * (fabs(modified_offset) - threshold_) * (now_ms - last_update_ms_); in UpdateThreshold() 142 threshold_ = std::min(std::max(threshold_, kMinThreshold), kMaxThreshold); in UpdateThreshold()
|
D | overuse_detector.h | 55 double threshold_; variable
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 645 void blackThreshold(const std::string &threshold_); 647 const std::string &threshold_); 828 void deskew(const double threshold_); 997 const size_t threshold_=40); 1276 const double threshold_); 1278 const double sigma_,const double threshold_); 1287 void sepiaTone(const double threshold_); 1388 void threshold(const double threshold_); 1442 const double amount_,const double threshold_); 1444 const double sigma_,const double amount_,const double threshold_); [all …]
|
D | STL.h | 1168 thresholdImage( const double threshold_ );
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2043 void Magick::Image::blackThreshold(const std::string &threshold_) in blackThreshold() argument 2047 BlackThresholdImage(image(),threshold_.c_str(),exceptionInfo); in blackThreshold() 2052 const std::string &threshold_) in blackThresholdChannel() argument 2057 BlackThresholdImage(image(),threshold_.c_str(),exceptionInfo); in blackThresholdChannel() 2708 void Magick::Image::deskew(const double threshold_) in deskew() argument 2714 newImage=DeskewImage(constImage(),threshold_,exceptionInfo); in deskew() 3298 const size_t threshold_) in houghLine() argument 3304 newImage=HoughLineImage(constImage(),width_,height_,threshold_, in houghLine() 4240 const double threshold_) in selectiveBlur() argument 4246 newImage=SelectiveBlurImage(constImage(),radius_,sigma_,threshold_, in selectiveBlur() [all …]
|
D | STL.cpp | 1073 Magick::thresholdImage::thresholdImage( const double threshold_ ) in thresholdImage() argument 1074 : _threshold( threshold_ ) in thresholdImage()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorMorphing.h | 287 …EIGEN_DEVICE_FUNC MemcpyTriggerForSlicing(const Device& device) : threshold_(2 * device.numThreads… 288 EIGEN_DEVICE_FUNC bool operator ()(Index val) const { return val > threshold_; } 291 Index threshold_;
|
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 2275 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan() 2277 bool operator()(int n) const { return n > threshold_; } in operator ()() 2280 int threshold_; member in testing::gmock_matchers_test::IsGreaterThan
|
/external/v8/testing/gmock/test/ |
D | gmock-matchers_test.cc | 2439 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan() 2441 bool operator()(int n) const { return n > threshold_; } in operator ()() 2444 int threshold_; member in testing::gmock_matchers_test::IsGreaterThan
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 2439 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan() 2441 bool operator()(int n) const { return n > threshold_; } in operator ()() 2444 int threshold_; member in testing::gmock_matchers_test::IsGreaterThan
|