Searched refs:ODITHER_MASK (Results 1 – 1 of 1) sorted by relevance
75 #define ODITHER_MASK (ODITHER_SIZE-1) /* mask for wrapping around counters */ macro555 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()
Completed in 4 milliseconds