Home
last modified time | relevance | path

Searched refs:qval (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djcdctmgr.c94 { register DCTELEM temp, qval; in forward_DCT() local
99 qval = divisors[i]; in forward_DCT()
120 temp += qval>>1; /* for rounding */ in forward_DCT()
121 DIVIDE_BY(temp, qval); in forward_DCT()
124 temp += qval>>1; /* for rounding */ in forward_DCT()
125 DIVIDE_BY(temp, qval); in forward_DCT()
A Djcmarker.c173 unsigned int qval = qtbl->quantval[cinfo->natural_order[i]]; in emit_dqt() local
175 emit_byte(cinfo, (int) (qval >> 8)); in emit_dqt()
176 emit_byte(cinfo, (int) (qval & 0xFF)); in emit_dqt()
/AliOS-Things-master/components/cjson/src/
A DcJPath.c419 cJSON *qval = cJSON_GetObjectItem(obj, node->query_key); in cJSON_Path() local
420 if (cJSON_IsString(qval)) { in cJSON_Path()
423 if (strncmp(qval->valuestring, &node->query_value[1], slen - 2) == in cJSON_Path()

Completed in 5 milliseconds