OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MB_FORW_OR_BACK
(Results
1 - 2
of
2
) sorted by null
/external/libmpeg2/decoder/
impeg2d_vld_tables.h
38
#define
MB_FORW_OR_BACK
(MB_MV_FORW | MB_MV_BACK)
impeg2d_pnb_pic.c
135
if((u2_mb_type &
MB_FORW_OR_BACK
) && ps_dec->u2_read_motion_type)
182
if(u2_mb_type &
MB_FORW_OR_BACK
)
336
if((u2_mb_type &
MB_FORW_OR_BACK
) && ps_dec->u2_read_motion_type)
346
if ((u2_mb_type &
MB_FORW_OR_BACK
) &&
398
else if(u2_mb_type &
MB_FORW_OR_BACK
)
Completed in 481 milliseconds