Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_luv.c200 npixels = occ / sp->pixel_size; in LogL16Decode()
273 npixels = occ / sp->pixel_size; in LogLuvDecode24()
334 npixels = occ / sp->pixel_size; in LogLuvDecode32()
453 npixels = cc / sp->pixel_size; in LogL16Encode()
546 npixels = cc / sp->pixel_size; in LogLuvEncode24()
604 npixels = cc / sp->pixel_size; in LogLuvEncode32()
1300 sp->pixel_size = sizeof (float); in LogL16InitState()
1303 sp->pixel_size = sizeof (int16); in LogL16InitState()
1306 sp->pixel_size = sizeof (uint8); in LogL16InitState()
1397 sp->pixel_size = 3*sizeof (float); in LogLuvInitState()
[all …]