Searched defs:blockWidth (Results 1 – 7 of 7) sorted by relevance
226 const int blockWidth = w > 16 ? w / 16 : 1; in fillGreyscaleBuffer() local256 const int blockWidth = w > 16 ? w / 16 : 1; in fillRgba8888Buffer() local284 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1; in fillBayerRawBuffer() local310 const int blockWidth = w > 16 ? w / 16 : 1; in checkGreyscaleBuffer() local349 const int blockWidth = w > 16 ? w / 16 : 1; in checkRgba8888Buffer() local392 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1; in checkBayerRawBuffer() local
26 const int blockWidth = w > 16 ? w / 16 : 1; in fillYV12Buffer() local
94 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1; in setupYuvTexSurface() local
194 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1; in setupYuvTexSurface() local
537 const int blockWidth = w > 16 ? w / 16 : 1; in fillYV12Buffer() local
1882 int blockWidth, int blockHeight, in applyBlockLimits()1995 int blockWidth, int blockHeight, in applyMacroBlockLimits()2008 int blockWidth, int blockHeight, in applyMacroBlockLimits()
2229 u32 blockWidth, in h264bsdFillBlock()