Lines Matching defs:PIM
88 same longword (i.e. (x&PIM + w) <= PPW)
198 * PIM 0x1f 0x3f pixel index mask (index within a pixel group)
248 #define PIM MFB_PIM
316 startmask = mfbGetstarttab((x) & PIM); \
317 endmask = mfbGetendtab(((x)+(w)) & PIM); \
319 nlw = (((w) - (PPW - ((x) & PIM))) >> PWSH); \
324 mask = mfbGetpartmasks((x) & PIM, (w) & PIM);
327 startmask = mfbGetstarttab((x) & PIM); \
328 endmask = mfbGetendtab(((x)+(w)) & PIM);