Home | History | Annotate | Download | only in source

Lines Matching defs:pIn

465     u8 *pOut, *pIn;
488 pIn = pInImage + pCropParams->cropTopOffset*picWidth +
497 *pOut++ = *pIn++;
499 pIn += picWidth - outWidth;
505 pIn = pInImage + picWidth*picHeight +
513 *pOut++ = *pIn++;
515 pIn += picWidth/2 - outWidth;
518 pIn = pInImage + 5*picWidth*picHeight/4 +
526 *pOut++ = *pIn++;
528 pIn += picWidth/2 - outWidth;