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

  /external/libmpeg2/decoder/
impeg2d_pnb_pic.c 69 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 & MB_TYPE_INTRA
290 UWORD16 u2_mb_type; local
    [all...]
  /external/libavc/encoder/
ih264e_structs.h 1138 UWORD16 u2_mb_type; member in struct:__anon23947
    [all...]

Completed in 62 milliseconds