HomeSort by relevance Sort by last modified time
    Searched refs:bbs_SIZEOF16 (Results 51 - 68 of 68) sorted by null

1 23

  /external/neven/Embedded/common/src/b_BitFeatureEm/
L06Dns4x4Ftr.c 121 uint32 memSizeL = bbs_SIZEOF16( uint32 ) +
122 bbs_SIZEOF16( uint32 ); /* version */
126 memSizeL += bbs_SIZEOF16( ptrA->activityFactorE );
Scanner.c 687 uint32 memSizeL = bbs_SIZEOF16( uint32 ) +
688 bbs_SIZEOF16( uint32 ); /* version */
689 memSizeL += bbs_SIZEOF16( ptrA->maxImageWidthE );
690 memSizeL += bbs_SIZEOF16( ptrA->maxImageHeightE );
691 memSizeL += bbs_SIZEOF16( ptrA->maxRadiusE );
692 memSizeL += bbs_SIZEOF16( ptrA->patchWidthE );
693 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE );
694 memSizeL += bbs_SIZEOF16( ptrA->minScaleE );
695 memSizeL += bbs_SIZEOF16( ptrA->maxScaleE );
696 memSizeL += bbs_SIZEOF16( ptrA->scaleStepE )
    [all...]
LocalScanner.c 546 uint32 memSizeL = bbs_SIZEOF16( uint32 ) +
547 bbs_SIZEOF16( uint32 ); /* version */
549 memSizeL += bbs_SIZEOF16( ptrA->patchWidthE );
550 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE );
551 memSizeL += bbs_SIZEOF16( ptrA->scaleExpE );
552 memSizeL += bbs_SIZEOF16( ptrA->maxImageWidthE );
553 memSizeL += bbs_SIZEOF16( ptrA->maxImageHeightE );
554 memSizeL += bbs_SIZEOF16( ptrA->minScaleExpE );
555 memSizeL += bbs_SIZEOF16( ptrA->maxRadiusE );
  /external/neven/Embedded/common/src/b_TensorEm/
Int32Mat.c 157 return bbs_SIZEOF16( uint32 )
158 + bbs_SIZEOF16( uint32 ) /* version */
159 + bbs_SIZEOF16( ptrA->widthE )
IdCluster2D.c 173 return bbs_SIZEOF16( uint32 )
174 + bbs_SIZEOF16( uint32 ) /* version */
RBFMap2D.c 362 return bbs_SIZEOF16( uint32 )
363 + bbs_SIZEOF16( uint32 ) /* version */
364 + bbs_SIZEOF16( ptrA->RBFTypeE )
367 + bbs_SIZEOF16( ptrA->altTypeE )
Cluster2D.c 337 ptrA->vecArrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( struct bts_Int16Vec2D ) );
441 return bbs_SIZEOF16( uint32 ) /* mem size */
442 + bbs_SIZEOF16( uint32 ) /* version */
443 + bbs_SIZEOF16( ptrA->sizeE )
444 + bbs_SIZEOF16( ptrA->bbpE )
445 + bbs_SIZEOF16( struct bts_Int16Vec2D ) * ptrA->sizeE;
Flt16Vec.c 173 return bbs_SIZEOF16( uint32 ) /* mem size */
175 + bbs_SIZEOF16( ptrA->expE );
Flt16Vec3D.c 135 return bbs_SIZEOF16( *ptrA );
Flt16Mat3D.c 108 return bbs_SIZEOF16( *ptrA );
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 114 * bbs_SIZEOF16: size in 16-bit words
119 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) )
123 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) >> 1 )
  /external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.c 172 memSizeL += bbs_SIZEOF16( uint32 );
173 memSizeL += bbs_SIZEOF16( uint32 ); /* version */
176 memSizeL += bbs_SIZEOF16( uint16 ); /* csa */
DCR.c 113 bpi_DCR_MAX_CLUSTER_SIZE * bbs_SIZEOF16( struct bts_Int16Vec2D ) );
Functions.c 312 return bbs_SIZEOF16( uint16 );
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c 212 return bbs_SIZEOF16( uint32 )
213 + bbs_SIZEOF16( uint32 ) /* version */
214 + bbs_SIZEOF16( ptrA->widthE )
215 + bbs_SIZEOF16( ptrA->heightE )
UInt8Image.c 200 return bbs_SIZEOF16( uint32 )
201 + bbs_SIZEOF16( uint32 ) /* version */
202 + bbs_SIZEOF16( ptrA->widthE )
203 + bbs_SIZEOF16( ptrA->heightE )
  /external/neven/FaceRecEm/common/src/b_FDSDK/
FaceFinder.c 90 hFaceFinderL = ( btk_HFaceFinder )bbs_MemSeg_alloc( &hsdkA->contextE, hsdkA->contextE.memTblE.espArrE[ 0 ], bbs_SIZEOF16( struct btk_FaceFinder ) );
DCR.c 77 hdcrL = ( btk_HDCR )bbs_MemSeg_alloc( &hsdkA->contextE, hsdkA->contextE.memTblE.espArrE[ 0 ], bbs_SIZEOF16( struct btk_DCR ) );

Completed in 237 milliseconds

1 23