Home
last modified time | relevance | path

Searched refs:round_up_pow2 (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/
Djmemmgr.c43 round_up_pow2 (size_t a, size_t b) in round_up_pow2() function
278 sizeofobject = round_up_pow2(sizeofobject, ALIGN_SIZE); in alloc_small()
366 sizeofobject = round_up_pow2(sizeofobject, ALIGN_SIZE); in alloc_large()
431 samplesperrow = (JDIMENSION)round_up_pow2(samplesperrow, (2 * ALIGN_SIZE) / sizeof(JSAMPLE)); in alloc_sarray()