Searched defs:y0L (Results 1 - 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DCluster3D.c329 int32 y0L = altA.vecE.yE; local
337 y0L = ( ( y0L >> ( -shiftL - 1 ) ) + 1 ) >> 1;
343 y0L <<= shiftL;
350 y0L += (int32)1 << ( altA.matE.bbpE - 1 );
360 vecPtrL->yE = ( y0L + xL * altA.matE.yxE + yL * altA.matE.yyE + zL * altA.matE.yzE ) >> altA.matE.bbpE;
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanDetector.c601 int32 y0L = ( ( wrkClPtrL->vecArrE[ iL ].yE >> ( wrkClPtrL->bbpE - 1 ) ) + 1 ) >> 1; local
602 struct bts_Int16Rect scanRegionL = bts_Int16Rect_create( x0L - regionWHL, y0L - regionHHL, x0L + regionWHL, y0L + regionHHL );
/external/neven/Embedded/common/src/b_ImageEm/
H A DFunctions.c304 int32 y0L = yL >> 16; local
314 uint32 idxL = y0L * w1L + x0L;
333 int32 y0L = yL >> 16; local
342 if( y0L < 0 )
357 else if( y0L >= ( int32 )h1L - 1 )
377 uint32 idxL = y0L * w1L;
382 uint32 idxL = ( y0L + 1 ) * w1L - 1;
387 uint32 idxL = y0L * w1L + x0L;
654 int32 y0L = ( ( yL >> 15 ) + 1 ) >> 1; local
658 if( y0L <
[all...]

Completed in 90 milliseconds