Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsintrp.c466 dxy0, dxy1, dxyz; in TrilinearInterpFloat() local
509 dxyz = LERP(fz, dxy0, dxy1); in TrilinearInterpFloat()
511 Output[OutChan] = dxyz; in TrilinearInterpFloat()
538 dxy0, dxy1, dxyz; in TrilinearInterp16() local
586 dxyz = LERP(rz, dxy0, dxy1); in TrilinearInterp16()
588 Output[OutChan] = (cmsUInt16Number) dxyz; in TrilinearInterp16()