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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Djquant1.c278 int i,j,k, nci, blksize, blkdist, ptr, val; local
300 /* blkdist is distance between groups of identical entries for a component */
301 blkdist = total_colors;
306 blksize = blkdist / nci;
311 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) {
317 blkdist = blksize; /* blksize of this color is blkdist of next */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Djquant1.c278 int i,j,k, nci, blksize, blkdist, ptr, val; local
300 /* blkdist is distance between groups of identical entries for a component */
301 blkdist = total_colors;
306 blksize = blkdist / nci;
311 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) {
317 blkdist = blksize; /* blksize of this color is blkdist of next */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Djquant1.c278 int i,j,k, nci, blksize, blkdist, ptr, val; local
300 /* blkdist is distance between groups of identical entries for a component */
301 blkdist = total_colors;
306 blksize = blkdist / nci;
311 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) {
317 blkdist = blksize; /* blksize of this color is blkdist of next */

Completed in 116 milliseconds