Searched refs:dstPtrL (Results 1 – 5 of 5) sorted by relevance
42 uint16* dstPtrL; in bim_createHisto16() local46 dstPtrL = histoPtrA; in bim_createHisto16()49 *dstPtrL++ = 0; in bim_createHisto16()53 dstPtrL = histoPtrA; in bim_createHisto16()57 dstPtrL[ ( *srcPtrL & 0x0FF ) ]++; in bim_createHisto16()58 dstPtrL[ ( *srcPtrL >> 8 ) ]++; in bim_createHisto16()72 uint16* dstPtrL; in bim_createHistoOfSection16() local95 dstPtrL = histoPtrA; in bim_createHistoOfSection16()98 *dstPtrL++ = 0; in bim_createHistoOfSection16()103 dstPtrL = histoPtrA; in bim_createHistoOfSection16()[all …]
42 uint16* dstPtrL; in bim_createHisto() local46 dstPtrL = histoPtrA; in bim_createHisto()49 *dstPtrL++ = 0; in bim_createHisto()54 dstPtrL = histoPtrA; in bim_createHisto()57 dstPtrL[ *srcPtrL++ ]++; in bim_createHisto()71 uint16* dstPtrL; in bim_createHistoOfSection() local92 dstPtrL = histoPtrA; in bim_createHistoOfSection()95 *dstPtrL++ = 0; in bim_createHistoOfSection()100 dstPtrL = histoPtrA; in bim_createHistoOfSection()105 dstPtrL[ *srcPtrL++ ]++; in bim_createHistoOfSection()[all …]
345 uint16* dstPtrL; in bim_UInt16ByteImage_warp() local370 dstPtrL = ptrA->arrE.arrPtrE; in bim_UInt16ByteImage_warp()609 *dstPtrL |= dstPixelL & 0x0FF; in bim_UInt16ByteImage_warp()611 *dstPtrL |= dstPixelL << 8; in bim_UInt16ByteImage_warp()613 dstPtrL++; in bim_UInt16ByteImage_warp()618 *dstPtrL = dstPixelL << 8; in bim_UInt16ByteImage_warp()620 *dstPtrL = dstPixelL & 0x0FF; in bim_UInt16ByteImage_warp()645 uint8* dstPtrL; in bim_UInt16ByteImage_warp8() local670 dstPtrL = ( uint8* )ptrA->arrE.arrPtrE; in bim_UInt16ByteImage_warp8()789 *dstPtrL++ = *ulPtrL; in bim_UInt16ByteImage_warp8()[all …]
531 uint8* dstPtrL; in bim_UInt8Image_warpOffs() local556 dstPtrL = ptrA->arrE.arrPtrE; in bim_UInt8Image_warpOffs()682 *dstPtrL++ = *ulPtrL; in bim_UInt8Image_warpOffs()687 *dstPtrL++ = *urPtrL; in bim_UInt8Image_warpOffs()694 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt8Image_warpOffs()702 *dstPtrL++ = *llPtrL; in bim_UInt8Image_warpOffs()707 *dstPtrL++ = *lrPtrL; in bim_UInt8Image_warpOffs()714 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt8Image_warpOffs()730 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt8Image_warpOffs()737 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt8Image_warpOffs()[all …]
573 struct bts_Int16Vec2D* dstPtrL = dstPtrA->vecArrE; in bts_Cluster2D_alt() local580 int32 qxL = dstPtrL->xE - cqL.xE; in bts_Cluster2D_alt()581 int32 qyL = dstPtrL->yE - cqL.yE; in bts_Cluster2D_alt()583 dstPtrL++; in bts_Cluster2D_alt()636 struct bts_Int16Vec2D* dstPtrL = dstPtrA->vecArrE; in bts_Cluster2D_alt() local643 int32 qxL = dstPtrL->xE - cqL.xE; in bts_Cluster2D_alt()644 int32 qyL = dstPtrL->yE - cqL.yE; in bts_Cluster2D_alt()646 dstPtrL++; in bts_Cluster2D_alt()842 struct bts_Int16Vec2D* dstPtrL = dstPtrA->vecArrE; in bts_Cluster2D_alt() local864 int32 qxL = dstPtrL->xE - cpAdjustedL.xE; /* cp, not cq! */ in bts_Cluster2D_alt()[all …]