Searched refs:multiply_ms (Results 1 – 3 of 3) sorted by relevance
| /libtiff-4.0.7/tools/ |
| H A D | ppm2tiff.c | 76 multiply_ms(tmsize_t m1, tmsize_t m2) in multiply_ms() function 239 linebytes = (multiply_ms(spp, w) + (8 - 1)) / 8; in main() 248 linebytes = multiply_ms(spp, w); in main()
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_luv.c | 1267 multiply_ms(tmsize_t m1, tmsize_t m2) in multiply_ms() function 1314 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength); in LogL16InitState() 1316 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogL16InitState() 1317 if (multiply_ms(sp->tbuflen, sizeof (int16)) == 0 || in LogL16InitState() 1414 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength); in LogLuvInitState() 1416 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogLuvInitState() 1417 if (multiply_ms(sp->tbuflen, sizeof (uint32)) == 0 || in LogLuvInitState()
|
| H A D | tif_pixarlog.c | 640 multiply_ms(tmsize_t m1, tmsize_t m2) in multiply_ms() function 689 tbuf_size = multiply_ms(multiply_ms(multiply_ms(sp->stride, td->td_imagewidth), in PixarLogSetupDecode() 896 tbuf_size = multiply_ms(multiply_ms(multiply_ms(sp->stride, td->td_imagewidth), in PixarLogSetupEncode()
|