Searched refs:PL_MASK (Results 1 – 2 of 2) sorted by relevance
49 #define PL_MASK (PL_UNIT - 1) macro117 w = (w + (x & PL_MASK) + PL_MASK) >> PL_SHIFT; in shadowUpdatePlanar4()118 x &= ~PL_MASK; in shadowUpdatePlanar4()
68 #define PL_MASK (PL_UNIT - 1) macro119 w = (w + (x & PL_MASK) + PL_MASK) >> PL_SHIFT; in shadowUpdatePlanar4x8()120 x &= ~PL_MASK; in shadowUpdatePlanar4x8()