OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u2_motion_type
(Results
1 - 4
of
4
) sorted by null
/external/libmpeg2/decoder/
impeg2d_pnb_pic.c
138
ps_dec->
u2_motion_type
= BITS((UWORD16)u4_next_word,15,14);
141
i4_motion_type = ps_dec->
u2_motion_type
;
186
UWORD16 index = (ps_dec->
u2_motion_type
);
206
ps_dec->
u2_motion_type
= 0;
334
WORD32 i4_motion_type = ps_dec->
u2_motion_type
;
338
ps_dec->
u2_motion_type
= BITS((UWORD16)u4_next_word,15,14);
341
i4_motion_type = ps_dec->
u2_motion_type
;
388
UWORD16 u2_index = (ps_dec->
u2_motion_type
);
402
UWORD16 u2_index = (ps_dec->
u2_motion_type
);
422
ps_dec->
u2_motion_type
= 0
[
all
...]
impeg2d_structs.h
191
UWORD16
u2_motion_type
;
member in struct:dec_state_struct_t
impeg2d_pic_proc.c
436
ps_dec->
u2_motion_type
= 2;
impeg2d_dec_hdr.c
[
all
...]
Completed in 46 milliseconds