Lines Matching refs:image_height
696 cinfo->image_height = height; in tjCompress2()
717 while (cinfo->next_scanline < cinfo->image_height) in tjCompress2()
719 cinfo->image_height - cinfo->next_scanline); in tjCompress2()
798 cinfo->image_height = height; in tjEncodeYUVPlanes()
1008 cinfo->image_height = height; in tjCompressFromYUVPlanes()
1032 ph[i] = PAD(cinfo->image_height, cinfo->max_v_samp_factor) * in tjCompressFromYUVPlanes()
1064 for (row = 0; row < (int)cinfo->image_height; in tjCompressFromYUVPlanes()
1219 *height = dinfo->image_height; in tjDecompressHeader3()
1321 jpegwidth = dinfo->image_width; jpegheight = dinfo->image_height; in tjDecompress2()
1470 dinfo->image_height = height; in tjDecodeYUVPlanes()
1675 jpegwidth = dinfo->image_width; jpegheight = dinfo->image_height; in tjDecompressToYUVPlanes()
1821 jpegwidth = dinfo->image_width; jpegheight = dinfo->image_height; in tjDecompressToYUV2()
1986 w = dinfo->image_width; h = dinfo->image_height; in tjTransform()
2112 *width = cinfo->image_width; *height = cinfo->image_height; in tjLoadImage()
2126 while (cinfo->next_scanline < cinfo->image_height) { in tjLoadImage()
2182 dinfo->image_width = width; dinfo->image_height = height; in tjSaveImage()