Lines Matching defs:PWSH
63 * PWSH pixel-to-word shift (should be log2(PPW))81 * PWSH 2 0 0 3 1 1138 /* set PWSH = log2(PPW) using brute force */141 #define PWSH 0144 #define PWSH 1147 #define PWSH 2150 #define PWSH 3153 #define PWSH 4512 nlw = (((w) - (PPW - ((x)&PIM))) >> PWSH); \514 nlw = (w) >> PWSH;