Home | History | Annotate | Download | only in libtiff

Lines Matching full:lt2size

494     int  nlin, lt2size;
512 lt2size = (int)(2./linstep) + 1;
513 FromLT2 = (uint16 *)_TIFFmalloc(lt2size*sizeof(uint16));
556 for (i = 0; i < lt2size; i++) {
581 Fltsize = (float)(lt2size/2);