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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 496 #define TJSCALED(dimension, scalingFactor) ((dimension * scalingFactor.num \
706 * calling #TJSCALED() with the JPEG image height and one of the scaling
722 * calling #TJSCALED() with the JPEG image width and one of the scaling
    [all...]
tjunittest.c 399 int scaledWidth=TJSCALED(w, sf);
400 int scaledHeight=TJSCALED(h, sf);
tjbench.c 99 int scaledw=(yuv==YUVDECODE)? w : TJSCALED(w, sf);
100 int scaledh=(yuv==YUVDECODE)? h : TJSCALED(h, sf);
538 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
turbojpeg.c 983 scaledw=TJSCALED(jpegwidth, sf[i]);
984 scaledh=TJSCALED(jpegheight, sf[i]);
    [all...]

Completed in 298 milliseconds