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

  /external/jpeg/
jquant2.c 809 #define STEP_C2 ((1 << C2_SHIFT) * C2_SCALE)
823 inc2 = inc2 * (2 * STEP_C2) + STEP_C2 * STEP_C2;
840 xx2 += 2 * STEP_C2 * STEP_C2;
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 809 #define STEP_C2 ((1 << C2_SHIFT) * C2_SCALE)
823 inc2 = inc2 * (2 * STEP_C2) + STEP_C2 * STEP_C2;
840 xx2 += 2 * STEP_C2 * STEP_C2;
    [all...]

Completed in 45 milliseconds