Lines Matching refs:srcPixelPtrL
357 int16* srcPixelPtrL; in bim_Flt16Image_copySection() local
401 srcPixelPtrL = srcPtrA->arrE.arrPtrE; in bim_Flt16Image_copySection()
406 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()
411 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_Flt16Image_copySection()
413 srcPixelPtrL--; in bim_Flt16Image_copySection()
417 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()
424 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_Flt16Image_copySection()
429 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()
434 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_Flt16Image_copySection()
436 srcPixelPtrL--; in bim_Flt16Image_copySection()
440 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()
446 …srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImag… in bim_Flt16Image_copySection()
451 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()
456 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_Flt16Image_copySection()
458 srcPixelPtrL--; in bim_Flt16Image_copySection()
462 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()