Home
last modified time | relevance | path

Searched defs:ptrSrc (Results 1 – 1 of 1) sorted by relevance

/external/armnn/samples/common/src/Audio/
DMathUtils.cpp56 bool MathUtils::ComplexMagnitudeSquaredF32(const float* ptrSrc, in ComplexMagnitudeSquaredF32()
86 float MathUtils::MeanF32(const float* ptrSrc, const uint32_t srcLen) in MeanF32()
97 float MathUtils::StdDevF32(const float* ptrSrc, uint32_t srcLen, float mean) in StdDevF32()