Lines Matching defs:PIM
90 same longword (i.e. (x&PIM + w) <= PPW)
200 * PIM 0x1f 0x3f pixel index mask (index within a pixel group)
250 #define PIM MFB_PIM
318 startmask = mfbGetstarttab((x) & PIM); \
319 endmask = mfbGetendtab(((x)+(w)) & PIM); \
321 nlw = (((w) - (PPW - ((x) & PIM))) >> PWSH); \
326 mask = mfbGetpartmasks((x) & PIM, (w) & PIM);
329 startmask = mfbGetstarttab((x) & PIM); \
330 endmask = mfbGetendtab(((x)+(w)) & PIM);