Searched refs:y0L (Results 1 – 3 of 3) sorted by relevance
304 int32 y0L = yL >> 16; in bim_filterWarpInterpolation() local314 uint32 idxL = y0L * w1L + x0L; in bim_filterWarpInterpolation()333 int32 y0L = yL >> 16; in bim_filterWarpInterpolation() local342 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() local658 if( y0L < 0 ) in bim_filterWarpPixelReplication()[all …]
329 int32 y0L = altA.vecE.yE; in bts_Cluster3D_transform() local337 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()
601 int32 y0L = ( ( wrkClPtrL->vecArrE[ iL ].yE >> ( wrkClPtrL->bbpE - 1 ) ) + 1 ) >> 1; in bbf_LocalScanDetector_process() local602 …Rect scanRegionL = bts_Int16Rect_create( x0L - regionWHL, y0L - regionHHL, x0L + regionWHL, y0L + … in bbf_LocalScanDetector_process()