Home
last modified time | relevance | path

Searched refs:MIN_4BIT (Results 1 – 1 of 1) sorted by relevance

/external/tesseract/image/
Dimgs.cpp50 #define MIN_4BIT 48 /*4bpp range */ macro
948 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()