Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant1.c282 int i, j, k, nci, blksize, blkdist, ptr, val; in create_colormap() local
305 blkdist = total_colors; in create_colormap()
310 blksize = blkdist / nci; in create_colormap()
315 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) { in create_colormap()
321 blkdist = blksize; /* blksize of this color is blkdist of next */ in create_colormap()