Searched defs:blockHeight (Results 1 – 7 of 7) sorted by relevance
227 const int blockHeight = h > 16 ? h / 16 : 1; in fillGreyscaleBuffer() local257 const int blockHeight = h > 16 ? h / 16 : 1; in fillRgba8888Buffer() local285 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1; in fillBayerRawBuffer() local311 const int blockHeight = h > 16 ? h / 16 : 1; in checkGreyscaleBuffer() local350 const int blockHeight = h > 16 ? h / 16 : 1; in checkRgba8888Buffer() local393 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1; in checkBayerRawBuffer() local
27 const int blockHeight = h > 16 ? h / 16 : 1; in fillYV12Buffer() local
95 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; in setupYuvTexSurface() local
195 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; in setupYuvTexSurface() local
538 const int blockHeight = h > 16 ? h / 16 : 1; in fillYV12Buffer() local
1894 int blockWidth, int blockHeight, in applyBlockLimits()2007 int blockWidth, int blockHeight, in applyMacroBlockLimits()2020 int blockWidth, int blockHeight, in applyMacroBlockLimits()
2230 u32 blockHeight, in h264bsdFillBlock()