Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libtiff/
Dtif_ojpeg.c257 uint32 strile_length; member
1041 sp->strile_length=tif->tif_dir.td_tilelength; in OJPEGReadHeaderInfo()
1042 …sp->strile_length_total=((sp->image_length+sp->strile_length-1)/sp->strile_length)*sp->strile_leng… in OJPEGReadHeaderInfo()
1047 sp->strile_length=tif->tif_dir.td_rowsperstrip; in OJPEGReadHeaderInfo()
1072 if (sp->strile_length<sp->image_length) in OJPEGReadHeaderInfo()
1074 if (sp->strile_length%(sp->subsampling_ver*8)!=0) in OJPEGReadHeaderInfo()
1079 …->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*8))*(sp->strile_length/(sp->subsampli… in OJPEGReadHeaderInfo()
1218 sp->lines_per_strile=((sp->strile_length+sp->subsampling_ver-1)/sp->subsampling_ver); in OJPEGWriteHeaderInfo()
1228 sp->lines_per_strile=sp->strile_length; in OJPEGWriteHeaderInfo()
/external/pdfium/third_party/libtiff/
Dtif_ojpeg.c266 uint32 strile_length; member
1055 sp->strile_length=tif->tif_dir.td_tilelength; in OJPEGReadHeaderInfo()
1056 …sp->strile_length_total=((sp->image_length+sp->strile_length-1)/sp->strile_length)*sp->strile_leng… in OJPEGReadHeaderInfo()
1061 sp->strile_length=tif->tif_dir.td_rowsperstrip; in OJPEGReadHeaderInfo()
1086 if (sp->strile_length<sp->image_length) in OJPEGReadHeaderInfo()
1088 if (sp->strile_length%(sp->subsampling_ver*8)!=0) in OJPEGReadHeaderInfo()
1093 …->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*8))*(sp->strile_length/(sp->subsampli… in OJPEGReadHeaderInfo()
1232 sp->lines_per_strile=((sp->strile_length+sp->subsampling_ver-1)/sp->subsampling_ver); in OJPEGWriteHeaderInfo()
1242 sp->lines_per_strile=sp->strile_length; in OJPEGWriteHeaderInfo()