Home | History | Annotate | Download | only in decoder

Lines Matching refs:UWORD16

66     UWORD16 u2_mb_addr_incr;
67 UWORD16 u2_total_len;
68 UWORD16 u2_len;
69 UWORD16 u2_mb_type;
109 impeg2d_dec_skip_mbs(ps_dec, (UWORD16)(u2_mb_addr_incr - 1));
113 u4_next_word = (UWORD16)impeg2d_bit_stream_nxt(ps_stream,16);
118 u2_mb_type = ps_dec->pu2_mb_type[BITS((UWORD16)u4_next_word,15,10)];
121 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << u2_len);
130 ps_dec->u2_motion_type = BITS((UWORD16)u4_next_word,15,14);
132 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_MOTION_TYPE_LEN);
151 ps_dec->u2_field_dct = BIT((UWORD16)u4_next_word,15);
153 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_DCT_TYPE_LEN);
161 UWORD16 u2_quant_scale_code;
162 u2_quant_scale_code = BITS((UWORD16)u4_next_word,15,11);
172 ps_dec->u2_coded_mb = (UWORD16)(u2_mb_type & MB_CODED);
177 UWORD16 refPic = !(u2_mb_type & MB_MV_FORW);
178 UWORD16 index = (ps_dec->u2_motion_type);
218 UWORD16 cbpValue;
246 UWORD16 u2_mb_addr_incr;
247 UWORD16 u2_total_len;
248 UWORD16 u2_len;
249 UWORD16 u2_mb_type;
301 impeg2d_dec_skip_mbs(ps_dec, (UWORD16)(u2_mb_addr_incr - 1));
305 u4_next_word = (UWORD16)impeg2d_bit_stream_nxt(ps_stream,16);
310 u2_mb_type = ps_dec->pu2_mb_type[BITS((UWORD16)u4_next_word,15,10)];
313 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << u2_len);
323 ps_dec->u2_motion_type = BITS((UWORD16)u4_next_word,15,14);
325 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_MOTION_TYPE_LEN);
348 ps_dec->u2_field_dct = BIT((UWORD16)u4_next_word,15);
350 u4_next_word = (UWORD16)LSW((UWORD16)u4_next_word << MB_DCT_TYPE_LEN);
358 UWORD16 u2_quant_scale_code;
359 u2_quant_scale_code = BITS((UWORD16)u4_next_word,15,11);
369 ps_dec->u2_coded_mb = (UWORD16)(u2_mb_type & MB_CODED);
373 UWORD16 u2_index = (ps_dec->u2_motion_type);
386 UWORD16 u2_refPic = !(u2_mb_type & MB_MV_FORW);
387 UWORD16 u2_index = (ps_dec->u2_motion_type);
427 UWORD16 cbpValue;
507 UWORD16 index = (ps_dec->u2_motion_type);