Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/
H A Dkws_sdk_impl.cpp38 config.slideSize = (DEFAULT_MFCC_SLIDE_SIZE_MS * DEFAULT_MFCC_SAMPLE_RATE) / ONE_SECOND_MS; in InitMFCCConfiguration()
221 size_t stepSize = (DEFAULT_SLIDE_STEP_SIZE / DEFAULT_MFCC_NUM_CHANNELS) * mfccConfig.slideSize; in InitComponents()
222 size_t windowSize = stepSize + mfccConfig.windowSize - mfccConfig.slideSize; in InitComponents()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/interfaces/
H A Dmfcc_processor.h70 uint32_t slideSize; member