Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libjpeg/
H A Djquant2.c626 #define BOX_C1_LOG (HIST_C1_BITS-3) macro
630 #define BOX_C1_ELEMS (1<<BOX_C1_LOG)
634 #define BOX_C1_SHIFT (C1_SHIFT + BOX_C1_LOG)
875 c1 >>= BOX_C1_LOG; in fill_inverse_cmap()
897 c1 <<= BOX_C1_LOG; in fill_inverse_cmap()