Searched refs:cpAdjustedL (Results 1 – 1 of 1) sorted by relevance
521 struct bts_Flt16Vec2D cpL, cqL, cpMappedL, cpAdjustedL; in bts_Cluster2D_alt() local848 cpAdjustedL.xE = cpL.xE << shiftL; in bts_Cluster2D_alt()849 cpAdjustedL.yE = cpL.yE << shiftL; in bts_Cluster2D_alt()850 cpAdjustedL.bbpE = dstBbpL; in bts_Cluster2D_alt()854 cpAdjustedL.xE = ( ( cpL.xE >> ( -shiftL - 1 ) ) + 1 ) >> 1; in bts_Cluster2D_alt()855 cpAdjustedL.yE = ( ( cpL.yE >> ( -shiftL - 1 ) ) + 1 ) >> 1; in bts_Cluster2D_alt()856 cpAdjustedL.bbpE = dstBbpL; in bts_Cluster2D_alt()864 int32 qxL = dstPtrL->xE - cpAdjustedL.xE; /* cp, not cq! */ in bts_Cluster2D_alt()865 int32 qyL = dstPtrL->yE - cpAdjustedL.yE; in bts_Cluster2D_alt()