Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2MC.c60 #define MBPARAM_MotionBackward(ptr) (((ptr)->macroblock_type & VA_MB_TYPE_MOTION_BACKWARD)?1:0) macro
192 MBPARAM_MotionBackward(mb_param)); in psb__MPEG2MC_send_interPB_prediction()
210 if ((1 == MBPARAM_MotionBackward(mb_param)) || in psb__MPEG2MC_send_interPB_prediction()
224 (0 == MBPARAM_MotionBackward(mb_param))) { in psb__MPEG2MC_send_interPB_prediction()
254 if (1 == MBPARAM_MotionBackward(mb_param)) { in psb__MPEG2MC_send_interPB_prediction()
336 (0 == MBPARAM_MotionBackward(mb_param))) { in psb__MPEG2MC_send_motion_vectores()
349 if (1 == MBPARAM_MotionBackward(mb_param)) { in psb__MPEG2MC_send_motion_vectores()
373 if ((1 == MBPARAM_MotionBackward(mb_param)) || in psb__MPEG2MC_send_motion_vectores()
398 if ((1 == MBPARAM_MotionBackward(mb_param)) || in psb__MPEG2MC_send_motion_vectores()
429 if ((1 == MBPARAM_MotionBackward(mb_param)) || /* Backward MV */ in psb__MPEG2MC_send_motion_vectores()
[all …]