Searched refs:MB_FORW_OR_BACK (Results 1 – 2 of 2) sorted by relevance
168 if((u2_mb_type & MB_FORW_OR_BACK) && ps_dec->u2_read_motion_type) in impeg2d_dec_p_mb_params()215 if(u2_mb_type & MB_FORW_OR_BACK) in impeg2d_dec_p_mb_params()376 if((u2_mb_type & MB_FORW_OR_BACK) && ps_dec->u2_read_motion_type) in impeg2d_dec_pnb_mb_params()386 if ((u2_mb_type & MB_FORW_OR_BACK) && in impeg2d_dec_pnb_mb_params()438 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