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

/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpeg.h225 static const int tjPixelSize[TJ_NUMPF] = {3, 3, 4, 4, 4, 4, 1, 4, 4, 4, 4}; variable
522 * <tt>width * #tjPixelSize[pixelFormat]</tt> if the image is unpadded,
523 * or <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line of
527 * setting it to <tt>width * #tjPixelSize[pixelFormat]</tt>.
628 * <tt>width * #tjPixelSize[pixelFormat]</tt> if the image is unpadded,
629 * or <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line of
633 * setting it to <tt>width * #tjPixelSize[pixelFormat]</tt>.
717 * <tt>scaledWidth * #tjPixelSize[pixelFormat]</tt> if the decompressed
719 * #tjPixelSize[pixelFormat])</tt> if each line of the decompressed
726 * * #tjPixelSize[pixelForma
[all...]

Completed in 118 milliseconds