Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DCluster2D.c521 struct bts_Flt16Vec2D cpL, cqL, cpMappedL, cpAdjustedL; in bts_Cluster2D_alt() local
848 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()