Searched refs:alignedHeight (Results 1 – 2 of 2) sorted by relevance
3582 UINT_32 alignedHeight = PowTwoAlign(height, macroTileHeightAlign); in DegradeTo1D() local3583 UINT_64 alignedSize = alignedPitch * alignedHeight; in DegradeTo1D()
3072 const UINT_32 alignedHeight = PowTwoAlign(pIn->height, additionalAlign); in ComputeStereoInfo() local3074 if ((alignedHeight >> yMax) & 1) in ComputeStereoInfo()