Home | History | Annotate | Download | only in decoder

Lines Matching refs:u2_mb_type

69     UWORD16 u2_mb_type;
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)
203 if((u2_mb_type & MB_TYPE_INTRA))
246 UWORD16 u2_mb_type;
307 u2_mb_type = ps_dec->pu2_mb_type[BITS((UWORD16)u4_next_word,15,10)];
308 u2_len = BITS(u2_mb_type,15,8);
318 if((u2_mb_type & MB_FORW_OR_BACK) && ps_dec->u2_read_motion_type)
328 if ((u2_mb_type & MB_FORW_OR_BACK) &&
343 if((u2_mb_type & MB_CODED) && ps_dec->u2_read_dct_type)
353 if(u2_mb_type & MB_QUANT)
366 ps_dec->u2_coded_mb = (UWORD16)(u2_mb_type & MB_CODED);
368 if(u2_mb_type & MB_BIDRECT)
378 else if(u2_mb_type & MB_FORW_OR_BACK)
381 UWORD16 u2_refPic = !(u2_mb_type & MB_MV_FORW);
390 else if(u2_mb_type & MB_TYPE_INTRA)
407 if((u2_mb_type & MB_TYPE_INTRA))