Searched defs:From14 (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_pixarlog.c474 uint16 *From14; /* Really for 16-bit data, but we shift down 2 */ member in struct:__anon15368
501 uint16 *From14; /* Really for 16-bit data, but we shift down 2 */ local
514 From14 = (uint16 *)_TIFFmalloc(16384*sizeof(uint16));
519 if (FromLT2 == NULL || From14 == NULL || From8 == NULL ||
522 if (From14) _TIFFfree(From14);
528 sp->From14 = NULL;
571 From14[i] = j;
587 sp->From14 = From14;
992 horizontalDifference16(unsigned short *ip, int n, int stride, unsigned short *wp, uint16 *From14) argument
[all...]

Completed in 31 milliseconds