Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_jpeg.c1021 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 …]