HomeSort by relevance Sort by last modified time
    Searched refs:u2_motion_type (Results 1 - 4 of 4) sorted by null

  /external/libmpeg2/decoder/
impeg2d_pnb_pic.c 171 ps_dec->u2_motion_type = BITS((UWORD16)u4_next_word,15,14);
174 i4_motion_type = ps_dec->u2_motion_type;
219 UWORD16 index = (ps_dec->u2_motion_type);
239 ps_dec->u2_motion_type = 0;
374 WORD32 i4_motion_type = ps_dec->u2_motion_type;
378 ps_dec->u2_motion_type = BITS((UWORD16)u4_next_word,15,14);
381 i4_motion_type = ps_dec->u2_motion_type;
428 UWORD16 u2_index = (ps_dec->u2_motion_type);
442 UWORD16 u2_index = (ps_dec->u2_motion_type);
462 ps_dec->u2_motion_type = 0
    [all...]
impeg2d_structs.h 192 UWORD16 u2_motion_type; member in struct:dec_state_struct_t
impeg2d_pic_proc.c 438 ps_dec->u2_motion_type = 2;
impeg2d_dec_hdr.c     [all...]

Completed in 146 milliseconds