Searched refs:thrshld (Results 1 – 7 of 7) sorted by relevance
51 FroidurePinBase::concurrency_threshold(size_t thrshld) noexcept { in concurrency_threshold() argument52 _settings._concurrency_threshold = thrshld; in concurrency_threshold()
144 double thrshld, bool detect, double lRate) : operation(op), in BackgroundSubtractorParams()146 threshold(thrshld), in BackgroundSubtractorParams()
296 FroidurePinBase::concurrency_threshold(size_t thrshld) noexcept { in concurrency_threshold() argument297 _settings._concurrency_threshold = thrshld; in concurrency_threshold()
210 FroidurePinBase& concurrency_threshold(size_t thrshld) noexcept;
202 FroidurePinBase& concurrency_threshold(size_t thrshld) noexcept;
2072 float thrshld{1.0f}; in UpdateDeviceParams() local2077 thrshld = 127.0f / 128.0f; in UpdateDeviceParams()2081 thrshld = 32767.0f / 32768.0f; in UpdateDeviceParams()2089 thrshld -= 1.0f / device->DitherDepth; in UpdateDeviceParams()2091 const float thrshld_dB{std::log10(thrshld) * 20.0f}; in UpdateDeviceParams()
3178 sample_editor_trim(gboolean trbeg, gboolean trend, gfloat thrshld) argument3212 ground = rint((gfloat)maxamp * pow(10.0, thrshld / 20));