Searched refs:divp (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathFun.h | 202 divp (int x, int y) in divp() function 212 return x - y * divp (x, y); in modp()
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfOutputFile.cpp | 67 using Imath::divp; 384 int dMinX = divp (ofd->minX, slice.xSampling); in convertToXdr() 385 int dMaxX = divp (ofd->maxX, slice.xSampling); in convertToXdr() 530 int dMinX = divp (_ofd->minX, slice.xSampling); in execute() 531 int dMaxX = divp (_ofd->maxX, slice.xSampling); in execute() 555 divp (y, slice.ySampling) * in execute()
|
D | ImfInputFile.cpp | 60 using Imath::divp; 285 divp (y, toSlice.ySampling) * toSlice.yStride + in bufferedReadPixels() 286 divp (xStart, toSlice.xSampling) * toSlice.xStride; in bufferedReadPixels()
|
D | ImfScanLineInputFile.cpp | 65 using Imath::divp; 534 int dMinX = divp (_ifd->minX, slice.xSampling); in execute() 535 int dMaxX = divp (_ifd->maxX, slice.xSampling); in execute() 557 divp (y, slice.ySampling) * in execute()
|
D | ImfMisc.cpp | 56 using Imath::divp; 94 int a1 = divp (a, s); in numSamples() 95 int b1 = divp (b, s); in numSamples()
|
D | ImfPizCompressor.cpp | 60 using Imath::divp;
|
D | ImfB44Compressor.cpp | 116 using Imath::divp;
|