Searched refs:MAX_LOOP_COUNT (Results 1 – 3 of 3) sorted by relevance
79 #define MAX_LOOP_COUNT (1 << 16) // maximum value for loop-count macro
332 if (params->loop_count < 0 || params->loop_count >= MAX_LOOP_COUNT) { in WebPMuxSetAnimationParams()
731 if (webp_info->loop_count_ > MAX_LOOP_COUNT) { in ProcessANIMChunk()