Searched refs:LinearInterp (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsintrp.c | 176 cmsINLINE cmsUInt16Number LinearInterp(cmsS15Fixed16Number a, cmsS15Fixed16Number l, cmsS15Fixed16N… in LinearInterp() function 212 Output[0] = LinearInterp(rest, y0, y1); in LinLerp1D() 281 Output[OutChan] = LinearInterp(rk, LutTable[K0+OutChan], LutTable[K1+OutChan]); in Eval1Input() 1002 Output[i] = LinearInterp(rk, Tmp1[i], Tmp2[i]); in Eval4Inputs() 1093 Output[i] = LinearInterp(rk, Tmp1[i], Tmp2[i]); in Eval5Inputs() 1180 Output[i] = LinearInterp(rk, Tmp1[i], Tmp2[i]); in Eval6Inputs() 1266 Output[i] = LinearInterp(rk, Tmp1[i], Tmp2[i]); in Eval7Inputs() 1350 Output[i] = LinearInterp(rk, Tmp1[i], Tmp2[i]); in Eval8Inputs()
|