HomeSort by relevance Sort by last modified time
    Searched refs:multiply_ms (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_luv.c 1212 multiply_ms(tmsize_t m1, tmsize_t m2) function
    [all...]
tif_pixarlog.c 637 multiply_ms(tmsize_t m1, tmsize_t m2) function
672 tbuf_size = multiply_ms(multiply_ms(multiply_ms(sp->stride, td->td_imagewidth),
870 tbuf_size = multiply_ms(multiply_ms(multiply_ms(sp->stride, td->td_imagewidth),
    [all...]
  /external/pdfium/third_party/libtiff/
tif_luv.c 1226 multiply_ms(tmsize_t m1, tmsize_t m2) function
1265 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength);
1267 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip);
1268 if (multiply_ms(sp->tbuflen, sizeof (int16)) == 0 ||
    [all...]
tif_pixarlog.c 637 multiply_ms(tmsize_t m1, tmsize_t m2) function
686 tbuf_size = multiply_ms(multiply_ms(multiply_ms(sp->stride, td->td_imagewidth),
886 tbuf_size = multiply_ms(multiply_ms(multiply_ms(sp->stride, td->td_imagewidth),
    [all...]

Completed in 1686 milliseconds