Searched refs:tiffMask (Results 1 - 1 of 1) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp241 static const int tiffMask[] = { 0xff, 0xff, 0xffffffff, 0xffff, 0xffffffff }; variable
348 assert( (offset & ~tiffMask[fieldType]) == 0 );
405 value &= tiffMask[fieldType];

Completed in 376 milliseconds