Searched refs:MB_FORW_OR_BACK (Results 1 – 2 of 2) sorted by relevance
127 if((u2_mb_type & MB_FORW_OR_BACK) && ps_dec->u2_read_motion_type) in impeg2d_dec_p_mb_params()174 if(u2_mb_type & MB_FORW_OR_BACK) in impeg2d_dec_p_mb_params()318 if((u2_mb_type & MB_FORW_OR_BACK) && ps_dec->u2_read_motion_type) in impeg2d_dec_pnb_mb_params()328 if ((u2_mb_type & MB_FORW_OR_BACK) && in impeg2d_dec_pnb_mb_params()378 else if(u2_mb_type & MB_FORW_OR_BACK) in impeg2d_dec_pnb_mb_params()
38 #define MB_FORW_OR_BACK (MB_MV_FORW | MB_MV_BACK) macro