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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djcdctmgr.c85 { register DCTELEM temp, qval; local
90 qval = divisors[i];
92 /* Divide the coefficient value by qval, ensuring proper rounding.
111 temp += qval>>1; /* for rounding */
112 DIVIDE_BY(temp, qval);
115 temp += qval>>1; /* for rounding */
116 DIVIDE_BY(temp, qval);
H A Djcmarker.c170 unsigned int qval = qtbl->quantval[jpeg_natural_order[i]]; local
172 emit_byte(cinfo, (int) (qval >> 8));
173 emit_byte(cinfo, (int) (qval & 0xFF));

Completed in 42 milliseconds