Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_stab/src/dbreg/
Dvp_motionmodel.c229 int vp_cascade_motion(const VP_MOTION* InA, const VP_MOTION* InB,VP_MOTION* Out) in vp_cascade_motion() argument
241 ((VP_MOTION *) NULL == Out)) { in vp_cascade_motion()
270 MXX(*Out)=mxx; MXY(*Out)=mxy; MXZ(*Out)=mxz; MXW(*Out)=mxw; in vp_cascade_motion()
271 MYX(*Out)=myx; MYY(*Out)=myy; MYZ(*Out)=myz; MYW(*Out)=myw; in vp_cascade_motion()
272 MZX(*Out)=mzx; MZY(*Out)=mzy; MZZ(*Out)=mzz; MZW(*Out)=mzw; in vp_cascade_motion()
273 MWX(*Out)=mwx; MWY(*Out)=mwy; MWZ(*Out)=mwz; MWW(*Out)=mww; in vp_cascade_motion()
275 Out->type= (InA->type > InB->type) ? InA->type : InB->type; in vp_cascade_motion()
276 Out->refid=InA->refid; in vp_cascade_motion()
277 Out->insid=InB->insid; in vp_cascade_motion()