OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u2_mb_type
(Results
1 - 2
of
2
) sorted by null
/external/libmpeg2/decoder/
impeg2d_pnb_pic.c
69
UWORD16
u2_mb_type
;
local
118
u2_mb_type
= ps_dec->pu2_mb_type[BITS((UWORD16)u4_next_word,15,10)];
119
u2_len = BITS(
u2_mb_type
,15,8);
127
if((
u2_mb_type
& MB_FORW_OR_BACK) && ps_dec->u2_read_motion_type)
149
if((
u2_mb_type
& MB_CODED) && ps_dec->u2_read_dct_type)
159
if(
u2_mb_type
& MB_QUANT)
172
ps_dec->u2_coded_mb = (UWORD16)(
u2_mb_type
& MB_CODED);
174
if(
u2_mb_type
& MB_FORW_OR_BACK)
177
UWORD16 refPic = !(
u2_mb_type
& MB_MV_FORW);
188
else if(
u2_mb_type
& MB_TYPE_INTRA
249
UWORD16
u2_mb_type
;
local
[
all
...]
/external/libavc/encoder/
ih264e_structs.h
1138
UWORD16
u2_mb_type
;
member in struct:__anon15502
[
all
...]
Completed in 292 milliseconds