Searched refs:Q20 (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
541 Q20 = quanttbl->quantval[Q20_POS];
612 pred = (int) (((Q20<<7) + num) / (Q20<<8));
616 pred = (int) (((Q20<<7) - num) / (Q20<<8));

Completed in 58 milliseconds