HomeSort by relevance Sort by last modified time
    Searched refs:qval (Results 1 - 10 of 10) 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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcdctmgr.c 228 { register DCTELEM temp, qval; local
233 qval = divisors[i];
235 /* Divide the coefficient value by qval, ensuring proper rounding.
254 temp += qval>>1; /* for rounding */
255 DIVIDE_BY(temp, qval);
258 temp += qval>>1; /* for rounding */
259 DIVIDE_BY(temp, qval);
fpdfapi_jcmarker.c 171 unsigned int qval = qtbl->quantval[jpeg_natural_order[i]]; local
173 emit_byte(cinfo, (int) (qval >> 8));
174 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/mksh/src/
var.c 760 const char *qval; local
766 if ((qval = val) == NULL) {
769 qval = str_val(vp);
772 while (qval) {
773 if (!strcmp(qval, tvar))
774 errorf("%s: %s", qval,
776 varsearch(e->loc, &vp, qval, hash(qval));
777 qval = NULL;
779 qval = str_val(vp)
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1675 int qval = cvRound(qtable[idx]*inv_quality); local
    [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;

Completed in 531 milliseconds