Home
last modified time | relevance | path

Searched refs:strile_width (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtif_ojpeg.c256 uint32 strile_width; member
1040 sp->strile_width=tif->tif_dir.td_tilewidth; in OJPEGReadHeaderInfo()
1046 sp->strile_width=sp->image_width; in OJPEGReadHeaderInfo()
1079 …sp->restart_interval=((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*8))*(sp->str… in OJPEGReadHeaderInfo()
1182 …sp->subsampling_convert_ylinelen=((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*… in OJPEGWriteHeaderInfo()
1215 …sp->subsampling_convert_clinelenout=((sp->strile_width+sp->subsampling_hor-1)/sp->subsampling_hor); in OJPEGWriteHeaderInfo()
1227 sp->bytes_per_line=sp->samples_per_pixel_per_plane*sp->strile_width; in OJPEGWriteHeaderInfo()
1363 sp->sof_x=sp->strile_width; in OJPEGReadHeaderInfoSec()
1599 if (((uint32)p<sp->image_width) && ((uint32)p<sp->strile_width)) in OJPEGReadHeaderInfoSecStreamSof()
1604 if ((uint32)p>sp->strile_width) in OJPEGReadHeaderInfoSecStreamSof()
/external/pdfium/third_party/libtiff/
Dtif_ojpeg.c265 uint32 strile_width; member
1054 sp->strile_width=tif->tif_dir.td_tilewidth; in OJPEGReadHeaderInfo()
1060 sp->strile_width=sp->image_width; in OJPEGReadHeaderInfo()
1093 …sp->restart_interval=((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*8))*(sp->str… in OJPEGReadHeaderInfo()
1196 …sp->subsampling_convert_ylinelen=((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*… in OJPEGWriteHeaderInfo()
1229 …sp->subsampling_convert_clinelenout=((sp->strile_width+sp->subsampling_hor-1)/sp->subsampling_hor); in OJPEGWriteHeaderInfo()
1241 sp->bytes_per_line=sp->samples_per_pixel_per_plane*sp->strile_width; in OJPEGWriteHeaderInfo()
1377 sp->sof_x=sp->strile_width; in OJPEGReadHeaderInfoSec()
1618 if (((uint32)p<sp->image_width) && ((uint32)p<sp->strile_width)) in OJPEGReadHeaderInfoSecStreamSof()
1623 if ((uint32)p>sp->strile_width) in OJPEGReadHeaderInfoSecStreamSof()