Searched refs:alignedHeight (Results 1 – 3 of 3) sorted by relevance
3581 UINT_32 alignedHeight = PowTwoAlign(height, macroTileHeightAlign); in DegradeTo1D() local3582 UINT_64 alignedSize = alignedPitch * alignedHeight; in DegradeTo1D()
2973 const UINT_32 alignedHeight = PowTwoAlign(pIn->height, additionalAlign); in ComputeStereoInfo() local2975 if ((alignedHeight >> yMax) & 1) in ComputeStereoInfo()
3490 const UINT_32 alignedHeight = PowTwoAlign(pIn->height, additionalAlign); in ComputeStereoInfo() local3492 if ((alignedHeight >> yMax) & 1) in ComputeStereoInfo()