HomeSort by relevance Sort by last modified time
    Searched refs:qval (Results 1 - 9 of 9) sorted by null

  /external/jpeg/
jcdctmgr.c 227 { register DCTELEM temp, qval; local
232 qval = divisors[i];
234 /* Divide the coefficient value by qval, ensuring proper rounding.
253 temp += qval>>1; /* for rounding */
254 DIVIDE_BY(temp, qval);
257 temp += qval>>1; /* for rounding */
258 DIVIDE_BY(temp, qval);
jcmarker.c 170 unsigned int qval = qtbl->quantval[jpeg_natural_order[i]]; local
172 emit_byte(cinfo, (int) (qval >> 8));
173 emit_byte(cinfo, (int) (qval & 0xFF));
  /external/qemu/distrib/jpeg-6b/
jcdctmgr.c 227 { register DCTELEM temp, qval; local
232 qval = divisors[i];
234 /* Divide the coefficient value by qval, ensuring proper rounding.
253 temp += qval>>1; /* for rounding */
254 DIVIDE_BY(temp, qval);
257 temp += qval>>1; /* for rounding */
258 DIVIDE_BY(temp, qval);
jcmarker.c 170 unsigned int qval = qtbl->quantval[jpeg_natural_order[i]]; local
172 emit_byte(cinfo, (int) (qval >> 8));
173 emit_byte(cinfo, (int) (qval & 0xFF));
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1675 int qval = cvRound(qtable[idx]*inv_quality); local
    [all...]
  /external/mksh/src/
var.c 760 const char *qval; local
766 if ((qval = val) == NULL) {
769 qval = str_val(vp);
772 if (qval != NULL && !strcmp(qval, tvar)) {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 481 uint32_t qval = quadplicate_byte(maxValue); local
483 *qptr++ += qval;
  /external/skia/src/core/
SkScan_AntiPath.cpp 481 uint32_t qval = quadplicate_byte(maxValue); local
483 *qptr++ += qval;
  /external/tcpdump/
nfs.h 298 u_int64_t qval;

Completed in 184 milliseconds