Searched refs:row_index (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djquant1.c163 int row_index; /* cur row's vertical index in dither matrix */ member in struct:__anon994
528 int row_index, col_index; /* current indexes into dither matrix */ local
539 row_index = cquantize->row_index;
544 dither = cquantize->odither[ci][row_index];
562 row_index = (row_index + 1) & ODITHER_MASK;
563 cquantize->row_index = row_index;
583 int row_index, col_inde local
[all...]

Completed in 39 milliseconds