Searched refs:SubsamplingVer (Results 1 – 1 of 1) sorted by relevance
2763 uint16 SubsamplingVer; in PickContigCase() local2764 TIFFGetFieldDefaulted(img->tif, TIFFTAG_YCBCRSUBSAMPLING, &SubsamplingHor, &SubsamplingVer); in PickContigCase()2765 switch ((SubsamplingHor<<4)|SubsamplingVer) { in PickContigCase()