Searched defs:sharpen (Results 1 - 8 of 8) sorted by relevance

/external/ImageMagick/coders/
H A Dfpx.c1001 sharpen;
1039 sharpen=0.0;
1101 fpx_status=FPX_SetImageFilteringValue(flashpix,&sharpen);
995 sharpen; local
H A Dmsl.c2104 sharpen;
2115 sharpen=MagickFalse;
2129 if (LocaleCompare(keyword,"sharpen") == 0)
2136 sharpen=(MagickBooleanType) option;
2151 (void) ContrastImage(msl_info->image[n],sharpen,
6363 if (LocaleCompare((const char *) tag,"sharpen") == 0)
6376 NOTE: sharpen can have no attributes, since we use all the defaults!
6419 sharpen image.
2098 sharpen; local
/external/webp/src/dsp/
H A Denc_sse41.c201 const uint16_t* const sharpen,
220 // coeff = abs(in) + sharpen
221 if (sharpen != NULL) {
222 const __m128i sharpen0 = _mm_loadu_si128((const __m128i*)&sharpen[0]);
223 const __m128i sharpen8 = _mm_loadu_si128((const __m128i*)&sharpen[8]);
316 const uint16_t* const sharpen = &mtx->sharpen_[0]; local
317 nz = DoQuantizeBlock_SSE41(in + 0 * 16, out + 0 * 16, sharpen, mtx) << 0;
318 nz |= DoQuantizeBlock_SSE41(in + 1 * 16, out + 1 * 16, sharpen, mtx) << 1;
200 DoQuantizeBlock_SSE41(int16_t in[16], int16_t out[16], const uint16_t* const sharpen, const VP8Matrix* const mtx) argument
H A Denc_sse2.c1221 const uint16_t* const sharpen,
1247 // coeff = abs(in) + sharpen
1248 if (sharpen != NULL) {
1249 const __m128i sharpen0 = _mm_loadu_si128((const __m128i*)&sharpen[0]);
1250 const __m128i sharpen8 = _mm_loadu_si128((const __m128i*)&sharpen[8]);
1345 const uint16_t* const sharpen = &mtx->sharpen_[0]; local
1346 nz = DoQuantizeBlock_SSE2(in + 0 * 16, out + 0 * 16, sharpen, mtx) << 0;
1347 nz |= DoQuantizeBlock_SSE2(in + 1 * 16, out + 1 * 16, sharpen, mtx) << 1;
1220 DoQuantizeBlock_SSE2(int16_t in[16], int16_t out[16], const uint16_t* const sharpen, const VP8Matrix* const mtx) argument
/external/ImageMagick/MagickCore/
H A Daccelerate.c794 const MagickBooleanType sharpen,ExceptionInfo *exception)
883 uSharpen = (sharpen == MagickFalse)?0:1;
937 const MagickBooleanType sharpen,ExceptionInfo *exception)
955 status=ComputeContrastImage(image,clEnv,sharpen,exception);
793 ComputeContrastImage(Image *image,MagickCLEnv clEnv, const MagickBooleanType sharpen,ExceptionInfo *exception) argument
936 AccelerateContrastImage(Image *image, const MagickBooleanType sharpen,ExceptionInfo *exception) argument
H A Denhance.c827 % 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;
3675 % sharpen to MagickTrue to increase the image contrast otherwise the contrast
3681 % const MagickBooleanType sharpen,const char *levels,
3688 % o sharpen: Increase or decrease image contrast.
3784 const MagickBooleanType sharpen,cons
865 ContrastImage(Image *image, const MagickBooleanType sharpen,ExceptionInfo *exception) argument
3763 SigmoidalContrastImage(Image *image, const MagickBooleanType sharpen,const double contrast,const double midpoint, ExceptionInfo *exception) argument
[all...]
/external/ImageMagick/Magick++/lib/
H A DImage.cpp4347 void Magick::Image::sharpen(const double radius_,const double sigma_) function in class:Magick::Image
/external/ImageMagick/MagickWand/
H A Dmagick-image.c270 % sharpen the image with a Gaussian operator of the given radius and standard
2082 % and darker elements of the image. Set sharpen to a value other than 0 to
2088 % const MagickBooleanType sharpen)
2094 % o sharpen: Increase or decrease image contrast.
2099 const MagickBooleanType sharpen)
2110 status=ContrastImage(wand->images,sharpen,wand->exception);
11179 % sharpen to MagickTrue to increase the image contrast otherwise the contrast
11185 % const MagickBooleanType sharpen,const double alpha,const double beta)
11191 % o sharpen: Increase or decrease image contrast.
11200 MagickWand *wand,const MagickBooleanType sharpen,cons
2058 MagickContrastImage(MagickWand *wand, const MagickBooleanType sharpen) argument
10971 MagickSigmoidalContrastImage( MagickWand *wand,const MagickBooleanType sharpen,const double alpha, const double beta) argument
[all...]

Completed in 294 milliseconds