HomeSort by relevance Sort by last modified time
    Searched refs:u2_mb_type (Results 1 - 5 of 5) 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);
186 else if(u2_mb_type & MB_TYPE_INTRA
246 UWORD16 u2_mb_type; local
    [all...]
  /external/libavc/encoder/
ih264e_intra_modes_eval.c 640 if (ps_proc->s_left_mb_syntax_ele.u2_mb_type == I8x8)
644 else if (ps_proc->s_left_mb_syntax_ele.u2_mb_type == I4x4)
656 if (ps_top_mb_syn_ele->u2_mb_type == I8x8)
660 else if (ps_top_mb_syn_ele->u2_mb_type == I4x4)
    [all...]
ih264e_structs.h 1135 UWORD16 u2_mb_type; member in struct:__anon12007
    [all...]
ih264e_process.c 949 ps_left_syn->u2_mb_type = ps_top_syn->u2_mb_type = u4_mb_type;
    [all...]
ih264e_me.c     [all...]

Completed in 508 milliseconds