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

  /external/libvncserver/common/
turbojpeg.h 220 static const int tjPixelSize[TJ_NUMPF] = {3, 3, 4, 4, 4, 4, 1, 4, 4, 4, 4};
313 * <tt>width * #tjPixelSize[pixelFormat]</tt> if the image is unpadded,
314 * or <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line of
318 * setting it to <tt>width * #tjPixelSize[pixelFormat]</tt>.
443 * <tt>scaledWidth * #tjPixelSize[pixelFormat]</tt> if the decompressed
445 * #tjPixelSize[pixelFormat])</tt> if each line of the decompressed
452 * * #tjPixelSize[pixelFormat]</tt>.
  /external/libjpeg-turbo/
turbojpeg.h 282 static const int tjPixelSize[TJ_NUMPF] = {3, 3, 4, 4, 4, 4, 1, 4, 4, 4, 4, 4};
627 * <tt>width * #tjPixelSize[pixelFormat]</tt> if the image is unpadded, or
628 * <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line of the image
632 * <tt>width * #tjPixelSize[pixelFormat]</tt>.
    [all...]

Completed in 654 milliseconds