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.c1597 WORD32 ctxt_set = 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()
1657 WORD32 ctxt_set = 0; in ihevce_quant_rounding_factor_gen() local
1667 ctxt_set = (i && is_luma) ? 2 : 0; in ihevce_quant_rounding_factor_gen()
1669 ctxt_set++; in ihevce_quant_rounding_factor_gen()
1677 ctxt_idx = (ctxt_set * 4) + abs_gt1_base_ctxt + gt1_ctxt; in ihevce_quant_rounding_factor_gen()
1692 ctxt_set = (i && is_luma) ? 2 : 0; in ihevce_quant_rounding_factor_gen()
1693 ctxt_set++; in ihevce_quant_rounding_factor_gen()
1701 ctxt_idx = (ctxt_set * 4) + abs_gt1_base_ctxt + gt1_ctxt; in ihevce_quant_rounding_factor_gen()
[all …]