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

  /external/srec/srec/include/
specnorm.h 39 #define MIN_COUNT 1 /* was 20 */
  /external/srec/srec/clib/
specnorm.c 100 if (spec->count < MIN_COUNT) return(spec->median);
134 if (spec->count < MIN_COUNT) return;
168 if (spec->count < MIN_COUNT) return;
  /external/chromium_org/third_party/libwebp/enc/
frame.c 907 #define MIN_COUNT 96 // minimum number of macroblocks before updating stats
918 if (max_count < MIN_COUNT) max_count = MIN_COUNT;
  /external/webp/src/enc/
frame.c 907 #define MIN_COUNT 96 // minimum number of macroblocks before updating stats
918 if (max_count < MIN_COUNT) max_count = MIN_COUNT;

Completed in 278 milliseconds