Home
last modified time | relevance | path

Searched refs:Quantize (Results 1 – 12 of 12) sorted by relevance

/external/ImageMagick/www/source/
Dexamples.pl263 $example->Quantize(colorspace=>'gray',colors=>2,dither=>'false');
313 $example->Quantize();
/external/ImageMagick/PerlMagick/demo/
Ddemo.pl290 $example->Quantize(colorspace=>'gray',colors=>2,dither=>'false');
346 $example->Quantize();
/external/webp/src/dsp/
Denc_neon.c816 static int16x8_t Quantize(int16_t* const in, in Quantize() function
852 const int16x8_t out0 = Quantize(in, mtx, 0); in QuantizeBlock()
853 const int16x8_t out1 = Quantize(in, mtx, 8); in QuantizeBlock()
/external/libjpeg-turbo/simd/
Djquantf-sse2-64.asm100 ; Quantize/descale the coefficients, and store into coef_block
Djquantf-sse2.asm105 ; Quantize/descale the coefficients, and store into coef_block
Djquant-sse.asm128 ; Quantize/descale the coefficients, and store into coef_block
Djquant-3dn.asm128 ; Quantize/descale the coefficients, and store into coef_block
/external/ImageMagick/PerlMagick/
DMANIFEST207 t/reference/filter/Quantize.miff
389 t/reference/write/filter/Quantize.miff
DMagick.xs7373 Quantize = 95 in Mogrify()
/external/valgrind/docs/internals/
Ds390-opcodes.csv728 qadtr,"Quantize long dfp",implemented
729 qaxtr,"Quantize extended dfp",implemented
/external/libjpeg-turbo/
Dusage.txt360 -map FILE Quantize to the colors used in the specified image
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in347 { "Quantize", { {"colors", IntegerReference},
7373 Quantize = 95
9250 case 48: /* Quantize */