Searched defs:xL (Results 1 - 21 of 21) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DInt16Vec3D.c139 int32 xL = ( ( int32 )ptrA->xE << 16 ) / normL; local
142 ptrA->xE = xL >> ( 16 - bbpA );
H A DInt16Vec2D.c154 int32 xL = ( ( int32 ) ptrA->xE << 16 ) / normL; local
156 ptrA->xE = xL >> ( 16 - bbpA );
181 int32 xL = ( int32 ) vec1PtrA->xE * vec2PtrA->xE + ( int32 ) vec1PtrA->yE * vec2PtrA->yE; local
183 return bbs_phase16( xL, yL );
H A DCluster3D.c133 int32 xL = 0; local
141 xL += vecPtrL->xE;
147 xL = ( ( ( xL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1;
151 return bts_Flt16Vec3D_create16( ( int16 )xL, ( int16 )yL, ( int16 )zL, ( int16 )ptrA->bbpE );
356 int32 xL = vecPtrL->xE; local
359 vecPtrL->xE = ( x0L + xL * altA.matE.xxE + yL * altA.matE.xyE + zL * altA.matE.xzE ) >> altA.matE.bbpE;
360 vecPtrL->yE = ( y0L + xL * altA.matE.yxE + yL * altA.matE.yyE + zL * altA.matE.yzE ) >> altA.matE.bbpE;
361 vecPtrL->zE = ( z0L + xL * altA.matE.zxE + yL * altA.matE.zyE + zL * altA.matE.zzE ) >> altA.matE.bbpE;
H A DFlt16Mat3D.c265 int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE + ( int32 ) matPtrA->xzE * vecPtrA->zE; local
272 vecL.xE = ( ( xL >> sh1L ) + 1 ) >> 1;
279 vecL.xE = xL << -matPtrA->bbpE;
293 int32 xL = ( ( ( ( int32 ) matPtrA->xxE * vecPtrA->xE + 1 ) >> 1 ) + local
306 return bts_Flt16Vec3D_create32( xL, yL, zL, vecPtrA->bbpE + matPtrA->bbpE - 1 );
H A DFlt16Vec2D.c89 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL; local
91 if( ptrA->xE != xL ) return FALSE;
94 if( srcPtrA->xE != ( xL >> bbpDiffL ) ) return FALSE;
101 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL; local
103 if( xL != srcPtrA->xE ) return FALSE;
106 if( ptrA->xE != ( xL >> -bbpDiffL ) ) return FALSE;
226 int32 xL = ( ( int32 ) ptrA->xE << 16 ) / normL; local
228 *ptrA = bts_Flt16Vec2D_create32( xL, yL, 16 );
252 int32 xL = ( int32 ) vec1PtrA->xE * vec2PtrA->xE + ( int32 ) vec1PtrA->yE * vec2PtrA->yE; local
254 return bbs_phase16( xL, y
261 int32 xL, yL, bbpL; local
284 int32 xL, yL, bbpL; local
307 int32 xL = ( int32 ) vecA.xE * factorA; local
[all...]
H A DFlt16Vec3D.c83 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL; local
86 if( ptrA->xE != xL ) return FALSE;
94 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL; local
97 if( xL != srcPtrA->xE ) return FALSE;
239 int32 xL = ( ( int32 ) ptrA->xE << 16 ) / normL; local
242 *ptrA = bts_Flt16Vec3D_create32( xL, yL, zL, 16 );
258 int32 xL, yL, zL, bbpL; local
263 xL = vec1A.xE + ( ( int32 ) vec2A.xE << shiftL );
270 xL = ( ( int32 ) vec1A.xE << -shiftL ) + vec2A.xE;
276 return bts_Flt16Vec3D_create32( xL, y
283 int32 xL, yL, zL, bbpL; local
308 int32 xL = ( int32 ) vecA.xE * factorA; local
[all...]
H A DFlt16Mat2D.c301 int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE; local
307 vecL.xE = ( ( xL >> sh1L ) + 1 ) >> 1;
313 vecL.xE = xL << -matPtrA->bbpE;
325 int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE; local
328 return bts_Flt16Vec2D_create32( xL, yL, bbpL );
H A DInt32Mat.c45 int32 xL = *ptrL++; local
46 if( xL < 0 ) xL = -xL;
47 if( xL > maxL ) maxL = xL;
462 int32 xL = vecL[ iL ]; local
463 if( xL < 0 ) xL = -xL;
[all...]
H A DRBFMap2D.c482 int32 xL = vecA.xE; local
487 xL <<= shiftL;
492 xL = ( ( xL >> ( -shiftL - 1 ) ) + 1 ) >> 1;
502 vecL.xE -= xL;
H A DCluster2D.c175 int32 xL = 0; local
182 xL += vecPtrL->xE;
187 xL = ( ( ( xL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1;
190 return bts_Flt16Vec2D_create16( ( int16 )xL, ( int16 )yL, ( int16 )ptrA->bbpE );
258 int32 xL = ptrA->vecArrE[ indexA ].xE; local
261 xL <<= shiftL;
265 xL = ( ( xL >> ( -shiftL - 1 ) ) + 1 ) >> 1;
268 return xL;
[all...]
/external/neven/Embedded/common/src/b_BasicEm/
H A DPhase.c273 uint32 xL = ( xA > 0 ) ? xA : -xA; local
277 if( xL == 0 && yL == 0 ) return 0;
279 if( xL == yL )
283 else if( xL > yL )
288 xL >>= shiftL;
291 phaseL = bbs_atan16( ( yL << 16 ) / xL );
295 if( xL >= 65536 ) /* avoid overflow (1 << 16) */
297 uint32 shiftL = bbs_intLog2( xL ) - 15;
298 xL >>= shiftL;
301 phaseL = bbs_M_PI_2_16 - bbs_atan16( ( xL << 1
[all...]
/external/neven/Embedded/common/src/b_ImageEm/
H A DHistoEq.c69 uint32 xL, yL; local
93 for( xL = 256; xL > 0; xL-- )
103 for( xL = 0; xL < sectWidthL; xL++ )
H A DHistoEq16.c70 uint32 xL, yL; local
96 for( xL = 256; xL > 0; xL-- )
106 for( xL = 0; xL < sectWidthL; xL++ )
H A DFunctions.c176 int32 xL, yL; local
177 xL = txL;
179 xMinL = xL < xMinL ? xL : xMinL;
181 xMaxL = xL > xMaxL ? xL : xMaxL;
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA;
185 xMinL = xL < xMinL ? xL : xMinL;
187 xMaxL = xL > xMax
272 int32 xL, yL; local
299 int32 xL = txL + mxyL * jL; local
328 int32 xL = txL + mxyL * jL; local
508 int32 xL, yL; local
604 int32 xL, yL; local
631 int32 xL = txL + mxyL * jL; local
648 int32 xL = txL + mxyL * jL; local
[all...]
H A DUInt16ByteImage.c366 int32 xL; local
449 xL = txL + mxyL * jL;
474 kL = xL >> bbpL;
481 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L;
488 xL += mxxL;
666 int32 xL; local
748 xL = txL + mxyL * jL;
770 kL = xL >> bbpL;
774 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L;
781 xL
[all...]
H A DUInt8Image.c552 int32 xL; local
641 xL = txL + mxyL * jL;
663 kL = xL >> bbpL;
667 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L;
674 xL += mxxL;
/external/neven/Embedded/common/src/b_APIEm/
H A DBFFaceFinder.c242 int32 xL = 0; /* 16.16 */ local
260 xL = outArrL[ 0 ]; /* 16.16 */
267 offsPtrA->xE = xL >> 16;
269 xL -= ( ( int32 )offsPtrA->xE << 16 );
274 altL.vecE = bts_Flt16Vec2D_create32( xL, yL, 16 );
315 int32 xL = 0; /* 16.16 */ local
336 xL = ptrA->faceDataBufferE[ indexA * 4 + 0 ]; /* 16.16 */
341 offsPtrA->xE = xL >> 16;
344 xL -= ( ( int32 )offsPtrA->xE << 16 );
349 altL.vecE = bts_Flt16Vec2D_create32( xL, y
[all...]
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanDetector.c406 int32 xL, yL; local
415 bbf_Scanner_idxPos( scannerPtrL, bestIdxL, &xL, &yL, &scaleL );
420 bestGlobalXL = xL;
432 int32 xL, yL; local
438 bbf_Scanner_idxPos( scannerPtrL, idxArrL[ iL ], &xL, &yL, &scaleL );
441 bbf_Scanner_addOutPos( cpA, scannerPtrL, xL, yL, scaleL, actL );
H A DLocalScanDetector.c619 int32 xL, yL; /* 16.16 */ local
620 bbf_LocalScanner_idxPos( scnPtrL, bestIdxL, &xL, &yL );
621 xL += pw1L << 15;
625 dstVecArrL[ iL ].xE = ( ( xL >> ( 15 - vecBbpL ) ) + 1 ) >> 1;
H A DLocalScanner.c470 int32 xL = ( scanIndexA % wL ) + ptrA->workScanRegionE.x1E; local
472 *xPtrA = ( ( xL << ptrA->scaleExpE ) + ptrA->xOffE ) << 16;
H A DScanner.c608 int32 xL = scanIndexA - ( yL * ptrA->currentWidthE ); local
611 *xPtrA = ( int32 )( xL - ptrA->borderWidthE ) * ( int32 )( ptrA->scaleE >> 4 );
980 int32 xL = scanIndexA - yL * ptrA->currentWidthE; local
981 bbf_Scanner_goToXY( cpA, ptrA, xL, yL );
989 int32 xL = ( xA / ( int32 )( ptrA->scaleE >> 4 ) ) + ptrA->borderWidthE; local
998 bbf_Scanner_goToXY( cpA, ptrA, xL, yL );

Completed in 7279 milliseconds