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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c163 int row_index; /* cur row's vertical index in dither matrix */ member in struct:__anon735
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 50 milliseconds