Searched refs:u2_mb_type (Results 1 - 5 of 5) sorted by relevance

/external/libmpeg2/decoder/
H A Dimpeg2d_pnb_pic.c69 UWORD16 u2_mb_type; local
159 u2_mb_type = ps_dec->pu2_mb_type[BITS((UWORD16)u4_next_word,15,10)];
160 u2_len = BITS(u2_mb_type,15,8);
168 if((u2_mb_type & MB_FORW_OR_BACK) && ps_dec->u2_read_motion_type)
190 if((u2_mb_type & MB_CODED) && ps_dec->u2_read_dct_type)
200 if(u2_mb_type & MB_QUANT)
213 ps_dec->u2_coded_mb = (UWORD16)(u2_mb_type & MB_CODED);
215 if(u2_mb_type & MB_FORW_OR_BACK)
218 UWORD16 refPic = !(u2_mb_type & MB_MV_FORW);
229 else if(u2_mb_type
290 UWORD16 u2_mb_type; local
[all...]
/external/libavc/encoder/
H A Dih264e_intra_modes_eval.c660 if (ps_proc->s_left_mb_syntax_ele.u2_mb_type == I8x8)
664 else if (ps_proc->s_left_mb_syntax_ele.u2_mb_type == I4x4)
676 if (ps_top_mb_syn_ele->u2_mb_type == I8x8)
680 else if (ps_top_mb_syn_ele->u2_mb_type == I4x4)
936 if (ps_proc->s_left_mb_syntax_ele.u2_mb_type == I4x4)
940 else if (ps_proc->s_left_mb_syntax_ele.u2_mb_type == I8x8)
952 if (ps_top_mb_syn_ele->u2_mb_type == I4x4)
956 else if (ps_top_mb_syn_ele->u2_mb_type == I8x8)
1242 if (ps_proc->s_left_mb_syntax_ele.u2_mb_type == I4x4)
1246 else if (ps_proc->s_left_mb_syntax_ele.u2_mb_type
[all...]
H A Dih264e_process.c957 ps_left_syn->u2_mb_type = ps_top_syn->u2_mb_type = u4_mb_type;
H A Dih264e_structs.h1138 UWORD16 u2_mb_type; member in struct:__anon9776
H A Dih264e_me.c1119 ps_proc->s_me_ctxt.u4_left_is_skip = (ps_proc->s_left_mb_syntax_ele.u2_mb_type == PSKIP);

Completed in 162 milliseconds