Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_pixarlog.c478 uint16 *From8; member
505 uint16 *From8; in PixarLogMakeTables() local
518 From8 = (uint16 *)_TIFFmalloc(256*sizeof(uint16)); in PixarLogMakeTables()
522 if (FromLT2 == NULL || From14 == NULL || From8 == NULL || in PixarLogMakeTables()
526 if (From8) _TIFFfree(From8); in PixarLogMakeTables()
532 sp->From8 = NULL; in PixarLogMakeTables()
581 From8[i] = (uint16)j; in PixarLogMakeTables()
591 sp->From8 = From8; in PixarLogMakeTables()
1068 unsigned short *wp, uint16 *From8) in horizontalDifference8() argument
1073 #define CLAMP(v) (From8[(v)]) in horizontalDifference8()
[all …]