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

  /external/libmpeg2/common/
impeg2_defs.h 68 #define MB_DCT_TYPE_LEN 1
  /external/libmpeg2/decoder/
impeg2d_pnb_pic.c 152 u2_total_len += MB_DCT_TYPE_LEN;
153 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_DCT_TYPE_LEN);
346 u2_total_len += MB_DCT_TYPE_LEN;
347 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_DCT_TYPE_LEN);

Completed in 31 milliseconds