Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2MC.c59 #define MBPARAM_MotionType(ptr) (((ptr)->macroblock_modes.bits.frame_motion_type << 1) | (p… macro
157 if ((1 == MBPARAM_MotionType(mb_param)) || /* Field MC */ in psb__MPEG2MC_send_interPB_prediction()
158 (3 == MBPARAM_MotionType(mb_param))) { /* Dual Prime */ in psb__MPEG2MC_send_interPB_prediction()
164 if (2 == MBPARAM_MotionType(mb_param)) { /* Non-Frame MC */ in psb__MPEG2MC_send_interPB_prediction()
185 if (3 == MBPARAM_MotionType(mb_param)) { /* Dual Prime */ in psb__MPEG2MC_send_interPB_prediction()
197 if ((1 == MBPARAM_MotionType(mb_param)) || /* Field MC */ in psb__MPEG2MC_send_interPB_prediction()
198 (3 == MBPARAM_MotionType(mb_param))) { /* Dual Prime */ in psb__MPEG2MC_send_interPB_prediction()
200 (3 == MBPARAM_MotionType(mb_param))) { /* Dual Prime */ in psb__MPEG2MC_send_interPB_prediction()
211 (3 == MBPARAM_MotionType(mb_param))) { /* Dual Prime */ in psb__MPEG2MC_send_interPB_prediction()
280 if (3 == MBPARAM_MotionType(mb_param) && (ctx->picture_structure != FRAME_PICTURE)) { in psb__MPEG2MC_send_interPB_prediction()
[all …]