Home
last modified time | relevance | path

Searched refs:dstPtrL (Results 1 – 5 of 5) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DHistoEq16.c42 uint16* dstPtrL; in bim_createHisto16() local
46 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() local
95 dstPtrL = histoPtrA; in bim_createHistoOfSection16()
98 *dstPtrL++ = 0; in bim_createHistoOfSection16()
103 dstPtrL = histoPtrA; in bim_createHistoOfSection16()
[all …]
DHistoEq.c42 uint16* dstPtrL; in bim_createHisto() local
46 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() local
92 dstPtrL = histoPtrA; in bim_createHistoOfSection()
95 *dstPtrL++ = 0; in bim_createHistoOfSection()
100 dstPtrL = histoPtrA; in bim_createHistoOfSection()
105 dstPtrL[ *srcPtrL++ ]++; in bim_createHistoOfSection()
[all …]
DUInt16ByteImage.c345 uint16* dstPtrL; in bim_UInt16ByteImage_warp() local
370 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() local
670 dstPtrL = ( uint8* )ptrA->arrE.arrPtrE; in bim_UInt16ByteImage_warp8()
789 *dstPtrL++ = *ulPtrL; in bim_UInt16ByteImage_warp8()
[all …]
DUInt8Image.c531 uint8* dstPtrL; in bim_UInt8Image_warpOffs() local
556 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 …]
/external/neven/Embedded/common/src/b_TensorEm/
DCluster2D.c573 struct bts_Int16Vec2D* dstPtrL = dstPtrA->vecArrE; in bts_Cluster2D_alt() local
580 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() local
643 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() local
864 int32 qxL = dstPtrL->xE - cpAdjustedL.xE; /* cp, not cq! */ in bts_Cluster2D_alt()
[all …]