HomeSort by relevance Sort by last modified time
    Searched refs:blkdist (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jquant1.c 283 int i,j,k, nci, blksize, blkdist, ptr, val; local
305 /* blkdist is distance between groups of identical entries for a component */
306 blkdist = total_colors;
311 blksize = blkdist / nci;
316 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) {
322 blkdist = blksize; /* blksize of this color is blkdist of next */
  /external/jpeg/
jquant1.c 278 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 */
  /external/qemu/distrib/jpeg-6b/
jquant1.c 278 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 1133 milliseconds