Home | History | Annotate | Download | only in source

Lines Matching refs:pIn

594     u8 *pOut, *pIn;
620 pIn = pInImage + pCropParams->cropTopOffset*picWidth +
629 *pOut++ = *pIn++;
631 pIn += picWidth - outWidth;
638 pIn = pInImage + picWidth*picHeight +
646 *pOut++ = *pIn++;
648 pIn += picWidth/2 - outWidth;
652 pIn = pInImage + 5*picWidth*picHeight/4 +
660 *pOut++ = *pIn++;
662 pIn += picWidth/2 - outWidth;