Searched refs:MB_FORW_OR_BACK (Results 1 – 2 of 2) sorted by relevance
135 if((u2_mb_type & MB_FORW_OR_BACK) && ps_dec->u2_read_motion_type) in impeg2d_dec_p_mb_params()182 if(u2_mb_type & MB_FORW_OR_BACK) in impeg2d_dec_p_mb_params()336 if((u2_mb_type & MB_FORW_OR_BACK) && ps_dec->u2_read_motion_type) in impeg2d_dec_pnb_mb_params()346 if ((u2_mb_type & MB_FORW_OR_BACK) && in impeg2d_dec_pnb_mb_params()398 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