Home
last modified time | relevance | path

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

/external/jpeg/
Djquant2.c624 #define BOX_C0_LOG (HIST_C0_BITS-3) macro
628 #define BOX_C0_ELEMS (1<<BOX_C0_LOG) /* # of hist cells in update box */
632 #define BOX_C0_SHIFT (C0_SHIFT + BOX_C0_LOG)
873 c0 >>= BOX_C0_LOG; in fill_inverse_cmap()
895 c0 <<= BOX_C0_LOG; /* convert ID back to base cell indexes */ in fill_inverse_cmap()