Searched refs:MBPARAM_MotionType (Results 1 – 1 of 1) sorted by relevance
59 #define MBPARAM_MotionType(ptr) (((ptr)->macroblock_modes.bits.frame_motion_type << 1) | (p… macro157 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 …]