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