Lines Matching defs:PWSH
69 * PWSH pixel-to-word shift (should be log2(PPW))87 * PWSH 2 0 0 3 1 1144 /* set PWSH = log2(PPW) using brute force */147 #define PWSH 0150 #define PWSH 1153 #define PWSH 2156 #define PWSH 3159 #define PWSH 4518 nlw = (((w) - (PPW - ((x)&PIM))) >> PWSH); \520 nlw = (w) >> PWSH;