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

/external/neven/Embedded/common/src/b_TensorEm/
H A DCluster2D.c521 struct bts_Flt16Vec2D cpL, cqL, cpMappedL, cpAdjustedL; local
848 cpAdjustedL.xE = cpL.xE << shiftL;
849 cpAdjustedL.yE = cpL.yE << shiftL;
850 cpAdjustedL.bbpE = dstBbpL;
854 cpAdjustedL.xE = ( ( cpL.xE >> ( -shiftL - 1 ) ) + 1 ) >> 1;
855 cpAdjustedL.yE = ( ( cpL.yE >> ( -shiftL - 1 ) ) + 1 ) >> 1;
856 cpAdjustedL.bbpE = dstBbpL;
864 int32 qxL = dstPtrL->xE - cpAdjustedL.xE; /* cp, not cq! */
865 int32 qyL = dstPtrL->yE - cpAdjustedL.yE;

Completed in 77 milliseconds