Home | History | Annotate | Download | only in decoder

Lines Matching refs:u4_cbp

96     UWORD32 u4_cbp;
208 u4_cbp = ((1 << u4_ldz) + u4_word - 1);
210 if(u4_cbp > 47)
215 u4_cbp = gau1_ih264d_cbp_table[u4_cbp][0];
217 ps_cur_mb_info->u1_cbp = u4_cbp;
311 u4_cbp = gau1_ih264d_cbp_tab[(u1_mb_type - 1) >> 2];
312 ps_cur_mb_info->u1_cbp = u4_cbp;
442 if(u4_cbp)