Home
last modified time | relevance | path

Searched refs:coef (Results 1 - 5 of 5) sorted by relevance

/base/sensors/sensor/frameworks/native/src/
H A Dsensor_algorithm.cpp132 float coef = 1.0f / RECIPROCAL_COEFFICIENT; in GetAltitude() local
135 float difference = pow(rationOfStandardPressure, coef); in GetAltitude()
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h158 Rosen::Vector2f coef; member
172 Rosen::Vector2f coef; member
/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp555 double coef = 1.0 / samplingRate; in GetPeakEnvelope() local
557 peakDetection.ampPeakTimes.push_back(peakDetection.ampPeakIdxs[i] * coef); in GetPeakEnvelope()
/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp239 int32_t coef = static_cast<int32_t>(round(static_cast<double>(ENERGY_HOP_LEN) / onsetHopLength)); in MapOnsetHop() local
240 if (coef == 0) { in MapOnsetHop()
241 SEN_HILOGE("coef is equal to 0"); in MapOnsetHop()
245 newIdx.push_back(static_cast<int32_t>(round(static_cast<double>(idx) / coef))); in MapOnsetHop()
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp2041 filterInfo.coef = { tempCoef1, tempCoef2 }; in ParserBlurInfo()
2105 extraInfo.coef = { tempCoef1, tempCoef2 }; in ParserExtraInfo()
2211 filterNode->SetGreyCoef(filterInfo.coef); in SetCustomDragBlur()
2244 filterNode->SetGreyCoef(extraInfo.coef); in SetComponentDragBlur()

Completed in 10 milliseconds