Searched refs:smoothing (Results 1 – 7 of 7) sorted by relevance
22 const uint32_t smoothing = in NoiseReductionApply() local24 const uint32_t one_minus_smoothing = (1 << kNoiseReductionBits) - smoothing; in NoiseReductionApply()29 (((uint64_t)signal_scaled_up * smoothing) + in NoiseReductionApply()
317 unsigned smoothing: 1; /**< reserve */ member
60 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
230 smoothing. 0 (the default) means no smoothing.250 often useful when converting dithered images to JPEG: a moderate smoothing252 in a smaller JPEG file and a better-looking image. Too large a smoothing
128 smoothing --- this is often helpful for low-quality source data.341 Optionally may perform pixel-level smoothing as well. Processes a "row344 differs across components). Some downsampling or smoothing algorithms may603 without extra copying. This trick allows some speedups in smoothing steps
980 minimal smoothing to 100 for maximum smoothing. Consult jcsample.c981 for details of the smoothing algorithm. The default is zero.1226 If TRUE, interblock smoothing is applied in early stages of decoding1228 progression stages look "fuzzy" with smoothing, "blocky" without.1229 In any case, block smoothing ceases to be applied after the first few2119 During the first DC-only scan, block smoothing provides a very "fuzzy" look2121 matter of personal taste. But block smoothing is nearly always a win2123 image: smoothing helps to hide the slight blockiness that otherwise shows
2342 6a8c0eb7 Merge "small optimization in segment-smoothing loop"2343 f7146bc1 small optimization in segment-smoothing loop
Completed in 19 milliseconds