Searched refs:thresholdHigh (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_threshold_detector.h | 32 RSThresholdDetector(T thresholdLow, T thresholdHigh) in RSThresholdDetector() argument 33 :thresholdLow_(thresholdLow), thresholdHigh_(thresholdHigh), inThresHoldBand_(false) {} in RSThresholdDetector()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_threshold_detector_test.cpp | 47 uint32_t thresholdHigh = 500; // high threshold : 500 variable 49 …o thresholdDetector = std::make_shared<RSThresholdDetector<uint32_t>>(thresholdLow, thresholdHigh);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 682 …float low, float high, float thresholdLow, float thresholdHigh, std::shared_ptr<Drawing::ShaderEff… in MakeBinarizationShader() argument 712 thresholdHigh = thresholdHigh <= thresholdLow ? thresholdHigh + 1e-6 : thresholdHigh; in MakeBinarizationShader() 717 builder->SetUniform("ubo_thresholdHigh", thresholdHigh); in MakeBinarizationShader() 826 float thresholdHigh = aiInvert->z_ + aiInvert->w_; in DrawBinarization() local 827 …auto shader = MakeBinarizationShader(aiInvert->x_, aiInvert->y_, thresholdLow, thresholdHigh, imag… in DrawBinarization()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable_utils.h | 56 float thresholdHigh, std::shared_ptr<Drawing::ShaderEffect> imageShader);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 1636 float thresholdHigh = aiInvert->z_ + aiInvert->w_; in DrawBinarizationShader() local 1638 aiInvert->x_, aiInvert->y_, thresholdLow, thresholdHigh, imageShader); in DrawBinarizationShader() 1648 float thresholdLow, float thresholdHigh, in MakeBinarizationShader() argument 1680 thresholdHigh = thresholdHigh <= thresholdLow ? thresholdHigh + 1e-6 : thresholdHigh; in MakeBinarizationShader() 1685 builder->SetUniform("ubo_thresholdHigh", thresholdHigh); in MakeBinarizationShader()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_painter.h | 129 float thresholdLow, float thresholdHigh,
|