OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_minheights
(Results
1 - 1
of
1
) sorted by null
/external/jpeg/
jmemmgr.c
588
long minheights,
max_minheights
;
local
627
max_minheights
= 1000000000L;
629
max_minheights
= avail_mem / space_per_minheight;
633
if (
max_minheights
<= 0)
634
max_minheights
= 1;
642
if (minheights <=
max_minheights
) {
647
sptr->rows_in_mem = (JDIMENSION) (
max_minheights
* sptr->maxaccess);
666
if (minheights <=
max_minheights
) {
671
bptr->rows_in_mem = (JDIMENSION) (
max_minheights
* bptr->maxaccess);
[
all
...]
Completed in 62 milliseconds