Searched refs:MIN_4BIT (Results 1 – 1 of 1) sorted by relevance
50 #define MIN_4BIT 48 /*4bpp range */ macro948 else if (*copy >= MIN_4BIT && *copy < MAX_4BIT) { in starbase_to_normal()950 *copy = (*copy - MIN_4BIT) << (-shift4); in starbase_to_normal()952 *copy = (*copy - MIN_4BIT) >> shift4; in starbase_to_normal()