Searched refs:lutpos (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DInterpolator.cpp104 float lutpos = input * mSize; local
105 if (lutpos >= (mSize - 1)) {
110 weight = modff(lutpos, &ipart);
116 " i1=%d, i2=%d, input=%f, lutpos=%f, size=%zu, values=%p, ipart=%f, weight=%f",
117 i1, i2, input, lutpos, mSize, mValues, ipart, weight);

Completed in 107 milliseconds