Home | History | Annotate | Download | only in gpu

Lines Matching refs:rowPtr

176         uint8_t* rowPtr = data.get() + row*width;
178 if (rowPtr[col] <= 127 && rowPtr[col + 1] >= 128) {
180 float interp = (127.5f - rowPtr[col]) / (rowPtr[col + 1] - rowPtr[col]);