Lines Matching refs:TIFF_SHORT
158 type == TIFF_SHORT ? (void *)&w : (void *)&dw);
461 ADD_ENTRY(s, TIFF_BPP, TIFF_SHORT, s->bpp_tab_size, bpp_tab);
463 ADD_ENTRY1(s, TIFF_COMPR, TIFF_SHORT, s->compr);
464 ADD_ENTRY1(s, TIFF_PHOTOMETRIC, TIFF_SHORT, s->photometric_interpretation);
468 ADD_ENTRY1(s, TIFF_SAMPLES_PER_PIXEL, TIFF_SHORT, s->bpp_tab_size);
481 ADD_ENTRY1(s, TIFF_RES_UNIT, TIFF_SHORT, 2);
495 ADD_ENTRY(s, TIFF_PAL, TIFF_SHORT, 256 * 3, pal);
498 ADD_ENTRY1(s,TIFF_EXTRASAMPLES, TIFF_SHORT, 2);
502 ADD_ENTRY(s, TIFF_YCBCR_SUBSAMPLING, TIFF_SHORT, 2, s->subsampling);
504 ADD_ENTRY1(s, TIFF_YCBCR_POSITIONING, TIFF_SHORT, 2);