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

/external/chromium_org/third_party/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
559 col_index = (col_index + 1) & ODITHER_MASK;
563 row_index = (row_index + 1) & ODITHER_MASK;
606 col_index = (col_index + 1) & ODITHER_MASK;
608 row_index = (row_index + 1) & ODITHER_MASK;
/external/jpeg/
H A Djquant1.c72 /* NB: if ODITHER_SIZE is not a power of 2, ODITHER_MASK uses will break */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */ macro
554 col_index = (col_index + 1) & ODITHER_MASK;
558 row_index = (row_index + 1) & ODITHER_MASK;
601 col_index = (col_index + 1) & ODITHER_MASK;
603 row_index = (row_index + 1) & ODITHER_MASK;
/external/qemu/distrib/jpeg-6b/
H A Djquant1.c72 /* NB: if ODITHER_SIZE is not a power of 2, ODITHER_MASK uses will break */
74 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */ macro
554 col_index = (col_index + 1) & ODITHER_MASK;
558 row_index = (row_index + 1) & ODITHER_MASK;
601 col_index = (col_index + 1) & ODITHER_MASK;
603 row_index = (row_index + 1) & ODITHER_MASK;

Completed in 86 milliseconds