OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MB_MV_FORW
(Results
1 - 2
of
2
) sorted by null
/external/libmpeg2/decoder/
impeg2d_vld_tables.h
34
#define
MB_MV_FORW
0x8
38
#define MB_FORW_OR_BACK (
MB_MV_FORW
| MB_MV_BACK)
impeg2d_pnb_pic.c
185
UWORD16 refPic = !(u2_mb_type &
MB_MV_FORW
);
401
UWORD16 u2_refPic = !(u2_mb_type &
MB_MV_FORW
);
Completed in 59 milliseconds