Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_pixarlog.c495 int nlin, lt2size; in PixarLogMakeTables() local
513 lt2size = (int)(2./linstep) + 1; in PixarLogMakeTables()
514 FromLT2 = (uint16 *)_TIFFmalloc(lt2size*sizeof(uint16)); in PixarLogMakeTables()
557 for (i = 0; i < lt2size; i++) { in PixarLogMakeTables()
582 Fltsize = (float)(lt2size/2); in PixarLogMakeTables()