Home
last modified time | relevance | path

Searched refs:image_width (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_jpeg.c1063 if (sp->cinfo.d.image_width < segment_width || in JPEGPreDecode()
1069 sp->cinfo.d.image_width, in JPEGPreDecode()
1072 if (sp->cinfo.d.image_width > segment_width || in JPEGPreDecode()
1084 sp->cinfo.d.image_width, sp->cinfo.d.image_height); in JPEGPreDecode()
1778 sp->cinfo.c.image_width = segment_width; in JPEGPreEncode()
1969 bytesperclumpline = (((sp->cinfo.c.image_width+sp->h_sampling-1)/sp->h_sampling) in JPEGEncodeRaw()
H A Dtif_ojpeg.c254 uint32 image_width; member
1041 sp->image_width=tif->tif_dir.td_imagewidth; in OJPEGReadHeaderInfo()
1051 sp->strile_width=sp->image_width; in OJPEGReadHeaderInfo()
1610 if (((uint32)p<sp->image_width) && ((uint32)p<sp->strile_width)) in OJPEGReadHeaderInfoSecStreamSof()
/libtiff-4.0.7/
H A DChangeLog6306 cinfo.d.image_width values ("JPEGPreDecode: Improper JPEG strip/tile