Home | History | Annotate | Download | only in decoder

Lines Matching refs:u4_cbp

322         UWORD32 u4_cbp;
340 u4_cbp = ((1 << u4_ldz) + u4_word - 1);
342 if(u4_cbp > 47)
345 u4_cbp = *((UWORD8*)gau1_ih264d_cbp_inter + u4_cbp);
346 COPYTHECONTEXT("coded_block_pattern", u4_cbp);
347 ps_cur_mb_info->u1_cbp = u4_cbp;
350 if((ps_dec->s_high_profile.u1_transform8x8_present) && (u4_cbp & 0xf)
359 if(u4_cbp)