Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsintrp.c458 dxy0, dxy1, dxyz; in TrilinearInterpFloat() local
501 dxyz = LERP(fz, dxy0, dxy1); in TrilinearInterpFloat()
503 Output[OutChan] = dxyz; in TrilinearInterpFloat()
530 dxy0, dxy1, dxyz; in TrilinearInterp16() local
578 dxyz = LERP(rz, dxy0, dxy1); in TrilinearInterp16()
580 Output[OutChan] = (cmsUInt16Number) dxyz; in TrilinearInterp16()