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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c585 * cache for future use. The pass2 scanning routines call fill_inverse_cmap
859 fill_inverse_cmap (j_decompress_ptr cinfo, int c0, int c1, int c2) function
944 fill_inverse_cmap(cinfo, c0,c1,c2);
1035 fill_inverse_cmap(cinfo, cur0>>C0_SHIFT,cur1>>C1_SHIFT,cur2>>C2_SHIFT);

Completed in 32 milliseconds