Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_rdo.c698 entropy_context_t *ps_cur_tu_entropy; in ihevce_entropy_rdo_encode_tu() local
700 ps_cur_tu_entropy = &ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[curr_buf_idx]; in ihevce_entropy_rdo_encode_tu()
709 ps_cur_tu_entropy->s_cabac_ctxt.u4_bits_estimated_q12 = 0; in ihevce_entropy_rdo_encode_tu()
710 ps_cur_tu_entropy->i1_encode_qp_delta = 0; in ihevce_entropy_rdo_encode_tu()
714 ps_cur_tu_entropy, pv_ecd_coeff, log2_tfr_size, is_luma, perform_sbh); in ihevce_entropy_rdo_encode_tu()
718 (ps_cur_tu_entropy->s_cabac_ctxt.u4_bits_estimated_q12 + (1 << (CABAC_FRAC_BITS_Q - 1))) >> in ihevce_entropy_rdo_encode_tu()
790 entropy_context_t *ps_cur_tu_entropy; in ihevce_entropy_rdo_encode_tu_rdoq() local
792 ps_cur_tu_entropy = &ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[curr_buf_idx]; in ihevce_entropy_rdo_encode_tu_rdoq()
801 ps_cur_tu_entropy->s_cabac_ctxt.u4_bits_estimated_q12 = 0; in ihevce_entropy_rdo_encode_tu_rdoq()
802 ps_cur_tu_entropy->i1_encode_qp_delta = 0; in ihevce_entropy_rdo_encode_tu_rdoq()
[all …]
Dihevce_enc_loop_utils.c1540 entropy_context_t *ps_cur_tu_entropy; in ihevce_quant_rounding_factor_gen() local
1543 ps_cur_tu_entropy = &ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[curr_buf_idx]; in ihevce_quant_rounding_factor_gen()
1545 ps_cabac = &ps_cur_tu_entropy->s_cabac_ctxt; in ihevce_quant_rounding_factor_gen()