Home
last modified time | relevance | path

Searched refs:ps_rdopt_entropy_ctxt (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/
Dihevce_cabac_rdo.c135 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt, in ihevce_entropy_rdo_frame_init() argument
157 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].ps_vps = ps_vps; in ihevce_entropy_rdo_frame_init()
158 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].ps_sps = ps_sps; in ihevce_entropy_rdo_frame_init()
159 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].ps_pps = ps_pps; in ihevce_entropy_rdo_frame_init()
160 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].ps_slice_hdr = ps_slice_hdr; in ihevce_entropy_rdo_frame_init()
162 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].ps_vps = ps_vps; in ihevce_entropy_rdo_frame_init()
163 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].ps_sps = ps_sps; in ihevce_entropy_rdo_frame_init()
164 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].ps_pps = ps_pps; in ihevce_entropy_rdo_frame_init()
165 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].ps_slice_hdr = ps_slice_hdr; in ihevce_entropy_rdo_frame_init()
168 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].pu1_skip_cu_top = pu1_cu_skip_top_row; in ihevce_entropy_rdo_frame_init()
[all …]
Dihevce_cabac_rdo.h64 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt,
73 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt, WORD32 ctb_x, WORD32 ctb_y);
76 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt,
87 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt,
95 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt,
102 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt, ctb_enc_loop_out_t *ps_ctb_enc_loop_out);
105 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt, WORD32 i4_best_buf_idx);
108 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt,
118 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt, UWORD8 *pu1_entropy_sync_states, WORD32 copy_mode);
Dihevce_sao.c785 ps_sao_ctxt->ps_rdopt_entropy_ctxt->i4_curr_buf_idx = curr_buf_idx; in ihevce_sao_analyse()
787 ps_sao_ctxt->ps_rdopt_entropy_ctxt, ps_ctb_enc_loop_out); in ihevce_sao_analyse()
796 best_buf_idx = ps_sao_ctxt->ps_rdopt_entropy_ctxt->i4_curr_buf_idx; in ihevce_sao_analyse()
1166 ps_sao_ctxt->ps_rdopt_entropy_ctxt->i4_curr_buf_idx = curr_buf_idx; in ihevce_sao_analyse()
1168 ps_sao_ctxt->ps_rdopt_entropy_ctxt, ps_ctb_enc_loop_out); in ihevce_sao_analyse()
1178 best_buf_idx = ps_sao_ctxt->ps_rdopt_entropy_ctxt->i4_curr_buf_idx; in ihevce_sao_analyse()
1186 ihevce_update_best_sao_cabac_state(ps_sao_ctxt->ps_rdopt_entropy_ctxt, best_buf_idx); in ihevce_sao_analyse()
Dihevce_enc_loop_utils.h174 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt,
Dihevce_enc_loop_structs.h1810 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt; member
Dihevce_enc_loop_utils.c1463 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt, in ihevce_quant_rounding_factor_gen() argument
1491 WORD32 curr_buf_idx = ps_rdopt_entropy_ctxt->i4_curr_buf_idx; in ihevce_quant_rounding_factor_gen()
1492 ps_cur_tu_entropy = &ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[curr_buf_idx]; in ihevce_quant_rounding_factor_gen()
1500 pu1_ctxt_model = &ps_rdopt_entropy_ctxt->au1_init_cabac_ctxt_states[0]; in ihevce_quant_rounding_factor_gen()
Dihevce_enc_loop_pass.c3437 ps_ctxt->s_sao_ctxt_t.ps_rdopt_entropy_ctxt = &ps_ctxt->s_rdopt_entropy_ctxt; in ihevce_enc_loop_process()