Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjpeg/
Djquant1.c75 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */ macro
555 col_index = (col_index + 1) & ODITHER_MASK; in quantize_ord_dither()
559 row_index = (row_index + 1) & ODITHER_MASK; in quantize_ord_dither()
602 col_index = (col_index + 1) & ODITHER_MASK; in quantize3_ord_dither()
604 row_index = (row_index + 1) & ODITHER_MASK; in quantize3_ord_dither()
/external/libjpeg-turbo/
Djquant1.c76 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */ macro
555 col_index = (col_index + 1) & ODITHER_MASK; in quantize_ord_dither()
559 row_index = (row_index + 1) & ODITHER_MASK; in quantize_ord_dither()
602 col_index = (col_index + 1) & ODITHER_MASK; in quantize3_ord_dither()
604 row_index = (row_index + 1) & ODITHER_MASK; in quantize3_ord_dither()