HomeSort by relevance Sort by last modified time
    Searched refs:last_rowsperchunk (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jmemmgr.c 139 JDIMENSION last_rowsperchunk; /* from most recent alloc_sarray/barray */ member in struct:__anon17378
443 mem->last_rowsperchunk = rowsperchunk;
495 mem->last_rowsperchunk = rowsperchunk;
689 sptr->rowsperchunk = mem->last_rowsperchunk;
713 bptr->rowsperchunk = mem->last_rowsperchunk;
    [all...]
  /external/jpeg/
jmemmgr.c 137 JDIMENSION last_rowsperchunk; /* from most recent alloc_sarray/barray */ member in struct:__anon2276
414 mem->last_rowsperchunk = rowsperchunk;
462 mem->last_rowsperchunk = rowsperchunk;
656 sptr->rowsperchunk = mem->last_rowsperchunk;
680 bptr->rowsperchunk = mem->last_rowsperchunk;
    [all...]

Completed in 4073 milliseconds