Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_luv.c1273 multiply_ms(tmsize_t m1, tmsize_t m2) in multiply_ms() function
1315 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength); in LogL16InitState()
1317 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogL16InitState()
1319 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_imagelength); in LogL16InitState()
1320 if (multiply_ms(sp->tbuflen, sizeof (int16)) == 0 || in LogL16InitState()
1417 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength); in LogLuvInitState()
1419 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogLuvInitState()
1421 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_imagelength); in LogLuvInitState()
1422 if (multiply_ms(sp->tbuflen, sizeof (uint32)) == 0 || in LogLuvInitState()
Dtif_pixarlog.c638 multiply_ms(tmsize_t m1, tmsize_t m2) in multiply_ms() function
692 tbuf_size = multiply_ms(multiply_ms(multiply_ms(sp->stride, td->td_imagewidth), in PixarLogSetupDecode()
910 tbuf_size = multiply_ms(multiply_ms(multiply_ms(sp->stride, td->td_imagewidth), in PixarLogSetupEncode()