Searched defs:CALC_BI_STRIDE (Results 1 – 2 of 2) sorted by relevance
38 #define CALC_BI_STRIDE(iWidth, iBitcount) ((((iWidth) * (iBitcount) + 31) & ~31) >> 3) macro
269 #define CALC_BI_STRIDE(width,bitcount) ((((width * bitcount) + 31) & ~31) >> 3) macro