HomeSort by relevance Sort by last modified time
    Searched refs:sharpening (Results 1 - 5 of 5) sorted by null

  /art/compiler/
Android.mk 72 optimizing/sharpening.cc \
  /art/compiler/optimizing/
optimizing_compiler.cc 77 #include "sharpening.h"
524 HSharpening* sharpening = new (arena) HSharpening(graph, codegen, dex_compilation_unit, driver); local
533 sharpening,
    [all...]
inliner.cc 40 #include "sharpening.h"
    [all...]
  /external/ImageMagick/www/api/
effect.php 94 <p>AdaptiveSharpenImage() adaptively sharpens the image by sharpening more intensely near image edges and less intensely far from edges. We sharpen the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and AdaptiveSharpenImage() selects a suitable radius for you.</p>
542 <p>Using a separable kernel would be faster, but the negative weights cancel out on the corners of the kernel producing often undesirable ringing in the filtered result; this can be avoided by using a 2D gaussian shaped image sharpening kernel instead.</p>
magick-image.php 138 <p>MagickAdaptiveSharpenImage() adaptively sharpens the image by sharpening more intensely near image edges and less intensely far from edges. We sharpen the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and MagickAdaptiveSharpenImage() selects a suitable radius for you.</p>
    [all...]

Completed in 123 milliseconds