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

  /external/opencv3/3rdparty/libtiff/
tif_getimage.c 242 int n_color; local
326 n_color = (1L << img->bitspersample);
327 img->redcmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
328 img->greencmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
329 img->bluecmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
335 _TIFFmemcpy( img->redcmap, red_orig, n_color * 2 );
336 _TIFFmemcpy( img->greencmap, green_orig, n_color * 2 );
337 _TIFFmemcpy( img->bluecmap, blue_orig, n_color * 2 );
    [all...]
  /external/pdfium/third_party/libtiff/
tif_getimage.c 257 int n_color; local
341 n_color = (1L << img->bitspersample);
342 img->redcmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
343 img->greencmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
344 img->bluecmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color);
350 _TIFFmemcpy( img->redcmap, red_orig, n_color * 2 );
351 _TIFFmemcpy( img->greencmap, green_orig, n_color * 2 );
352 _TIFFmemcpy( img->bluecmap, blue_orig, n_color * 2 );
    [all...]

Completed in 5507 milliseconds