Home | History | Annotate | Download | only in decoder

Lines Matching refs:u1_mb_type

76     WORD8 u1_mb_type, u1_bin;
83 u4_cxt_inc += ((ps_left_ctxt->u1_mb_type != CAB_I4x4) ? 1 : 0);
85 u4_cxt_inc += ((ps_top_ctxt->u1_mb_type != CAB_I4x4) ? 1 : 0);
93 u1_mb_type = (UWORD8)ih264d_decode_bin(u4_cxt_inc, ps_mb_bin_ctxt, ps_bitstrm,
95 if(u1_mb_type)
110 u1_mb_type += 4;
113 u1_mb_type += 12;
130 u1_mb_type += u1_bin;
136 u1_mb_type = 25;
139 return (u1_mb_type);
163 WORD8 u1_mb_type = 0, u1_bin;
174 c_ctxt_inc += ((ps_left_ctxt->u1_mb_type != CAB_SI4x4) ? 1 : 0);
176 c_ctxt_inc += ((ps_top_ctxt->u1_mb_type != CAB_SI4x4) ? 1 : 0);
184 u1_mb_type = 0;
188 u1_mb_type = 1 + ih264d_parse_mb_type_intra_cabac(0, ps_dec);
207 u1_mb_type = (UWORD8)ih264d_decode_bin(u4_cxt_inc, ps_mb_bin_ctxt,
209 u1_mb_type = (u1_bin << 1) + u1_mb_type;
210 if(u1_mb_type)
211 u1_mb_type = 4 - u1_mb_type;
217 u1_mb_type = 5 + ih264d_parse_mb_type_intra_cabac(1, ps_dec);
228 u1_mb_type = 0;
230 a = ((ps_left_ctxt->u1_mb_type & CAB_BD16x16_MASK) != CAB_BD16x16);
232 b = ((ps_top_ctxt->u1_mb_type & CAB_BD16x16_MASK) != CAB_BD16x16);
254 u1_mb_type = u1_bin + 1;
258 u1_mb_type = 3;
266 u1_mb_type += 8;
274 u1_mb_type++;
284 u1_mb_type += u1_bin;
303 u1_mb_type += (u1_bin ? 11 : 0);
307 u1_mb_type = 20;
322 u1_mb_type += u1_bin;
328 u1_mb_type =
348 u1_mb_type += u1_bin;
353 return ((UWORD32)u1_mb_type);