Home
last modified time | relevance | path

Searched refs:From14 (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_pixarlog.c477 uint16 *From14; /* Really for 16-bit data, but we shift down 2 */ member
504 uint16 *From14; /* Really for 16-bit data, but we shift down 2 */ in PixarLogMakeTables() local
517 From14 = (uint16 *)_TIFFmalloc(16384*sizeof(uint16)); in PixarLogMakeTables()
522 if (FromLT2 == NULL || From14 == NULL || From8 == NULL || in PixarLogMakeTables()
525 if (From14) _TIFFfree(From14); in PixarLogMakeTables()
531 sp->From14 = NULL; in PixarLogMakeTables()
574 From14[i] = (uint16)j; in PixarLogMakeTables()
590 sp->From14 = From14; in PixarLogMakeTables()
1017 unsigned short *wp, uint16 *From14) in horizontalDifference16() argument
1023 #define CLAMP(v) From14[(v) >> 2] in horizontalDifference16()
[all …]