Home
last modified time | relevance | path

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

/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DNeuQuant.java184 int previouscol, startpos; in inxbuild() local
186 previouscol = 0; in inxbuild()
217 if (smallval != previouscol) { in inxbuild()
218 netindex[previouscol] = (startpos + i) >> 1; in inxbuild()
219 for (j = previouscol + 1; j < smallval; j++) in inxbuild()
221 previouscol = smallval; in inxbuild()
225 netindex[previouscol] = (startpos + maxnetpos) >> 1; in inxbuild()
226 for (j = previouscol + 1; j < 256; j++) in inxbuild()