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