Home | History | Annotate | Download | only in encoder

Lines Matching refs:u4_cbp

473 static void ih264e_cabac_enc_cbp(UWORD32 u4_cbp, cabac_ctxt_t *ps_cabac_ctxt)
499 b = (((u4_cbp >> j) & 0x01) != 0 ? 0 : 1);
515 a = (((u4_cbp >> j) & 0x01) != 0 ? 0 : 1);
525 u1_bin = ((u4_cbp >> i) & 0x01);
531 i2_cbp_chroma = u4_cbp >> 4;
1142 UWORD32 u4_cbp, UWORD8 u1_ctx_cat)
1162 if (u4_cbp & 0xf)
1194 if (!((u4_cbp >> u1_b3b2) & 0x1))
1274 u1_cbp_chroma = u4_cbp >> 4;