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

  /external/jpeg/
jquant2.c 792 INT32 inc0, inc1, inc2; /* initial values for increments */ local
814 inc0 = (minc0 - GETJSAMPLE(cinfo->colormap[0][icolor])) * C0_SCALE;
815 dist0 = inc0*inc0;
821 inc0 = inc0 * (2 * STEP_C0) + STEP_C0 * STEP_C0;
827 xx0 = inc0;
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 792 INT32 inc0, inc1, inc2; /* initial values for increments */ local
814 inc0 = (minc0 - GETJSAMPLE(cinfo->colormap[0][icolor])) * C0_SCALE;
815 dist0 = inc0*inc0;
821 inc0 = inc0 * (2 * STEP_C0) + STEP_C0 * STEP_C0;
827 xx0 = inc0;
    [all...]
  /external/libppp/src/
command.c 519 struct bundle *bundle, int inc0, pid_t pid)
525 if (inc0)
    [all...]

Completed in 186 milliseconds