Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant1.c77 #define ODITHER_MASK (ODITHER_SIZE - 1) /* mask for wrapping around macro
558 col_index = (col_index + 1) & ODITHER_MASK; in quantize_ord_dither()
562 row_index = (row_index + 1) & ODITHER_MASK; in quantize_ord_dither()
605 col_index = (col_index + 1) & ODITHER_MASK; in quantize3_ord_dither()
607 row_index = (row_index + 1) & ODITHER_MASK; in quantize3_ord_dither()