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

  /external/libmpeg2/decoder/
impeg2d_vld_tables.h 39 #define MB_CODED (MB_TYPE_INTRA | MB_PATTERN)
impeg2d_pnb_pic.c 190 if((u2_mb_type & MB_CODED) && ps_dec->u2_read_dct_type)
213 ps_dec->u2_coded_mb = (UWORD16)(u2_mb_type & MB_CODED);
401 if((u2_mb_type & MB_CODED) && ps_dec->u2_read_dct_type)
424 ps_dec->u2_coded_mb = (UWORD16)(u2_mb_type & MB_CODED);

Completed in 44 milliseconds