Home
last modified time | relevance | path

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

/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DNeuQuant.java59 protected static final int ncycles = 100; /* no. of learning cycles */ field in NeuQuant
247 delta = samplepixels / ncycles; in learn()
/external/python/cpython2/Doc/library/
Ditertools.rst726 def ncycles(iterable, n):
/external/python/cpython3/Doc/library/
Ditertools.rst735 def ncycles(iterable, n):