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

  /external/jpeg/
jquant2.c 640 * some stack space (the mindist[] and bestdist[] arrays need not coexist)
662 INT32 mindist[MAXNUMCOLORS]; /* min distance to colormap entry i */ local
682 * We save the minimum distance for each color in mindist[];
756 mindist[i] = min_dist; /* save away the results */
767 if (mindist[i] <= minmaxdist)
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 1076 float mindist = Float.MAX_VALUE; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 1311 int mindist = 0x7fffffff; local
    [all...]

Completed in 777 milliseconds