Searched refs:blkdist (Results 1 – 2 of 2) sorted by relevance
/external/jpeg/ |
D | jquant1.c | 278 int i,j,k, nci, blksize, blkdist, ptr, val; in create_colormap() local 301 blkdist = total_colors; in create_colormap() 306 blksize = blkdist / nci; in create_colormap() 311 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) { in create_colormap() 317 blkdist = blksize; /* blksize of this color is blkdist of next */ in create_colormap()
|
/external/qemu/distrib/jpeg-6b/ |
D | jquant1.c | 278 int i,j,k, nci, blksize, blkdist, ptr, val; in create_colormap() local 301 blkdist = total_colors; in create_colormap() 306 blksize = blkdist / nci; in create_colormap() 311 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) { in create_colormap() 317 blkdist = blksize; /* blksize of this color is blkdist of next */ in create_colormap()
|