Searched refs:Quantize (Results 1 – 12 of 12) sorted by relevance
/external/ImageMagick/www/source/ |
D | examples.pl | 263 $example->Quantize(colorspace=>'gray',colors=>2,dither=>'false'); 313 $example->Quantize();
|
/external/ImageMagick/PerlMagick/demo/ |
D | demo.pl | 290 $example->Quantize(colorspace=>'gray',colors=>2,dither=>'false'); 346 $example->Quantize();
|
/external/webp/src/dsp/ |
D | enc_neon.c | 816 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/ |
D | jquantf-sse2-64.asm | 100 ; Quantize/descale the coefficients, and store into coef_block
|
D | jquantf-sse2.asm | 105 ; Quantize/descale the coefficients, and store into coef_block
|
D | jquant-sse.asm | 128 ; Quantize/descale the coefficients, and store into coef_block
|
D | jquant-3dn.asm | 128 ; Quantize/descale the coefficients, and store into coef_block
|
/external/ImageMagick/PerlMagick/ |
D | MANIFEST | 207 t/reference/filter/Quantize.miff 389 t/reference/write/filter/Quantize.miff
|
D | Magick.xs | 7373 Quantize = 95 in Mogrify()
|
/external/valgrind/docs/internals/ |
D | s390-opcodes.csv | 728 qadtr,"Quantize long dfp",implemented 729 qaxtr,"Quantize extended dfp",implemented
|
/external/libjpeg-turbo/ |
D | usage.txt | 360 -map FILE Quantize to the colors used in the specified image
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 347 { "Quantize", { {"colors", IntegerReference}, 7373 Quantize = 95 9250 case 48: /* Quantize */
|