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

  /external/libvncserver/common/
turbojpeg.h 287 #define TJSCALED(dimension, scalingFactor) ((dimension * scalingFactor.num \
433 * calling #TJSCALED() with the JPEG image height and one of the scaling
448 * calling #TJSCALED() with the JPEG image width and one of the scaling
turbojpeg.c 791 scaledw=TJSCALED(jpegwidth, sf[i]);
792 scaledh=TJSCALED(jpegheight, sf[i]);
  /external/libvncserver/test/
tjunittest.c 278 int scaledWidth=TJSCALED(w, sf);
279 int scaledHeight=TJSCALED(h, sf);
tjbench.c 88 int scaledw=TJSCALED(w, sf);
89 int scaledh=TJSCALED(h, sf);
420 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
  /external/libjpeg-turbo/
turbojpeg.h 597 #define TJSCALED(dimension, scalingFactor) ((dimension * scalingFactor.num \
    [all...]
tjbench.c 113 int scaledw=TJSCALED(w, sf);
114 int scaledh=TJSCALED(h, sf);
576 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
turbojpeg.c     [all...]
tjunittest.c 460 int scaledWidth=TJSCALED(w, sf);
461 int scaledHeight=TJSCALED(h, sf);
turbojpeg-jni.c 756 scaledWidth=TJSCALED(jpegWidth, sf[i]);
757 scaledHeight=TJSCALED(jpegHeight, sf[i]);
    [all...]
  /external/libjpeg-turbo/doc/html/search/
all_74.js 71 ['tjscaled',['TJSCALED',['../group___turbo_j_p_e_g.html#ga84878bb65404204743aa18cac02781df',1,'turbojpeg.h']]],

Completed in 187 milliseconds