Searched refs:ySumL (Results 1 – 1 of 1) sorted by relevance
478 int32 ySumL = 0; in bts_RBFMap2D_mapVector() local509 ySumL += ( normL * ptrA->rbfCoeffClusterE.vecArrE[ iL ].yE ) >> shiftL; in bts_RBFMap2D_mapVector()516 ySumL >>= internalShiftL; in bts_RBFMap2D_mapVector()524 ySumL <<= shiftL; in bts_RBFMap2D_mapVector()529 ySumL = ( ( ySumL >> ( -shiftL - 1 ) ) + 1 ) >> 1; in bts_RBFMap2D_mapVector()534 outYL += ySumL; in bts_RBFMap2D_mapVector()