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

  /external/libmpeg2/decoder/
impeg2d_pnb_pic.c 373 UWORD16 u2_index = (ps_dec->u2_motion_type); local
377 ps_dec_mb_params = &ps_dec->ps_func_bi_direct[u2_index];
387 UWORD16 u2_index = (ps_dec->u2_motion_type); local
390 ps_dec_mb_params = &ps_dec->ps_func_forw_or_back[u2_index];
impeg2d_mv_dec.c 102 UWORD16 u2_index; local
114 u2_index = (u4_mv_code >> 1) & 0x1FF;
115 u2_value = gau2_impeg2d_mv_code[u2_index];

Completed in 39 milliseconds