Home
last modified time | relevance | path

Searched refs:smoothing (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/
A Dnoise_reduction.c22 const uint32_t smoothing = in NoiseReductionApply() local
24 const uint32_t one_minus_smoothing = (1 << kNoiseReductionBits) - smoothing; in NoiseReductionApply()
29 (((uint64_t)signal_scaled_up * smoothing) + in NoiseReductionApply()
/AliOS-Things-master/components/drivers/peripheral/wifi/include/vfsdev/
A Dwifi_dev.h317 unsigned smoothing: 1; /**< reserve */ member
/AliOS-Things-master/components/SDL2/src/gfx/
A DREADME60 in higher quality (i.e. smoothing) - that's also the reason why the API differs
69 Note also that the smoothing toggle is dependent on the input surface bit
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dusage.txt230 smoothing. 0 (the default) means no smoothing.
250 often useful when converting dithered images to JPEG: a moderate smoothing
252 in a smaller JPEG file and a better-looking image. Too large a smoothing
A Dstructure.txt128 smoothing --- this is often helpful for low-quality source data.
341 Optionally may perform pixel-level smoothing as well. Processes a "row
344 differs across components). Some downsampling or smoothing algorithms may
603 without extra copying. This trick allows some speedups in smoothing steps
A Dlibjpeg.txt980 minimal smoothing to 100 for maximum smoothing. Consult jcsample.c
981 for details of the smoothing algorithm. The default is zero.
1226 If TRUE, interblock smoothing is applied in early stages of decoding
1228 progression stages look "fuzzy" with smoothing, "blocky" without.
1229 In any case, block smoothing ceases to be applied after the first few
2119 During the first DC-only scan, block smoothing provides a very "fuzzy" look
2121 matter of personal taste. But block smoothing is nearly always a win
2123 image: smoothing helps to hide the slight blockiness that otherwise shows
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog2342 6a8c0eb7 Merge "small optimization in segment-smoothing loop"
2343 f7146bc1 small optimization in segment-smoothing loop

Completed in 19 milliseconds