Home | History | Annotate | Download | only in b_TensorEm

Lines Matching refs:cpL

521 	struct bts_Flt16Vec2D cpL, cqL, cpMappedL, cpAdjustedL;
555 cpL = bts_Cluster2D_center( cpA, srcPtrA );
561 altL.vecE = bts_Flt16Vec2D_sub( cqL, cpL );
578 int32 pxL = srcPtrL->xE - cpL.xE;
579 int32 pyL = srcPtrL->yE - cpL.yE;
615 cpMappedL = bts_Flt16Vec2D_mul( cpL, factor16L, bbp_scaleL );
641 int32 pxL = srcPtrL->xE - cpL.xE;
642 int32 pyL = srcPtrL->yE - cpL.yE;
813 ets_Float2DVec transL = cqL - ( scaleL * ( rotL * cpL ) );
820 cpMappedL = bts_Flt16Mat2D_mapFlt( &altL.matE, &cpL );
848 cpAdjustedL.xE = cpL.xE << shiftL;
849 cpAdjustedL.yE = cpL.yE << shiftL;
854 cpAdjustedL.xE = ( ( cpL.xE >> ( -shiftL - 1 ) ) + 1 ) >> 1;
855 cpAdjustedL.yE = ( ( cpL.yE >> ( -shiftL - 1 ) ) + 1 ) >> 1;
862 int32 pxL = srcPtrL->xE - cpL.xE;
863 int32 pyL = srcPtrL->yE - cpL.yE;
977 cpMappedL = bts_Flt16Mat2D_mapFlt( &altL.matE, &cpL );