Searched refs:MBPARAM_MotionForward (Results 1 – 1 of 1) sorted by relevance
61 #define MBPARAM_MotionForward(ptr) (((ptr)->macroblock_type & VA_MB_TYPE_MOTION_FORWARD)?1:0) macro190 MBPARAM_MotionForward(mb_param)); in psb__MPEG2MC_send_interPB_prediction()199 if ((1 == MBPARAM_MotionForward(mb_param)) || in psb__MPEG2MC_send_interPB_prediction()223 if ((0 == MBPARAM_MotionForward(mb_param)) && in psb__MPEG2MC_send_interPB_prediction()229 if (1 == MBPARAM_MotionForward(mb_param)) { in psb__MPEG2MC_send_interPB_prediction()335 if ((0 == MBPARAM_MotionForward(mb_param)) && in psb__MPEG2MC_send_motion_vectores()342 if (1 == MBPARAM_MotionForward(mb_param)) { in psb__MPEG2MC_send_motion_vectores()365 if ((1 == MBPARAM_MotionForward(mb_param)) || in psb__MPEG2MC_send_motion_vectores()390 if ((1 == MBPARAM_MotionForward(mb_param)) || in psb__MPEG2MC_send_motion_vectores()420 if ((1 == MBPARAM_MotionForward(mb_param)) || /* Forward MV */ in psb__MPEG2MC_send_motion_vectores()[all …]