HomeSort by relevance Sort by last modified time
    Searched refs:scaleL (Results 1 - 4 of 4) sorted by null

  /external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.c 244 uint32 scaleL = 0;
262 scaleL = outArrL[ 2 ]; /* 12.20 */
273 altL = bts_Flt16Alt2D_createScale( scaleL, 20, &centerL );
278 uint32 eyeDistL = ( ( ptrA->detectorE.refDistanceE >> 16 ) * scaleL ) >> 20;
317 uint32 scaleL = 0;
338 scaleL = ptrA->faceDataBufferE[ indexA * 4 + 2 ]; /* 12.20 */
348 altL = bts_Flt16Alt2D_createScale( scaleL, 20, &centerL );
353 uint32 eyeDistL = ( ( ptrA->detectorE.refDistanceE >> 16 ) * scaleL ) >> 20;
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Alt2D.c 204 uint32 scaleL = ( normInL > 0 ) ? ( normOutL << 16 ) / normInL : 0xFFFFFFFF;
210 uint32 scaleExpL = bbs_intLog2( scaleL );
213 scaleL >>= scaleExpL - 14;
217 altL = bts_Flt16Alt2D_createRigid( angleL, ( int16 )scaleL, scaleBbpL, &centerInL );
Cluster2D.c 603 uint32 scaleL;
607 bts_Cluster2D_computeScale( sqL, dstBbpL, spL, srcBbpL, &scaleL, &bbp_scaleL );
610 factor32L = ( int32 )scaleL;
614 factor16L = scaleL;
675 uint32 scaleL, shiftL, quotientL, enumL, denomL, bitsTaken0L, bitsTaken1L;
683 bts_Cluster2D_computeScale( sqL, dstBbpL, spL, srcBbpL, &scaleL, &bbp_scaleL );
813 ets_Float2DVec transL = cqL - ( scaleL * ( rotL * cpL ) );
814 altL.mat( rotL * scaleL );
819 bts_Flt16Mat2D_scale( &altL.matE, scaleL, bbp_scaleL );
  /external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.c 407 uint32 scaleL;
415 bbf_Scanner_idxPos( scannerPtrL, bestIdxL, &xL, &yL, &scaleL );
422 bestGlobalScaleL = scaleL;
433 uint32 scaleL;
438 bbf_Scanner_idxPos( scannerPtrL, idxArrL[ iL ], &xL, &yL, &scaleL );
441 bbf_Scanner_addOutPos( cpA, scannerPtrL, xL, yL, scaleL, actL );

Completed in 168 milliseconds