OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outvalue
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jcsample.c
147
INT32
outvalue
;
local
166
outvalue
= 0;
170
outvalue
+= (INT32) GETJSAMPLE(*inptr++);
173
*outptr++ = (JSAMPLE) ((
outvalue
+ numpix2) / numpix);
/external/qemu/distrib/jpeg-6b/
jcsample.c
147
INT32
outvalue
;
local
166
outvalue
= 0;
170
outvalue
+= (INT32) GETJSAMPLE(*inptr++);
173
*outptr++ = (JSAMPLE) ((
outvalue
+ numpix2) / numpix);
Completed in 35 milliseconds