Home
last modified time | relevance | path

Searched refs:uc_b (Results 1 – 2 of 2) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_cabac.c1472 UWORD8 uc_a = 1, uc_b = 1; in ih264d_parse_residual4x4_cabac() local
1496 uc_b = (u1_top_dc_csbp >> i) & 0x01; in ih264d_parse_residual4x4_cabac()
1497 u4_ctx_inc = (uc_a + (uc_b << 1)); in ih264d_parse_residual4x4_cabac()
Dih264d_parse_islice.c665 UWORD8 uc_a, uc_b; in ih264d_parse_imb_cabac() local
671 uc_b = ((ps_top_ctxt->u1_yuv_dc_csbp) & 0x01); in ih264d_parse_imb_cabac()
676 u4_ctx_inc = (uc_a + (uc_b << 1)); in ih264d_parse_imb_cabac()