Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dwebp.c897 effective_delta, in WriteAnimatedWEBPImage() local
916 effective_delta=0; in WriteAnimatedWEBPImage()
951 effective_delta=image->delay*1000*PerceptibleReciprocal( in WriteAnimatedWEBPImage()
953 if (effective_delta < 10) in WriteAnimatedWEBPImage()
954 effective_delta=100; /* Consistent with gif2webp */ in WriteAnimatedWEBPImage()
955 frame_timestamp+=effective_delta; in WriteAnimatedWEBPImage()