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 720 *huffman_image;
770 huffman_image=CloneImage(inject_image,0,0,MagickTrue,exception);
771 if (huffman_image == (Image *) NULL)
776 (void) SetImageType(huffman_image,BilevelType,exception);
794 for (y=0; y < (ssize_t) huffman_image->rows; y++)
796 p=GetVirtualPixels(huffman_image,0,y,huffman_image->columns,1,exception);
799 for (x=0; x < (ssize_t) huffman_image->columns; x++)
801 *q++=(unsigned char) (GetPixelIntensity(huffman_image,p) >=
803 p+=GetPixelChannels(huffman_image);
714 *huffman_image; local
    [all...]
  /external/webp/src/dec/
vp8l_dec.c 363 uint32_t* huffman_image = NULL; local
386 &huffman_image)) {
392 const int group = (huffman_image[i] >> 8) & 0xffff;
393 huffman_image[i] = group;
417 int* const mapped_group = &mapping[huffman_image[i]];
419 huffman_image[i] = *mapped_group;
517 hdr->huffman_image_ = huffman_image;
527 WebPSafeFree(huffman_image);
    [all...]
  /external/ImageMagick/coders/
tiff.c 2607 *huffman_image; local
    [all...]

Completed in 84 milliseconds