Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2MC.c102 VAMacroblockParameterBufferMPEG2 *mb_param ; /* Pointer to the mbCtrl structure */ member
147 VAMacroblockParameterBufferMPEG2 * const mb_param, in psb__MPEG2MC_send_interPB_prediction() argument
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()
190 MBPARAM_MotionForward(mb_param)); in psb__MPEG2MC_send_interPB_prediction()
192 MBPARAM_MotionBackward(mb_param)); 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()
[all …]