OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sizeE
(Results
26 - 48
of
48
) sorted by null
1
2
/external/neven/Embedded/common/src/b_BasicEm/
MemTbl.c
109
ptrA->espArrE[ iL ]->
sizeE
,
119
ptrA->ssArrE[ iL ].
sizeE
,
242
if( ptrA->espArrE[ iL ]->
sizeE
> 0 ||
274
if( ptrA->ssArrE[ iL ].
sizeE
> 0 ||
UInt16Arr.h
48
uint32
sizeE
;
UInt32Arr.h
48
uint32
sizeE
;
UInt8Arr.h
48
uint32
sizeE
;
Context.c
302
memSegL.
sizeE
= sizeA;
361
memSegL.
sizeE
= 0;
/external/neven/Embedded/common/src/b_ImageEm/
HistoEq.c
55
for( iL = imagePtrA->arrE.
sizeE
; iL > 0; iL-- )
144
for( kL = imagePtrA->arrE.
sizeE
; kL > 0; kL-- )
HistoEq16.c
55
for( iL = imagePtrA->arrE.
sizeE
; iL > 0; iL-- )
149
for( kL = imagePtrA->arrE.
sizeE
; kL > 0; kL-- )
UInt8PyramidalImage.c
340
uint8ImageA->arrE.
sizeE
= ptrA->widthE * ptrA->heightE;
386
if( srcPtrA->arrE.
sizeE
& 1 )
395
bbs_memcpy16( dstPtrA->arrE.arrPtrE, srcPtrA->arrE.arrPtrE, srcPtrA->arrE.
sizeE
>> 1 );
UInt16ByteImage.c
74
if( ptrA->arrE.
sizeE
< srcPtrA->arrE.
sizeE
)
112
uint32 sizeL = ptrA->arrE.
sizeE
;
278
for( iL = ptrA->arrE.
sizeE
; iL > 0; iL-- )
UInt16BytePyrImage.c
339
uint16ImageA->arrE.
sizeE
= ptrA->widthE * ptrA->heightE;
406
bbs_memcpy16( dstPtrA->arrE.arrPtrE, srcPtrA->arrE.arrPtrE, srcPtrA->arrE.
sizeE
);
UInt8Image.c
94
if( ptrA->arrE.
sizeE
< srcPtrA->arrE.
sizeE
)
132
uint32 sizeL = ptrA->arrE.
sizeE
;
UInt32Image.c
121
uint32 sizeL = ptrA->arrE.
sizeE
;
ComplexImage.c
113
uint32 sizeL = ptrA->arrE.
sizeE
;
/external/neven/Embedded/common/src/b_TensorEm/
Cluster2D.h
58
uint32
sizeE
;
Cluster3D.h
55
uint32
sizeE
;
Alt.c
183
if( inVecPtrA->arrE.
sizeE
!= ptrL->altE.matE.widthE )
IdCluster2D.c
235
uint32 size1L = inCluster1PtrA->clusterE.
sizeE
;
236
uint32 size2L = inCluster2PtrA->clusterE.
sizeE
;
CompactAlt.c
196
if( ptrA->vecE.
sizeE
> 0 )
Mat.c
185
if( inVecPtrA->arrE.
sizeE
!= ptrL->matE.widthE )
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanDetector.c
77
uint16 matWidthL = tmpCl1PtrL->
sizeE
* 2;
90
for( jL = 0; jL < tmpCl1PtrL->
sizeE
; jL++ )
105
for( jL = 0; jL < tmpCl1PtrL->
sizeE
; jL++ )
185
for( iL = 0; iL < ptrA->scanClusterE.
sizeE
; iL++ ) bbf_featureExit( cpA, ptrA->ftrPtrArrE[ iL ] );
297
for( iL = 0; iL < ptrA->scanClusterE.
sizeE
; iL++ ) memSizeL += bbf_featureMemSize( cpA, ptrA->ftrPtrArrE[ iL ] );
331
for( iL = 0; iL < ptrA->scanClusterE.
sizeE
; iL++ ) memPtrA += bbf_featureMemWrite( cpA, ptrA->ftrPtrArrE[ iL ], memPtrA );
376
for( iL = 0; iL < ptrA->scanClusterE.
sizeE
; iL++ )
388
for( iL = 0; iL < ptrA->scanClusterE.
sizeE
; iL++ )
487
uint32 sizeL = ptrA->scanClusterE.
sizeE
;
545
for( iL = 0; iL < wrkClPtrL->
sizeE
; iL++
[
all
...]
Scanner.c
[
all
...]
LocalScanner.c
215
satSizeL = ptrA->satE.arrE.
sizeE
;
/external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c
254
return hdcrA->dcrE.sdkClusterE.clusterE.
sizeE
;
273
if( indexA >= hdcrA->dcrE.sdkClusterE.clusterE.
sizeE
)
312
for( iL = 0; iL < pIdArrL->
sizeE
; iL++ )
Completed in 312 milliseconds
1
2