Searched refs:pSrcRow (Results 1 – 1 of 1) sorted by relevance
1495 uint8_t* pSrcRow = pDataIn + row * nSrcRowBytes; in _ContrastAdjust() local1498 temp = (int)((*(pSrcRow++) - min) * rate + 0.5); in _ContrastAdjust()