Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A 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()

Completed in 4 milliseconds