Home | History | Annotate | Download | only in source

Lines Matching defs:pIn

462     u8 *pOut, *pIn;
485 pIn = pInImage + pCropParams->cropTopOffset*picWidth +
494 *pOut++ = *pIn++;
496 pIn += picWidth - outWidth;
502 pIn = pInImage + picWidth*picHeight +
510 *pOut++ = *pIn++;
512 pIn += picWidth/2 - outWidth;
515 pIn = pInImage + 5*picWidth*picHeight/4 +
523 *pOut++ = *pIn++;
525 pIn += picWidth/2 - outWidth;