OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dstps
(Results
1 - 1
of
1
) sorted by null
/external/libjpeg-turbo/
bmp.c
82
int
dstps
=tjPixelSize[dstpf];
local
83
int dststride=dstbottomup? -w*
dstps
:w*
dstps
;
87
if(dstbottomup) dstrowptr=&dstbuf[w*
dstps
*(h-1)];
127
col<w; col++, dstcolptr+=
dstps
)
150
col<w; col++, srccolptr+=srcps, dstcolptr+=
dstps
)
164
int retval=0,
dstps
, srcpf, tempc;
local
215
dstps
=tjPixelSize[dstpf];
216
if((*buf=(unsigned char *)malloc((*w)*(*h)*
dstps
))==NULL)
226
if(bottomup) outbuf=&(*buf)[((*h)-row-1)*(*w)*
dstps
];
[
all
...]
Completed in 672 milliseconds