Searched refs:newOnsetHopLen (Results 1 – 1 of 1) sorted by relevance
218 int32_t newOnsetHopLen = onsetHopLength; in PreprocessParameter() local221 …if (CalcOnsetHopLength(data, rmseMax, newDrwIdxLen, continuousEventFlag, newOnsetHopLen) != Sensor… in PreprocessParameter()226 onsetHopLength = newOnsetHopLen; in PreprocessParameter()321 size_t newDrwIdxLen, bool &continuousEventFlag, int32_t &newOnsetHopLen) in CalcOnsetHopLength() argument341 newOnsetHopLen = static_cast<int32_t>(round(ENERGY_HOP_LEN * INTERSITY_BOUNDARY_POINT)); in CalcOnsetHopLength()