Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dframe_enc.c775 #define MIN_COUNT 96 // minimum number of macroblocks before updating stats macro
793 if (max_count < MIN_COUNT) max_count = MIN_COUNT; in VP8EncTokenLoop()