Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_jpeg.c1098 uint32 segment_width, segment_height; in JPEGPreDecode() local
1134 segment_width = td->td_imagewidth; in JPEGPreDecode()
1145 segment_width = TIFFhowmany_32(segment_width, sp->h_sampling); in JPEGPreDecode()
1153 segment_width, segment_height, in JPEGPreDecode()
1168 segment_width, segment_height, in JPEGPreDecode()
1182 segment_width, segment_height, in JPEGPreDecode()
1904 uint32 segment_width, segment_height; in JPEGPreEncode() local
1919 segment_width = td->td_tilewidth; in JPEGPreEncode()
1923 segment_width = td->td_imagewidth; in JPEGPreEncode()
1933 segment_width = TIFFhowmany_32(segment_width, sp->h_sampling); in JPEGPreEncode()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog7174 * libtiff/tif_jpeg.c: fixed computation of segment_width for

Completed in 15 milliseconds