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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdcoefct.c481 INT32 Q00,Q01,Q02,Q10,Q11,Q20, num; local
542 Q11 = quanttbl->quantval[Q11_POS];
627 pred = (int) (((Q11<<7) + num) / (Q11<<8));
631 pred = (int) (((Q11<<7) - num) / (Q11<<8));

Completed in 50 milliseconds