OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexptr
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jquant1.c
336
JSAMPROW
indexptr
;
local
371
indexptr
= cquantize->colorindex[i];
378
indexptr
[j] = (JSAMPLE) (val * blksize);
383
indexptr
[-j] =
indexptr
[0];
384
indexptr
[MAXJSAMPLE+j] =
indexptr
[MAXJSAMPLE];
/external/qemu/distrib/jpeg-6b/
jquant1.c
336
JSAMPROW
indexptr
;
local
371
indexptr
= cquantize->colorindex[i];
378
indexptr
[j] = (JSAMPLE) (val * blksize);
383
indexptr
[-j] =
indexptr
[0];
384
indexptr
[MAXJSAMPLE+j] =
indexptr
[MAXJSAMPLE];
Completed in 7729 milliseconds