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

  /external/neven/Embedded/common/src/b_ImageEm/
Functions.c 304 int32 y0L = yL >> 16;
314 uint32 idxL = y0L * w1L + x0L;
333 int32 y0L = yL >> 16;
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;
658 if( y0L < 0
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Cluster3D.c 329 int32 y0L = altA.vecE.yE;
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/
LocalScanDetector.c 601 int32 y0L = ( ( wrkClPtrL->vecArrE[ iL ].yE >> ( wrkClPtrL->bbpE - 1 ) ) + 1 ) >> 1;
602 struct bts_Int16Rect scanRegionL = bts_Int16Rect_create( x0L - regionWHL, y0L - regionHHL, x0L + regionWHL, y0L + regionHHL );

Completed in 65 milliseconds