Searched refs:UINT10_MAX (Results 1 – 1 of 1) sorted by relevance
3144 static constexpr uint16_t UINT10_MAX = 1023; variable3149 if ((rPixel + HALF_ONE) >= UINT10_MAX) { in CheckPixel()3150 pixel = UINT10_MAX; in CheckPixel()