Home
last modified time | relevance | path

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

/external/libmpeg2/decoder/
Dimpeg2d_pnb_pic.c168 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()
Dimpeg2d_vld_tables.h38 #define MB_FORW_OR_BACK (MB_MV_FORW | MB_MV_BACK) macro