Home
last modified time | relevance | path

Searched refs:m_sensitivity (Results 1 – 25 of 140) sorted by relevance

123456

/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/output/
H A DPictureShapeOptions.cpp7 : m_pictureShape(FREE_SHAPE), m_sensitivity(100), m_higherSearchSensitivity(false) {} in PictureShapeOptions()
11 m_sensitivity(el.attribute("sensitivity").toInt()), in PictureShapeOptions()
17 el.setAttribute("sensitivity", m_sensitivity); in toXml()
24 return (m_pictureShape == other.m_pictureShape) && (m_sensitivity == other.m_sensitivity) in operator ==()
68 return m_sensitivity; in getSensitivity()
72 PictureShapeOptions::m_sensitivity = sensitivity; in setSensitivity()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/input/backend/
H A Dmousedevice.cpp59 , m_sensitivity(0.1f) in MouseDevice()
127 return m_sensitivity; in sensitivity()
143 m_mouseState.wXAxis += m_sensitivity * e.angleDelta().x(); in updateWheelEvents()
144 m_mouseState.wYAxis += m_sensitivity * e.angleDelta().y(); in updateWheelEvents()
164 m_mouseState.xAxis += m_sensitivity * (e.screenPos().x() - m_previousPos.x()); in updateMouseEvents()
165 m_mouseState.yAxis += m_sensitivity * (m_previousPos.y() - e.screenPos().y()); in updateMouseEvents()
180 m_sensitivity = node->sensitivity(); in syncFromFrontEnd()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/input/frontend/
H A Dqmousedevice.cpp54 , m_sensitivity(0.1f) in QMouseDevicePrivate()
233 return d->m_sensitivity; in sensitivity()
245 if (qFuzzyCompare(value, d->m_sensitivity)) in setSensitivity()
248 d->m_sensitivity = value; in setSensitivity()
275 data.sensitivity = d->m_sensitivity; in createNodeCreationChange()
/dports/audio/ardour6/Ardour-6.8.0/libs/vamp-plugins/
H A DOnsetDetect.cpp58 m_sensitivity(50), in OnsetDetector()
163 return m_sensitivity; in getParameter()
186 if (m_sensitivity == value) return; in setParameter()
187 m_sensitivity = value; in setParameter()
264 dfConfig.dbRise = 6.0 - m_sensitivity / 16.6667; in initialise()
414 if (m_d->dfOutput[i] < ((110 - m_sensitivity) * in getRemainingFeatures()
441 ppParams.QuadThresh.a = (100 - m_sensitivity) / 1000.0; in getRemainingFeatures()
443 ppParams.QuadThresh.c = (100 - m_sensitivity) / 1500.0; in getRemainingFeatures()
H A DPercussionOnsetDetector.cpp55 m_sensitivity(40), in PercussionOnsetDetector()
180 if (id == "sensitivity") return m_sensitivity; in getParameter()
194 m_sensitivity = value; in setParameter()
268 m_dfMinus1 > ((100 - m_sensitivity) * m_blockSize) / 200) { in process()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libvamp/examples/
H A DPercussionOnsetDetector.cpp52 m_sensitivity(40), in PercussionOnsetDetector()
177 if (id == "sensitivity") return m_sensitivity; in getParameter()
191 m_sensitivity = value; in setParameter()
265 m_dfMinus1 > ((100 - m_sensitivity) * m_blockSize) / 200) { in process()
/dports/audio/vamp-plugin-sdk/vamp-plugin-sdk-2.9.0/examples/
H A DPercussionOnsetDetector.cpp52 m_sensitivity(40),
177 if (id == "sensitivity") return m_sensitivity; in setParameter()
191 m_sensitivity = value;
265 m_dfMinus1 > ((100 - m_sensitivity) * m_blockSize) / 200) {
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/
H A Dfrequency_filter.cpp78 : m_sensitivity(sensitivity), m_prev(initialValue) in IirFilter()
86 const double gain = pow(m_sensitivity, ComputeExponent(bias)); in operator ()()
101 double m_sensitivity; member in IirFilter
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dtrackerpopup.cpp169 m_sensitivity = new DoubleField(); // W_Accuracy in TrackerPopup()
170 m_sensitivity->setFixedHeight(WidgetHeight); in TrackerPopup()
171 m_sensitivity->setRange(0, 1000); in TrackerPopup()
172 m_sensitivity->setValue(10); in TrackerPopup()
173 addWidget(tr("Sensitivity:"), m_sensitivity); in TrackerPopup()
196 float sensitivity = m_sensitivity->getValue() / 1000; in apply()
290 m_sensitivity = sensitivity; in Tracker()
572 if ((m_sensitivity < 0) || (m_sensitivity > 1)) { in setup()
665 if ((dist_temp < m_sensitivity) && (m_pObjectTracker[i]->track)) { in trackCurrentFrame()
H A Dtrackerpopup.h49 DVGui::DoubleField *m_sensitivity; variable
88 float m_sensitivity; variable
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/settings/
H A Duniversalsettings.cpp437 return m_sensitivity; in sensitivity()
442 if (m_sensitivity == sense) { in setSensitivity()
446 m_sensitivity = sense; in setSensitivity()
531m_sensitivity = static_cast<Settings::MouseSensitivity>(m_universalGroup.readEntry("mouseSensitivi… in loadConfig()
554 m_universalGroup.writeEntry("mouseSensitivity", (int)m_sensitivity); in saveConfig()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dgl_sdl.c53 static cvar_t *m_sensitivity; variable
70 m_sensitivity = Cvar_Get("m_sensitivity", "3", CVAR_ARCHIVE); in IN_Init()
107 mouse_x *= m_sensitivity->value; in IN_UpdateViewAngles()
108 mouse_y *= m_sensitivity->value; in IN_UpdateViewAngles()
/dports/games/zdoom/zdoom-2.8.1/src/posix/cocoa/
H A Di_joystick.cpp126 float m_sensitivity; member in __anon564a71b00111::IOKitJoystick
282 , m_sensitivity(DEFAULT_SENSITIVITY) in IOKitJoystick()
345 return m_sensitivity; in GetSensitivity()
350 m_sensitivity = scale; in SetSensitivity()
410 return DEFAULT_SENSITIVITY == m_sensitivity; in IsSensitivityDefault()
438 m_sensitivity = DEFAULT_SENSITIVITY; in SetDefaultConfig()
587 axis.value = static_cast<float>(filteredValue * m_sensitivity * axis.sensitivity); in ProcessAxes()
620 axis.value = static_cast<float>(filteredValue * m_sensitivity * axis.sensitivity); in ProcessAxis()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp73 m_sensitivity = 0; in MotionCells()
142 m_sensitivity = 1 - p_sensitivity; in performDetectionMotionCells()
404 int thresholdmotionpixelnum = floor ((double) cellarea * m_sensitivity); in calculateMotionPercentInCell()
437 m_sensitivity < m_pCells[i][j].MotionPercent ? true : false; in calculateMotionPercentInMotionCells()
462 m_pCells[i][j].MotionPercent > m_sensitivity ? true : false; in calculateMotionPercentInMotionCells()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp73 m_sensitivity = 0; in MotionCells()
142 m_sensitivity = 1 - p_sensitivity; in performDetectionMotionCells()
404 int thresholdmotionpixelnum = floor ((double) cellarea * m_sensitivity); in calculateMotionPercentInCell()
437 m_sensitivity < m_pCells[i][j].MotionPercent ? true : false; in calculateMotionPercentInMotionCells()
462 m_pCells[i][j].MotionPercent > m_sensitivity ? true : false; in calculateMotionPercentInMotionCells()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp73 m_sensitivity = 0; in MotionCells()
142 m_sensitivity = 1 - p_sensitivity; in performDetectionMotionCells()
404 int thresholdmotionpixelnum = floor ((double) cellarea * m_sensitivity); in calculateMotionPercentInCell()
437 m_sensitivity < m_pCells[i][j].MotionPercent ? true : false; in calculateMotionPercentInMotionCells()
462 m_pCells[i][j].MotionPercent > m_sensitivity ? true : false; in calculateMotionPercentInMotionCells()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp73 m_sensitivity = 0; in MotionCells()
142 m_sensitivity = 1 - p_sensitivity; in performDetectionMotionCells()
404 int thresholdmotionpixelnum = floor ((double) cellarea * m_sensitivity); in calculateMotionPercentInCell()
437 m_sensitivity < m_pCells[i][j].MotionPercent ? true : false; in calculateMotionPercentInMotionCells()
462 m_pCells[i][j].MotionPercent > m_sensitivity ? true : false; in calculateMotionPercentInMotionCells()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp73 m_sensitivity = 0; in MotionCells()
142 m_sensitivity = 1 - p_sensitivity; in performDetectionMotionCells()
404 int thresholdmotionpixelnum = floor ((double) cellarea * m_sensitivity); in calculateMotionPercentInCell()
437 m_sensitivity < m_pCells[i][j].MotionPercent ? true : false; in calculateMotionPercentInMotionCells()
462 m_pCells[i][j].MotionPercent > m_sensitivity ? true : false; in calculateMotionPercentInMotionCells()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp73 m_sensitivity = 0; in MotionCells()
142 m_sensitivity = 1 - p_sensitivity; in performDetectionMotionCells()
404 int thresholdmotionpixelnum = floor ((double) cellarea * m_sensitivity); in calculateMotionPercentInCell()
437 m_sensitivity < m_pCells[i][j].MotionPercent ? true : false; in calculateMotionPercentInMotionCells()
462 m_pCells[i][j].MotionPercent > m_sensitivity ? true : false; in calculateMotionPercentInMotionCells()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp73 m_sensitivity = 0; in MotionCells()
142 m_sensitivity = 1 - p_sensitivity; in performDetectionMotionCells()
404 int thresholdmotionpixelnum = floor ((double) cellarea * m_sensitivity); in calculateMotionPercentInCell()
437 m_sensitivity < m_pCells[i][j].MotionPercent ? true : false; in calculateMotionPercentInMotionCells()
462 m_pCells[i][j].MotionPercent > m_sensitivity ? true : false; in calculateMotionPercentInMotionCells()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp73 m_sensitivity = 0; in MotionCells()
142 m_sensitivity = 1 - p_sensitivity; in performDetectionMotionCells()
404 int thresholdmotionpixelnum = floor ((double) cellarea * m_sensitivity); in calculateMotionPercentInCell()
437 m_sensitivity < m_pCells[i][j].MotionPercent ? true : false; in calculateMotionPercentInMotionCells()
462 m_pCells[i][j].MotionPercent > m_sensitivity ? true : false; in calculateMotionPercentInMotionCells()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp73 m_sensitivity = 0; in MotionCells()
142 m_sensitivity = 1 - p_sensitivity; in performDetectionMotionCells()
404 int thresholdmotionpixelnum = floor ((double) cellarea * m_sensitivity); in calculateMotionPercentInCell()
437 m_sensitivity < m_pCells[i][j].MotionPercent ? true : false; in calculateMotionPercentInMotionCells()
462 m_pCells[i][j].MotionPercent > m_sensitivity ? true : false; in calculateMotionPercentInMotionCells()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp73 m_sensitivity = 0; in MotionCells()
142 m_sensitivity = 1 - p_sensitivity; in performDetectionMotionCells()
404 int thresholdmotionpixelnum = floor ((double) cellarea * m_sensitivity); in calculateMotionPercentInCell()
437 m_sensitivity < m_pCells[i][j].MotionPercent ? true : false; in calculateMotionPercentInMotionCells()
462 m_pCells[i][j].MotionPercent > m_sensitivity ? true : false; in calculateMotionPercentInMotionCells()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp73 m_sensitivity = 0; in MotionCells()
142 m_sensitivity = 1 - p_sensitivity; in performDetectionMotionCells()
404 int thresholdmotionpixelnum = floor ((double) cellarea * m_sensitivity); in calculateMotionPercentInCell()
437 m_sensitivity < m_pCells[i][j].MotionPercent ? true : false; in calculateMotionPercentInMotionCells()
462 m_pCells[i][j].MotionPercent > m_sensitivity ? true : false; in calculateMotionPercentInMotionCells()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp73 m_sensitivity = 0; in MotionCells()
142 m_sensitivity = 1 - p_sensitivity; in performDetectionMotionCells()
404 int thresholdmotionpixelnum = floor ((double) cellarea * m_sensitivity); in calculateMotionPercentInCell()
437 m_sensitivity < m_pCells[i][j].MotionPercent ? true : false; in calculateMotionPercentInMotionCells()
462 m_pCells[i][j].MotionPercent > m_sensitivity ? true : false; in calculateMotionPercentInMotionCells()

123456