Searched refs:CLIP_8b_MASK (Results 1 – 1 of 1) sorted by relevance
74 #define CLIP_8b_MASK (int)(~0U << (8 + DFIX)) macro76 return (!(v & CLIP_8b_MASK)) ? (uint8_t)(v >> DFIX) : (v < 0) ? 0u : 255u; in clip_8b()78 #undef CLIP_8b_MASK