Home
last modified time | relevance | path

Searched refs:dstPtrA (Results 1 – 21 of 21) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DFlt16Image.c471 struct bim_Flt16Image* dstPtrA, in bim_Flt16Image_importReal() argument
477 bim_Flt16Image_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE ); in bim_Flt16Image_importReal()
478 dstPtrA->bbpE = 0; in bim_Flt16Image_importReal()
479 dstL = dstPtrA->arrE.arrPtrE; in bim_Flt16Image_importReal()
490 struct bim_Flt16Image* dstPtrA, in bim_Flt16Image_importImag() argument
496 bim_Flt16Image_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE ); in bim_Flt16Image_importImag()
497 dstPtrA->bbpE = 0; in bim_Flt16Image_importImag()
498 dstL = dstPtrA->arrE.arrPtrE; in bim_Flt16Image_importImag()
509 struct bim_Flt16Image* dstPtrA, in bim_Flt16Image_importAbs() argument
515 bim_Flt16Image_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE ); in bim_Flt16Image_importAbs()
[all …]
DUInt8PyramidalImage.c349 struct bim_UInt8PyramidalImage* dstPtrA ) in bim_UInt8PyramidalImage_recompute() argument
355 widthL = dstPtrA->widthE; in bim_UInt8PyramidalImage_recompute()
356 heightL = dstPtrA->heightE; in bim_UInt8PyramidalImage_recompute()
357 srcL = dstPtrA->arrE.arrPtrE; in bim_UInt8PyramidalImage_recompute()
359 for( layerL = 1; layerL < dstPtrA->depthE; layerL++ ) in bim_UInt8PyramidalImage_recompute()
379 struct bim_UInt8PyramidalImage* dstPtrA, in bim_UInt8PyramidalImage_importUInt8() argument
384 bim_UInt8PyramidalImage_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE, depthA ); in bim_UInt8PyramidalImage_importUInt8()
395 bbs_memcpy16( dstPtrA->arrE.arrPtrE, srcPtrA->arrE.arrPtrE, srcPtrA->arrE.sizeE >> 1 ); in bim_UInt8PyramidalImage_importUInt8()
397 bim_UInt8PyramidalImage_recompute( cpA, dstPtrA ); in bim_UInt8PyramidalImage_importUInt8()
DUInt16BytePyrImage.c349 struct bim_UInt16BytePyrImage* dstPtrA ) in bim_UInt16BytePyrImage_recompute() argument
354 uint32 widthL = dstPtrA->widthE; in bim_UInt16BytePyrImage_recompute()
356 uint32 heightL = dstPtrA->heightE; in bim_UInt16BytePyrImage_recompute()
358 uint16* srcL = dstPtrA->arrE.arrPtrE; in bim_UInt16BytePyrImage_recompute()
360 for( layerL = 1; layerL < dstPtrA->depthE; layerL++ ) in bim_UInt16BytePyrImage_recompute()
398 struct bim_UInt16BytePyrImage* dstPtrA, in bim_UInt16BytePyrImage_importUInt16() argument
403 bim_UInt16BytePyrImage_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE, depthA ); in bim_UInt16BytePyrImage_importUInt16()
406 bbs_memcpy16( dstPtrA->arrE.arrPtrE, srcPtrA->arrE.arrPtrE, srcPtrA->arrE.sizeE ); in bim_UInt16BytePyrImage_importUInt16()
408 bim_UInt16BytePyrImage_recompute( cpA, dstPtrA ); in bim_UInt16BytePyrImage_importUInt16()
DFlt16Image.h144 struct bim_Flt16Image* dstPtrA,
149 struct bim_Flt16Image* dstPtrA,
154 struct bim_Flt16Image* dstPtrA,
159 struct bim_Flt16Image* dstPtrA,
DUInt16BytePyrImage.h156 struct bim_UInt16BytePyrImage* dstPtrA );
160 struct bim_UInt16BytePyrImage* dstPtrA,
DUInt8PyramidalImage.h156 struct bim_UInt8PyramidalImage* dstPtrA );
160 struct bim_UInt8PyramidalImage* dstPtrA,
DComplexImage.c461 struct bim_ComplexImage* dstPtrA, in bim_ComplexImage_importAPh() argument
467 bim_ComplexImage_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE ); in bim_ComplexImage_importAPh()
468 dstL = dstPtrA->arrE.arrPtrE; in bim_ComplexImage_importAPh()
DAPhImage.c437 struct bim_APhImage* dstPtrA, in bim_APhImage_importComplex() argument
443 bim_APhImage_size( cpA, dstPtrA, srcPtrA->widthE, srcPtrA->heightE ); in bim_APhImage_importComplex()
444 dstL = dstPtrA->arrE.arrPtrE; in bim_APhImage_importComplex()
DAPhImage.h133 struct bim_APhImage* dstPtrA,
DComplexImage.h142 struct bim_ComplexImage* dstPtrA,
DFunctions.c38 void bim_downscaleBy2( uint8* dstPtrA, in bim_downscaleBy2() argument
51 uint8* dstL = dstPtrA; in bim_downscaleBy2()
/external/neven/Embedded/common/src/b_TensorEm/
DRBFMap2D.c154 const struct bts_Cluster2D* dstPtrA ) in bts_RBFMap2D_compute() argument
165 if( dstPtrA->sizeE != srcPtrA->sizeE ) in bts_RBFMap2D_compute()
168 "but dst cluster has size %d\n", srcPtrA->sizeE, dstPtrA->sizeE ); in bts_RBFMap2D_compute()
192 ptrA->altE = bts_Cluster2D_alt( cpA, srcPtrA, dstPtrA, ptrA->altTypeE ); in bts_RBFMap2D_compute()
260 bts_Cluster2D_transformBbp( cpA, &ptrA->srcClusterE, ptrA->altE, dstPtrA->bbpE ); in bts_RBFMap2D_compute()
271 struct bts_Int16Vec2D* dstVecL = dstPtrA->vecArrE; in bts_RBFMap2D_compute()
556 struct bts_Cluster2D* dstPtrA, in bts_RBFMap2D_mapCluster() argument
559 if( dstPtrA->sizeE != srcPtrA->sizeE ) in bts_RBFMap2D_mapCluster()
562 bts_Cluster2D_size( cpA, dstPtrA, srcPtrA->sizeE ); in bts_RBFMap2D_mapCluster()
569 dstPtrA->bbpE = dstBbpA; in bts_RBFMap2D_mapCluster()
[all …]
DRBFMap2D.h134 const struct bts_Cluster2D* dstPtrA );
164 struct bts_Cluster2D* dstPtrA,
DCluster2D.c511 const struct bts_Cluster2D* dstPtrA, in bts_Cluster2D_alt() argument
519 int32 dstBbpL = dstPtrA->bbpE; in bts_Cluster2D_alt()
523 if( dstPtrA->sizeE != srcPtrA->sizeE ) in bts_Cluster2D_alt()
526 … "the 2 input clusters differ in size: %d vs %d", srcPtrA->sizeE, dstPtrA->sizeE ); in bts_Cluster2D_alt()
556 cqL = bts_Cluster2D_center( cpA, dstPtrA ); in bts_Cluster2D_alt()
573 struct bts_Int16Vec2D* dstPtrL = dstPtrA->vecArrE; in bts_Cluster2D_alt()
636 struct bts_Int16Vec2D* dstPtrL = dstPtrA->vecArrE; in bts_Cluster2D_alt()
842 struct bts_Int16Vec2D* dstPtrL = dstPtrA->vecArrE; in bts_Cluster2D_alt()
DIdCluster2D.c288 struct bts_IdCluster2D* dstPtrA, in bts_IdCluster2D_alt() argument
293 bts_IdCluster2D_convertToEqivalentClusters( cpA, srcPtrA, dstPtrA, tmpPtr1A, tmpPtr2A ); in bts_IdCluster2D_alt()
DIdCluster2D.h153 struct bts_IdCluster2D* dstPtrA,
DCluster2D.h179 const struct bts_Cluster2D* dstPtrA,
/external/neven/Embedded/common/src/b_BasicEm/
DAPh.c127 void bbs_APh_importComplex( struct bbs_APh* dstPtrA, in bbs_APh_importComplex() argument
130dstPtrA->absE = bbs_sqrt32( ( int32 ) srcPtrA->realE * srcPtrA->realE + ( int32 ) srcPtrA->imagE *… in bbs_APh_importComplex()
131 dstPtrA->phaseE = bbs_phase16( srcPtrA->realE, srcPtrA->imagE ); in bbs_APh_importComplex()
DComplex.c154 void bbs_Complex_importAPh( struct bbs_Complex* dstPtrA, const struct bbs_APh* srcPtrA ) in bbs_Complex_importAPh() argument
156 dstPtrA->realE = ( ( bbs_cos32( srcPtrA->phaseE ) >> 8 ) * srcPtrA->absE ) >> 16; in bbs_Complex_importAPh()
157 dstPtrA->imagE = ( ( bbs_sin32( srcPtrA->phaseE ) >> 8 ) * srcPtrA->absE ) >> 16; in bbs_Complex_importAPh()
DAPh.h90 void bbs_APh_importComplex( struct bbs_APh* dstPtrA,
DComplex.h98 void bbs_Complex_importAPh( struct bbs_Complex* dstPtrA, const struct bbs_APh* srcPtrA );