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

  /external/webp/src/dsp/
enc_sse41.c 235 const uint16_t* const sharpen,
254 // coeff = abs(in) + sharpen
255 if (sharpen != NULL) {
256 const __m128i sharpen0 = _mm_loadu_si128((const __m128i*)&sharpen[0]);
257 const __m128i sharpen8 = _mm_loadu_si128((const __m128i*)&sharpen[8]);
350 const uint16_t* const sharpen = &mtx->sharpen_[0]; local
351 nz = DoQuantizeBlock(in + 0 * 16, out + 0 * 16, sharpen, mtx) << 0;
352 nz |= DoQuantizeBlock(in + 1 * 16, out + 1 * 16, sharpen, mtx) << 1;
enc_sse2.c 1433 const uint16_t* const sharpen = &mtx->sharpen_[0]; local
    [all...]
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 372 VAProcFilterParameterBuffer deblock, denoise, sharpen, stde; local
490 sharpen.type = VAProcFilterSharpening;
495 property_get("vpp.filter.sharpen.factor", propValueString, "8.0");
496 sharpen.value = atof(propValueString);
497 sharpen.value = (sharpen.value < 0.0f) ? 0.0f : sharpen.value;
498 sharpen.value = (sharpen.value > 64.0f) ? 64.0f : sharpen.value
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_VPP.c 121 struct VssProcSharpenParameterBuffer sharpen[RESOLUTION_SET_NUM]; member in struct:filter_strength
156 .sharpen = {
179 .sharpen = {
202 .sharpen = {
1059 VAProcFilterParameterBuffer *deblock, *denoise, *sharpen; local
    [all...]
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 211 case R.id.sharpen:
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 249 case R.id.sharpen:
  /developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 249 case R.id.sharpen:
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
MediaEffectsFragment.java 249 case R.id.sharpen:
  /external/ImageMagick/coders/
fpx.c 995 sharpen; local
    [all...]
msl.c 2098 sharpen; local
    [all...]
  /external/ImageMagick/www/api/
enhance.php 233 <p>ContrastImage() enhances the intensity differences between the lighter and darker elements of the image. Set sharpen to a MagickTrue to increase the image contrast otherwise the contrast is reduced.</p>
239 const MagickBooleanType sharpen,ExceptionInfo *exception)
253 <dt>sharpen</dt>
700 <p>SigmoidalContrastImage() adjusts the contrast of an image with a non-linear sigmoidal contrast algorithm. Increase the contrast of the image using a sigmoidal transfer function without saturating highlights or shadows. Contrast indicates how much to increase the contrast (0 is none; 3 is typical; 20 is pushing it); mid-point indicates where midtones fall in the resultant image (0 is white; 50 is middle-gray; 100 is black). Set sharpen to MagickTrue to increase the image contrast otherwise the contrast is reduced.</p>
706 const MagickBooleanType sharpen,const char *levels,
721 <dt>sharpen</dt>
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>
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...]
  /external/ImageMagick/Magick++/demo/
demo.cpp 398 cout << " sharpen ..." << endl;
400 example.label("Sharpen");
401 example.sharpen( 0.0, 1.0 );
  /external/ImageMagick/MagickCore/
enhance.c 827 % darker elements of the image. Set sharpen to a MagickTrue to increase the
833 % const MagickBooleanType sharpen,ExceptionInfo *exception)
839 % o sharpen: Increase or decrease image contrast.
873 const MagickBooleanType sharpen,ExceptionInfo *exception)
898 if (AccelerateContrastImage(image,sharpen,exception) != MagickFalse)
903 sign=sharpen != MagickFalse ? 1 : -1;
    [all...]
accelerate.c 794 const MagickBooleanType sharpen,ExceptionInfo *exception)
883 uSharpen = (sharpen == MagickFalse)?0:1;
937 const MagickBooleanType sharpen,ExceptionInfo *exception)
955 status=ComputeContrastImage(image,clEnv,sharpen,exception);
    [all...]
accelerate-kernels-private.h     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 553 // edges and less intensely far from edges. We sharpen the image with a
    [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 967 // Sharpen pixels in image
975 image_.sharpen( _radius, _sigma );
    [all...]
Image.cpp 4347 void Magick::Image::sharpen(const double radius_,const double sigma_) function in class:Magick::Image
    [all...]
  /external/ImageMagick/MagickWand/
magick-image.c 270 % sharpen the image with a Gaussian operator of the given radius and standard
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs 262 { "Sharpen", { {"geometry", StringReference}, {"radius", RealReference},
308 { "Contrast", { {"sharpen", MagickBooleanOptions} } },
448 {"channel", MagickChannelOptions}, {"sharpen", MagickBooleanOptions} } },
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 262 { "Sharpen", { {"geometry", StringReference}, {"radius", RealReference},
308 { "Contrast", { {"sharpen", MagickBooleanOptions} } },
448 {"channel", MagickChannelOptions}, {"sharpen", MagickBooleanOptions} } },
    [all...]

Completed in 427 milliseconds