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

  /external/pdfium/third_party/libjpeg/
fpdfapi_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);
fpdfapi_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/libjpeg-turbo/
jcdctmgr.c 442 register DCTELEM qval; local
445 qval = divisors[i];
447 /* Divide the coefficient value by qval, ensuring proper rounding.
466 temp += qval>>1; /* for rounding */
467 DIVIDE_BY(temp, qval);
470 temp += qval>>1; /* for rounding */
471 DIVIDE_BY(temp, qval);
jcmarker.c 175 unsigned int qval = qtbl->quantval[jpeg_natural_order[i]]; local
177 emit_byte(cinfo, (int) (qval >> 8));
178 emit_byte(cinfo, (int) (qval & 0xFF));
  /external/mksh/src/
var.c 829 const char *qval, *ccp; local
835 if ((qval = val) == NULL) {
839 qval = str_val(vp);
842 ccp = skip_varname(qval, false);
843 if (ccp == qval) {
846 if (!(c = (unsigned char)qval[0]))
848 else if (ksh_isdigit(c) && getn(qval, &c))
850 else if (qval[1] == '\0') switch (c) {
868 errorf(Tf_sD_s, qval,
873 while (qval) {
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1675 int qval = cvRound(qtable[idx]*inv_quality); local
    [all...]
  /external/skia/src/core/
SkScan_AntiPath.cpp 504 uint32_t qval = quadplicate_byte(maxValue);
506 *qptr++ += qval;

Completed in 541 milliseconds