Searched refs:dxy0 (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsintrp.c | 466 dxy0, dxy1, dxyz; in TrilinearInterpFloat() local 506 dxy0 = LERP(fy, dx00, dx10); in TrilinearInterpFloat() 509 dxyz = LERP(fz, dxy0, dxy1); in TrilinearInterpFloat() 538 dxy0, dxy1, dxyz; in TrilinearInterp16() local 583 dxy0 = LERP(ry, dx00, dx10); in TrilinearInterp16() 586 dxyz = LERP(rz, dxy0, dxy1); in TrilinearInterp16()
|