Home
last modified time | relevance | path

Searched refs:kFrontendWindowBits (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dwindow.h21 #define kFrontendWindowBits 12 macro
Dwindow_util.c46 floor(float_value * (1 << kFrontendWindowBits) + 0.5); in WindowPopulateState()
Dwindow.c46 (((int32_t) *input++) * *coefficients++) >> kFrontendWindowBits; in WindowProcessSamples()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
Dwindow.h23 #define kFrontendWindowBits 12 macro
Dwindow_util.cc47 floor(float_value * (1 << kFrontendWindowBits) + 0.5); in WindowPopulateState()
Dwindow.cc46 kFrontendWindowBits; in WindowProcessSamples()