Home
last modified time | relevance | path

Searched refs:y0L (Results 1 – 3 of 3) sorted by relevance

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