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

/external/libjpeg-turbo/
H A Djquant1.c74 /* NB: if ODITHER_SIZE is not a power of 2, ODITHER_MASK uses will break */
76 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */ macro
555 col_index = (col_index + 1) & ODITHER_MASK;
559 row_index = (row_index + 1) & ODITHER_MASK;
602 col_index = (col_index + 1) & ODITHER_MASK;
604 row_index = (row_index + 1) & ODITHER_MASK;
/external/opencv3/3rdparty/libjpeg/
H A Djquant1.c73 /* NB: if ODITHER_SIZE is not a power of 2, ODITHER_MASK uses will break */
75 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */ macro
555 col_index = (col_index + 1) & ODITHER_MASK;
559 row_index = (row_index + 1) & ODITHER_MASK;
602 col_index = (col_index + 1) & ODITHER_MASK;
604 row_index = (row_index + 1) & ODITHER_MASK;

Completed in 95 milliseconds