Home
last modified time | relevance | path

Searched refs:average (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/simple_features/fixed_point/
A Dsimple_features_generator.cc180 int32_t average = 0; in GenerateSimpleFeatures() local
184 average += power_spectrum[index] / kAverageWindowSize; in GenerateSimpleFeatures()
203 int32_t quantized_average = (average + 0x100000) >> 21; in GenerateSimpleFeatures()
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/simple_features/
A Dsimple_features_generator.cc135 const float average = total / kAverageWindowSize; in GenerateSimpleFeatures() local
140 int quantized_average = roundf(average * (255.0f / 127.5f)); in GenerateSimpleFeatures()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dquant_levels_dec_utils.c135 const uint16_t* const average = p->average_; in ApplyFilter() local
146 const int c = (v << DFIX) + correction[average[x] - (v << LFIX)]; in ApplyFilter()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dpooling.h69 const float average = total / filter_count; in AveragePool() local
71 ActivationFunctionWithMinMax(average, params.float_activation_min, in AveragePool()
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A DREADME.md162 --window_stride=20 --preprocess=average --quantize=1
167 --window_stride=20 --preprocess=average --quantize=1
/AliOS-Things-master/components/py_engine/tests/
A Drun-perfbench.py250 n_average = int(args.average)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/addtiffo/
A DREADME22 Usage: addtiffo [-r {average/nearest} [-subifd]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Dalgorithm.txt86 those cases, the table ended up one bit longer than the ``average'' code
185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A DPPPD_FOLLOWUP4 Anyway, pppd has a mature codebase for years and the average commit count
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration.proto236 // optimal perf/power trade-off for the average use-case.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dconfigure4128 double average;
4205 .average = 543.34343,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog2321 7c098d18 Use some gamma-curve range compression when computing U/V average
3877 cfbf88a6 add SSE2 functions. ~2x faster encoding on average.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog7550 on for 24-bit LogLuv output. Dithering improves the average color

Completed in 31 milliseconds