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>.
934 * <tt>width * #tjPixelSize[pixelFormat]</tt> if the image is unpadded, or
935 * <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line of the image
939 * <tt>width * #tjPixelSize[pixelFormat]</tt>.
987 * <tt>width * #tjPixelSize[pixelFormat]</tt> if the image is unpadded, or
988 * <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line of the image
992 * <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>.
1277 * be <tt>width * #tjPixelSize[pixelFormat]</tt> if the destination image is
1278 * unpadded, or <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line
1282 * of setting it to <tt>width * #tjPixelSize[pixelFormat]</tt>.
1334 * be <tt>width * #tjPixelSize[pixelFormat]</tt> if the destination image is
1335 * unpadded, or <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line
1339 * of setting it to <tt>width * #tjPixelSize[pixelFormat]</tt>.