Searched refs:Q10 (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
540 Q10 = quanttbl->quantval[Q10_POS];
597 pred = (int) (((Q10<<7) + num) / (Q10<<8));
601 pred = (int) (((Q10<<7) - num) / (Q10<<8));

Completed in 29 milliseconds