Searched refs:MIN_SLOP (Results 1 - 3 of 3) sorted by relevance

/external/libjpeg-turbo/
H A Djmemmgr.c260 #define MIN_SLOP 50 /* greater than 0 to avoid futile looping */ macro
313 if (slop < MIN_SLOP) /* give up when it gets real small */
/external/opencv3/3rdparty/libjpeg/
H A Djmemmgr.c254 #define MIN_SLOP 50 /* greater than 0 to avoid futile looping */ macro
304 if (slop < MIN_SLOP) /* give up when it gets real small */
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jmemmgr.c255 #define MIN_SLOP 50 /* greater than 0 to avoid futile looping */ macro
305 if (slop < MIN_SLOP) /* give up when it gets real small */

Completed in 63 milliseconds