Searched defs:tjPixelSize (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/common/
H A Dturbojpeg.h220 static const int tjPixelSize[TJ_NUMPF] = {3, 3, 4, 4, 4, 4, 1, 4, 4, 4, 4}; variable
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>.

Completed in 74 milliseconds