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

  /external/chromium_org/third_party/libjpeg_turbo/
jmemmgr.c 259 #define MIN_SLOP 50 /* greater than 0 to avoid futile looping */
312 if (slop < MIN_SLOP) /* give up when it gets real small */
    [all...]
  /external/jpeg/
jmemmgr.c 253 #define MIN_SLOP 50 /* greater than 0 to avoid futile looping */
303 if (slop < MIN_SLOP) /* give up when it gets real small */
    [all...]

Completed in 122 milliseconds