Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_islice.c663 UWORD8 uc_a, uc_b; in ih264d_parse_imb_cabac() local
672 uc_a = ((ps_dec->pu1_left_yuv_dc_csbp[0]) & 0x01); in ih264d_parse_imb_cabac()
674 u4_ctx_inc = (uc_a + (uc_b << 1)); in ih264d_parse_imb_cabac()
Dih264d_parse_cabac.c1472 UWORD8 uc_a = 1, uc_b = 1; in ih264d_parse_residual4x4_cabac() local
1495 uc_a = (u1_left_dc_csbp >> i) & 0x01; in ih264d_parse_residual4x4_cabac()
1497 u4_ctx_inc = (uc_a + (uc_b << 1)); in ih264d_parse_residual4x4_cabac()