Home
last modified time | relevance | path

Searched refs:DEFAULT_SLIDE_STEP_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/interfaces/kits/asr/keyword_spotting/
H A Dkws_constants.h80 const size_t DEFAULT_SLIDE_STEP_SIZE = 400; variable
104 const size_t DEFAULT_NORM_INPUT_SIZE = DEFAULT_SLIDE_STEP_SIZE;
/ohos5.0/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/source/
H A Dkws_plugin.cpp335 slideWindowConfig.stepSize = DEFAULT_SLIDE_STEP_SIZE; in InitComponents()
339 convertConfig.size = DEFAULT_SLIDE_STEP_SIZE; in InitComponents()
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/
H A Dkws_sdk_impl.cpp221 size_t stepSize = (DEFAULT_SLIDE_STEP_SIZE / DEFAULT_MFCC_NUM_CHANNELS) * mfccConfig.slideSize; in InitComponents()