Home
last modified time | relevance | path

Searched refs:gt1_ctxt (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_cabac_tu.c1171 WORD32 gt1_ctxt = 1; /* required for abs_gt1_ctxt modelling */ in ihevce_cabac_residue_encode() local
1455 ctxt_set += (0 == gt1_ctxt) ? 1 : 0; in ihevce_cabac_residue_encode()
1457 gt1_ctxt = 1; in ihevce_cabac_residue_encode()
1462 ctxt_idx = (ctxt_set * 4) + abs_gt1_base_ctxt + gt1_ctxt; in ihevce_cabac_residue_encode()
1472 gt1_ctxt = 0; in ihevce_cabac_residue_encode()
1475 else if(gt1_ctxt && (gt1_ctxt < 3)) in ihevce_cabac_residue_encode()
1477 gt1_ctxt++; in ihevce_cabac_residue_encode()
1705 WORD32 gt1_ctxt = 1; /* required for abs_gt1_ctxt modelling */ in ihevce_cabac_residue_encode_rdopt() local
2015 ctxt_set += (0 == gt1_ctxt) ? 1 : 0; in ihevce_cabac_residue_encode_rdopt()
2017 gt1_ctxt = 1; in ihevce_cabac_residue_encode_rdopt()
[all …]
Dihevce_enc_loop_utils.c1596 WORD32 gt1_ctxt = 0; in ihevce_quant_rounding_factor_gen() local
1608 ctxt_set = gt1_ctxt = 0; in ihevce_quant_rounding_factor_gen()
1609 ctxt_idx = (ctxt_set * 4) + abs_gt1_base_ctxt + gt1_ctxt; in ihevce_quant_rounding_factor_gen()
1656 WORD32 gt1_ctxt = 0; in ihevce_quant_rounding_factor_gen() local
1676 gt1_ctxt = 0; in ihevce_quant_rounding_factor_gen()
1677 ctxt_idx = (ctxt_set * 4) + abs_gt1_base_ctxt + gt1_ctxt; in ihevce_quant_rounding_factor_gen()
1700 gt1_ctxt = 0; in ihevce_quant_rounding_factor_gen()
1701 ctxt_idx = (ctxt_set * 4) + abs_gt1_base_ctxt + gt1_ctxt; in ihevce_quant_rounding_factor_gen()
1742 WORD32 gt1_ctxt = 0; in ihevce_quant_rounding_factor_gen() local
1770 gt1_ctxt = 0; in ihevce_quant_rounding_factor_gen()
[all …]
/external/libhevc/decoder/
Dihevcd_parse_residual.c199 WORD32 gt1_ctxt = 1; in ihevcd_parse_residual_coding() local
659 ctxt_set += (0 == gt1_ctxt) ? 1 : 0; in ihevcd_parse_residual_coding()
661 gt1_ctxt = 1; in ihevcd_parse_residual_coding()
686 ctxt_idx = (ctxt_set * 4) + abs_gt1_base_ctxt + gt1_ctxt; in ihevcd_parse_residual_coding()
702 gt1_ctxt = 0; in ihevcd_parse_residual_coding()
704 else if(gt1_ctxt && (gt1_ctxt < 3)) in ihevcd_parse_residual_coding()
706 gt1_ctxt++; in ihevcd_parse_residual_coding()