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

  /external/libjpeg-turbo/
jquant2.c 786 #define STEP_C0 ((1 << C0_SHIFT) * C0_SCALE)
800 inc0 = inc0 * (2 * STEP_C0) + STEP_C0 * STEP_C0;
827 xx0 += 2 * STEP_C0 * STEP_C0;
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant2.c 808 #define STEP_C0 ((1 << C0_SHIFT) * C0_SCALE)
822 inc0 = inc0 * (2 * STEP_C0) + STEP_C0 * STEP_C0;
849 xx0 += 2 * STEP_C0 * STEP_C0;
    [all...]

Completed in 394 milliseconds