Home
last modified time | relevance | path

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

/external/jpeg/
Djquant1.c74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */ macro
554 col_index = (col_index + 1) & ODITHER_MASK; in quantize_ord_dither()
558 row_index = (row_index + 1) & ODITHER_MASK; in quantize_ord_dither()
601 col_index = (col_index + 1) & ODITHER_MASK; in quantize3_ord_dither()
603 row_index = (row_index + 1) & ODITHER_MASK; in quantize3_ord_dither()