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

  /external/libmpeg2/decoder/
impeg2d_pic_proc.c 388 ps_dec->u2_fld_parity = TOP;
392 ps_dec->u2_fld_parity = BOTTOM;
442 ps_dec->u2_fld_parity = TOP;
impeg2d_mv_dec.c 398 ps_mc->s_ref = ps_dec->as_ref_buf[FORW][ps_dec->u2_fld_parity];
404 ps_mc->s_ref = ps_dec->as_ref_buf[FORW][!ps_dec->u2_fld_parity];
impeg2d_mc.c 533 ps_mc->s_ref = ps_dec->as_ref_buf[ps_dec->e_mb_pred][ps_dec->u2_fld_parity];
567 ps_mc->s_ref = ps_dec->as_ref_buf[ps_dec->e_mb_pred][ps_dec->u2_fld_parity];
    [all...]
impeg2d_structs.h 200 UWORD16 u2_fld_parity; member in struct:dec_state_struct_t
impeg2d_dec_hdr.c     [all...]

Completed in 51 milliseconds