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

/external/libjpeg-turbo/
H A Djquant1.c75 /* NB: if ODITHER_SIZE is not a power of 2, ODITHER_MASK uses will break */
77 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */ macro
556 col_index = (col_index + 1) & ODITHER_MASK;
560 row_index = (row_index + 1) & ODITHER_MASK;
603 col_index = (col_index + 1) & ODITHER_MASK;
605 row_index = (row_index + 1) & ODITHER_MASK;

Completed in 765 milliseconds