OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bbpl
(Results
1 - 9
of
9
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c
354
const uint16
bbpL
= 16;
357
/* The bbp for all these variables is the same as
bbpL
*/
383
shiftL = invAlt2DL.matE.bbpE -
bbpL
;
407
maxInt32Value8bbpL >> (
bbpL
- ( -shiftL ) ) );
417
invAlt2DL.matE.bbpE =
bbpL
;
419
shiftL = invAlt2DL.vecE.bbpE -
bbpL
;
437
maxInt32Value8bbpL >> (
bbpL
- ( -shiftL ) ) );
444
invAlt2DL.vecE.bbpE =
bbpL
;
453
const uint16 bbpLby2L =
bbpL
/ 2;
455
const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 -
bbpL
);
[
all
...]
UInt8Image.c
540
const uint16
bbpL
= 16;
543
/* The bbp for all these variables is the same as
bbpL
*/
569
shiftL = invAlt2DL.matE.bbpE -
bbpL
;
593
maxInt32Value8bbpL >> (
bbpL
- ( -shiftL ) ) );
604
/* invAlt2DL.matE.bbpE =
bbpL
; nonsense! */
606
shiftL = invAlt2DL.vecE.bbpE -
bbpL
;
624
maxInt32Value8bbpL >> (
bbpL
- ( -shiftL ) ) );
632
/* invAlt2DL.vecE.bbpE =
bbpL
; nonsense! */
635
txL += xOffsA <<
bbpL
;
636
tyL += yOffsA <<
bbpL
;
[
all
...]
/external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.c
280
int32
bbpL
= 11 - logEyeDistL;
281
bbpL
=
bbpL
< 0 ? 0 :
bbpL
;
282
bbpL
=
bbpL
> 6 ? 6 :
bbpL
;
283
bts_IdCluster2D_copyTransform( cpA, idClusterPtrA, &ptrA->detectorE.refClusterE, altL,
bbpL
);
355
int32
bbpL
= 11 - logEyeDistL;
356
bbpL
= bbpL < 0 ? 0 : bbpL
[
all
...]
/external/neven/Embedded/common/src/b_TensorEm/
Int32Mat.c
240
int32
bbpL
= bbpA;
349
/* decrement
bbpL
*/
350
bbpL
--;
356
bbp_pivRowL =
bbpL
;
377
bbp_vecL =
bbpL
+ shiftL - bbp_maxL;
390
int32 bbp_tmpL =
bbpL
;
393
shiftL = bbp_tmpL + bbp_pivRowL -
bbpL
;
409
shiftL = bbp_tmpL + bbp_vecL -
bbpL
;
421
/* change bbp of pivot row back to
bbpL
*/
422
shiftL =
bbpL
- bbp_pivRowL
[
all
...]
Flt16Vec2D.c
261
int32 xL, yL,
bbpL
;
268
bbpL
= vec1A.bbpE;
274
bbpL
= vec2A.bbpE;
277
return bts_Flt16Vec2D_create32( xL, yL,
bbpL
);
284
int32 xL, yL,
bbpL
;
291
bbpL
= vec1A.bbpE;
297
bbpL
= vec2A.bbpE;
300
return bts_Flt16Vec2D_create32( xL, yL,
bbpL
);
Flt16Vec3D.c
258
int32 xL, yL, zL,
bbpL
;
266
bbpL
= vec1A.bbpE;
273
bbpL
= vec2A.bbpE;
276
return bts_Flt16Vec3D_create32( xL, yL, zL,
bbpL
);
283
int32 xL, yL, zL,
bbpL
;
291
bbpL
= vec1A.bbpE;
298
bbpL
= vec2A.bbpE;
301
return bts_Flt16Vec3D_create32( xL, yL, zL,
bbpL
);
Flt16Mat2D.c
327
int32
bbpL
= matPtrA->bbpE + vecPtrA->bbpE;
328
return bts_Flt16Vec2D_create32( xL, yL,
bbpL
);
RBFMap2D.c
567
int16
bbpL
= srcPtrA->bbpE;
574
struct bts_Flt16Vec2D srcVecL = bts_Flt16Vec2D_create16( vecL.xE, vecL.yE,
bbpL
);
/external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c
332
int32
bbpL
= hdcrA->dcrE.sdkClusterE.clusterE.bbpE;
333
int32 lxL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ lIndexL ].xE + ( 1 << (
bbpL
- 1 ) ) ) >>
bbpL
;
334
int32 lyL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ lIndexL ].yE + ( 1 << (
bbpL
- 1 ) ) ) >>
bbpL
;
335
int32 rxL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ rIndexL ].xE + ( 1 << (
bbpL
- 1 ) ) ) >>
bbpL
;
336
int32 ryL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ rIndexL ].yE + ( 1 << (
bbpL
- 1 ) ) ) >>
bbpL
;
Completed in 217 milliseconds