OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numpix2
(Results
1 - 2
of
2
) sorted by null
/external/libjpeg-turbo/
jcsample.c
150
int inrow, outrow, h_expand, v_expand, numpix,
numpix2
, h, v;
local
159
numpix2
= numpix/2;
180
*outptr++ = (JSAMPLE) ((outvalue +
numpix2
) / numpix);
/external/pdfium/third_party/libjpeg/
fpdfapi_jcsample.c
143
int inrow, outrow, h_expand, v_expand, numpix,
numpix2
, h, v;
local
152
numpix2
= numpix/2;
173
*outptr++ = (JSAMPLE) ((outvalue +
numpix2
) / numpix);
Completed in 53 milliseconds