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

  /external/ImageMagick/MagickCore/
compress.c 709 *huffman_image;
759 huffman_image=CloneImage(inject_image,0,0,MagickTrue,exception);
760 if (huffman_image == (Image *) NULL)
765 (void) SetImageType(huffman_image,BilevelType,exception);
783 for (y=0; y < (ssize_t) huffman_image->rows; y++)
785 p=GetVirtualPixels(huffman_image,0,y,huffman_image->columns,1,exception);
788 for (x=0; x < (ssize_t) huffman_image->columns; x++)
790 *q++=(unsigned char) (GetPixelIntensity(huffman_image,p) >=
792 p+=GetPixelChannels(huffman_image);
703 *huffman_image; local
    [all...]
  /external/ImageMagick/coders/
tiff.c 2433 *huffman_image; local
    [all...]
  /external/webp/src/dec/
vp8l_dec.c 363 uint32_t* huffman_image = NULL; local
379 &huffman_image)) {
385 const int group = (huffman_image[i] >> 8) & 0xffff;
386 huffman_image[i] = group;
471 hdr->huffman_image_ = huffman_image;
479 WebPSafeFree(huffman_image);
    [all...]

Completed in 112 milliseconds