OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qval
(Results
1 - 5
of
5
) 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/tcpdump/
nfs.h
298
u_int64_t
qval
;
/external/bzip2/
blocksort.c
998
UInt16
qVal
= (UInt16)(j >> shifts);
999
quadrant[a2update] =
qVal
;
1001
quadrant[a2update + nblock] =
qVal
;
/prebuilt/common/commons-compress/
commons-compress-1.0.jar
Completed in 3141 milliseconds