Home | History | Annotate | Download | only in decoder

Lines Matching defs:u1_cbp

634     UWORD8 u1_cbp;
678 u1_cbp = (WORD8)ih264d_parse_ctx_cbp_cabac(ps_dec);
679 p_curr_ctxt->u1_cbp = u1_cbp;
680 ps_cur_mb_info->u1_cbp = u1_cbp;
682 if(u1_cbp > 47)
685 COPYTHECONTEXT("coded_block_pattern", u1_cbp);
690 if((ps_dec->s_high_profile.u1_transform8x8_present) && (u1_cbp & (0xf))
711 if(u1_cbp)
825 ps_cur_mb_info->u1_cbp = u4_cbp;