Searched refs:iBitcount (Results 1 – 1 of 1) sorted by relevance
38 #define CALC_BI_STRIDE(iWidth, iBitcount) ((((iWidth) * (iBitcount) + 31) & ~31) >> 3) argument