HomeSort by relevance Sort by last modified time
    Searched refs:storage_class (Results 76 - 99 of 99) sorted by null

1 2 34

  /external/ImageMagick/MagickCore/
pixel.c     [all...]
delegate.c 657 image->storage_class),CommandOptionToMnemonic(MagickColorspaceOptions,
    [all...]
accelerate.c     [all...]
annotate.c     [all...]
property.c     [all...]
quantum-export.c     [all...]
quantum-import.c     [all...]
fx.c     [all...]
display.c     [all...]
  /external/ImageMagick/www/api/
quantize.php 71 <p>Classification begins by initializing a color description tree of sufficient depth to represent each possible input color in a leaf. However, it is impractical to generate a fully-formed color description tree in the storage_class phase for realistic values of Cmax. If colors components in the input image are quantized to k-bit precision, so that Cmax= 2k-1, the tree would need k levels below the root node to allow representing each possible input color in a leaf. This becomes prohibitive because the tree's total number of nodes is 1 + sum(i=1, k, 8k).</p>
77 <p>For each pixel in the input image, storage_class scans downward from the root of the color description tree. At each level of the tree it identifies the single node which represents a cube in RGB space containing the pixel's color. It updates the following data for each such node:</p>
  /external/ImageMagick/coders/
ps3.c     [all...]
dds.c     [all...]
jpeg.c     [all...]
pnm.c 574 if (image->storage_class == PseudoClass)
    [all...]
  /external/google-styleguide/cpplint/
cpplint_unittest.py     [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 511 image()->storage_class=static_cast<MagickCore::ClassType>(DirectClass);
521 image()->storage_class=static_cast<MagickCore::ClassType>(PseudoClass);
527 return static_cast<Magick::ClassType>(constImage()->storage_class);
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]
  /external/clang/bindings/python/clang/
cindex.py 1326 def storage_class(self): member in class:Cursor
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 175 'build/storage_class',
    [all...]
  /external/ImageMagick/MagickWand/
operation.c     [all...]
mogrify.c     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 155 'build/storage_class',
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 4765 cp_storage_class storage_class; member in struct:cp_decl_specifier_seq
    [all...]

Completed in 704 milliseconds

1 2 34