Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:tjPixelSize

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>.
935 * <tt>width * #tjPixelSize[pixelFormat]</tt> if the image is unpadded, or
936 * <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line of the image
940 * <tt>width * #tjPixelSize[pixelFormat]</tt>.
988 * <tt>width * #tjPixelSize[pixelFormat]</tt> if the image is unpadded, or
989 * <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line of the image
993 * <tt>width * #tjPixelSize[pixelFormat]</tt>.
1109 * <tt>scaledWidth * #tjPixelSize[pixelFormat]</tt> if the decompressed image
1110 * is unpadded, else <tt>#TJPAD(scaledWidth * #tjPixelSize[pixelFormat])</tt>
1117 * <tt>scaledWidth * #tjPixelSize[pixelFormat]</tt>.
1275 * be <tt>width * #tjPixelSize[pixelFormat]</tt> if the destination image is
1276 * unpadded, or <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line
1280 * of setting it to <tt>width * #tjPixelSize[pixelFormat]</tt>.
1332 * be <tt>width * #tjPixelSize[pixelFormat]</tt> if the destination image is
1333 * unpadded, or <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line
1337 * of setting it to <tt>width * #tjPixelSize[pixelFormat]</tt>.