Searched refs:segment_width (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/3rdparty/libtiff/ |
D | tif_jpeg.c | 1001 uint32 segment_width, segment_height; in JPEGPreDecode() local 1032 segment_width = td->td_imagewidth; in JPEGPreDecode() 1035 segment_width = td->td_tilewidth; in JPEGPreDecode() 1048 segment_width = TIFFhowmany_32(segment_width, sp->h_sampling); in JPEGPreDecode() 1051 if (sp->cinfo.d.image_width < segment_width || in JPEGPreDecode() 1056 segment_width, segment_height, in JPEGPreDecode() 1060 if (sp->cinfo.d.image_width > segment_width || in JPEGPreDecode() 1071 segment_width, segment_height, in JPEGPreDecode() 1638 uint32 segment_width, segment_height; in JPEGPreEncode() local 1653 segment_width = td->td_tilewidth; in JPEGPreEncode() [all …]
|
D | ChangeLog | 4854 * libtiff/tif_jpeg.c: fixed computation of segment_width for
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 1021 uint32 segment_width, segment_height; in JPEGPreDecode() local 1052 segment_width = td->td_imagewidth; in JPEGPreDecode() 1055 segment_width = td->td_tilewidth; in JPEGPreDecode() 1068 segment_width = TIFFhowmany_32(segment_width, sp->h_sampling); in JPEGPreDecode() 1071 if (sp->cinfo.d.image_width < segment_width || in JPEGPreDecode() 1076 segment_width, segment_height, in JPEGPreDecode() 1080 if (sp->cinfo.d.image_width > segment_width || in JPEGPreDecode() 1091 segment_width, segment_height, in JPEGPreDecode() 1750 uint32 segment_width, segment_height; in JPEGPreEncode() local 1765 segment_width = td->td_tilewidth; in JPEGPreEncode() [all …]
|