Searched refs:ODITHER_MASK (Results 1 – 1 of 1) sorted by relevance
77 #define ODITHER_MASK (ODITHER_SIZE - 1) /* mask for wrapping around macro558 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()