OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MB_DCT_TYPE_LEN
(Results
1 - 2
of
2
) sorted by null
/external/libmpeg2/common/
impeg2_defs.h
47
#define
MB_DCT_TYPE_LEN
1
/external/libmpeg2/decoder/
impeg2d_pnb_pic.c
160
u2_total_len +=
MB_DCT_TYPE_LEN
;
161
u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word <<
MB_DCT_TYPE_LEN
);
364
u2_total_len +=
MB_DCT_TYPE_LEN
;
365
u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word <<
MB_DCT_TYPE_LEN
);
Completed in 54 milliseconds