Searched refs:dxy1 (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsintrp.c | 458 dxy0, dxy1, dxyz; in TrilinearInterpFloat() local 499 dxy1 = LERP(fy, dx01, dx11); in TrilinearInterpFloat() 501 dxyz = LERP(fz, dxy0, dxy1); in TrilinearInterpFloat() 530 dxy0, dxy1, dxyz; in TrilinearInterp16() local 576 dxy1 = LERP(ry, dx01, dx11); in TrilinearInterp16() 578 dxyz = LERP(rz, dxy0, dxy1); in TrilinearInterp16()
|