Home
last modified time | relevance | path

Searched refs:DEFAULT_NOISE_SMOOTHING_BITS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/interfaces/kits/asr/keyword_spotting/
H A Dkws_constants.h176 const int16_t DEFAULT_NOISE_SMOOTHING_BITS = 10; variable
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/
H A Dkws_sdk_impl.cpp44 config.noiseSmoothingBits = DEFAULT_NOISE_SMOOTHING_BITS; in InitMFCCConfiguration()