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

  /external/jpeg/
jquant2.c 91 #define C1_SCALE G_SCALE
405 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE;
452 c1 = ((b1->c1max - b1->c1min) << C1_SHIFT) * C1_SCALE;
714 tdist = (x - minc1) * C1_SCALE;
716 tdist = (x - maxc1) * C1_SCALE;
719 tdist = (x - maxc1) * C1_SCALE;
721 tdist = (x - minc1) * C1_SCALE;
726 tdist = (x - maxc1) * C1_SCALE;
729 tdist = (x - minc1) * C1_SCALE;
808 #define STEP_C1 ((1 << C1_SHIFT) * C1_SCALE)
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 91 #define C1_SCALE G_SCALE
405 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE;
452 c1 = ((b1->c1max - b1->c1min) << C1_SHIFT) * C1_SCALE;
714 tdist = (x - minc1) * C1_SCALE;
716 tdist = (x - maxc1) * C1_SCALE;
719 tdist = (x - maxc1) * C1_SCALE;
721 tdist = (x - minc1) * C1_SCALE;
726 tdist = (x - maxc1) * C1_SCALE;
729 tdist = (x - minc1) * C1_SCALE;
808 #define STEP_C1 ((1 << C1_SHIFT) * C1_SCALE)
    [all...]

Completed in 159 milliseconds