Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_residual.c472 WORD32 ctxt_set; in ihevcd_parse_residual_coding() local
656 ctxt_set = (i && (!c_idx)) ? 2 : 0; in ihevcd_parse_residual_coding()
659 ctxt_set += (0 == gt1_ctxt) ? 1 : 0; in ihevcd_parse_residual_coding()
686 ctxt_idx = (ctxt_set * 4) + abs_gt1_base_ctxt + gt1_ctxt; in ihevcd_parse_residual_coding()
743 ctxt_idx += (!c_idx) ? ctxt_set : (ctxt_set + 4); in ihevcd_parse_residual_coding()
/external/libhevc/encoder/
Dihevce_cabac_tu.c1440 WORD32 ctxt_set = (i && is_luma) ? 2 : 0; in ihevce_cabac_residue_encode() local
1455 ctxt_set += (0 == gt1_ctxt) ? 1 : 0; in ihevce_cabac_residue_encode()
1462 ctxt_idx = (ctxt_set * 4) + abs_gt1_base_ctxt + gt1_ctxt; in ihevce_cabac_residue_encode()
1494 ctxt_idx += (is_luma) ? ctxt_set : (ctxt_set + 4); in ihevce_cabac_residue_encode()
2000 WORD32 ctxt_set = (i && is_luma) ? 2 : 0; in ihevce_cabac_residue_encode_rdopt() local
2015 ctxt_set += (0 == gt1_ctxt) ? 1 : 0; in ihevce_cabac_residue_encode_rdopt()
2022 ctxt_idx = (ctxt_set * 4) + abs_gt1_base_ctxt + gt1_ctxt; in ihevce_cabac_residue_encode_rdopt()
2062 ctxt_idx += (is_luma) ? ctxt_set : (ctxt_set + 4); in ihevce_cabac_residue_encode_rdopt()
2842 WORD32 ctxt_set = (i && is_luma) ? 2 : 0; in ihevce_cabac_residue_encode_rdoq() local
2857 ctxt_set += (0 == gt1_ctxt) ? 1 : 0; in ihevce_cabac_residue_encode_rdoq()
[all …]
Dihevce_enc_loop_utils.c1546 WORD32 ctxt_set = 0; in ihevce_quant_rounding_factor_gen() local
1557 ctxt_set = gt1_ctxt = 0; in ihevce_quant_rounding_factor_gen()
1558 ctxt_idx = (ctxt_set * 4) + abs_gt1_base_ctxt + gt1_ctxt; in ihevce_quant_rounding_factor_gen()
1606 WORD32 ctxt_set = 0; in ihevce_quant_rounding_factor_gen() local
1616 ctxt_set = (i && is_luma) ? 2 : 0; in ihevce_quant_rounding_factor_gen()
1618 ctxt_set++; in ihevce_quant_rounding_factor_gen()
1626 ctxt_idx = (ctxt_set * 4) + abs_gt1_base_ctxt + gt1_ctxt; in ihevce_quant_rounding_factor_gen()
1641 ctxt_set = (i && is_luma) ? 2 : 0; in ihevce_quant_rounding_factor_gen()
1642 ctxt_set++; in ihevce_quant_rounding_factor_gen()
1650 ctxt_idx = (ctxt_set * 4) + abs_gt1_base_ctxt + gt1_ctxt; in ihevce_quant_rounding_factor_gen()
[all …]