Searched refs:sizeV (Results 1 – 4 of 4) sorted by relevance
97 SVal sizeV = state->getSVal(SE, C.getLocationContext()); in checkPreStmt() local99 if (sizeV.isUndef()) { in checkPreStmt()106 if (sizeV.isUnknown()) in checkPreStmt()110 if (state->isTainted(sizeV)) { in checkPreStmt()116 DefinedSVal sizeD = sizeV.castAs<DefinedSVal>(); in checkPreStmt()
959 const dng_urational &sizeV) in SetDefaultCropSize() argument962 fDefaultCropSizeV = sizeV; in SetDefaultCropSize()968 uint32 sizeV) in SetDefaultCropSize() argument971 dng_urational (sizeV, 1)); in SetDefaultCropSize()1012 uint32 sizeV = Round_uint32 (fDefaultCropSizeV.As_real64 ()); in SetDefaultCropCentered() local1015 (rawSize.v - sizeV) >> 1); in SetDefaultCropCentered()1311 const dng_urational &sizeV) in SetOriginalDefaultCropSize() argument1314 fOriginalDefaultCropSizeV = sizeV; in SetOriginalDefaultCropSize()
1618 uint32 sizeV = Max_uint32 (1, (fCroppedSize.v + (downScale.v >> 1)) / downScale.v); in SizeForDownScale() local1621 return Max_int32 (sizeV, sizeH); in SizeForDownScale()
105 final int sizeV = chromaHeight * buffer.getStrideV(); in getNextFrame() local