Home | History | Annotate | Download | only in gpu

Lines Matching defs:interp

180                 float interp = (127.5f - rowPtr[col]) / (rowPtr[col + 1] - rowPtr[col]);
181 float borderAlpha = (col + interp) / 255.f;