Home
last modified time | relevance | path

Searched refs:entropy_context_t (Results 1 – 9 of 9) sorted by relevance

/external/libhevc/encoder/
Dihevce_entropy_structs.h284 } entropy_context_t; typedef
290 entropy_context_t *ps_entropy_ctxt,
299 entropy_context_t *ps_entropy_ctxt, void *pv_coeff, WORD32 log2_tr_size, WORD32 is_luma);
302 entropy_context_t *ps_entropy_ctxt,
309 entropy_context_t *ps_entropy_ctxt,
343 entropy_context_t *ps_entropy_ctxt,
350 entropy_context_t *ps_entropy_ctxt,
355 entropy_context_t *ps_entropy_ctxt, ctb_enc_loop_out_t *ps_ctb_enc_loop_out);
Dihevce_cabac_rdo.c374 entropy_context_t *ps_cur_cu_entropy = in ihevce_entropy_rdo_encode_cu()
504 entropy_context_t *ps_cur_ctb_entropy = in ihevce_cabac_rdo_encode_sao()
554 entropy_context_t *ps_cur_ctb_entropy = in ihevce_update_best_sao_cabac_state()
613 entropy_context_t *ps_best_cu_entropy = in ihevce_entropy_update_best_cu_states()
698 entropy_context_t *ps_cur_tu_entropy; in ihevce_entropy_rdo_encode_tu()
790 entropy_context_t *ps_cur_tu_entropy; in ihevce_entropy_rdo_encode_tu_rdoq()
Dihevce_entropy_interface.c181 ps_mem_tab[ENTROPY_CTXT].i4_mem_size = sizeof(entropy_context_t); in ihevce_entropy_get_mem_recs()
229 entropy_context_t *ps_entropy_ctxt; in ihevce_entropy_init()
232 ps_entropy_ctxt = (entropy_context_t *)ps_mem_tab[ENTROPY_CTXT].pv_base; in ihevce_entropy_init()
233 memset(ps_entropy_ctxt, 0, sizeof(entropy_context_t)); in ihevce_entropy_init()
313 entropy_context_t *ps_entropy_ctxt = (entropy_context_t *)pv_entropy_hdl; in ihevce_entropy_encode_frame()
Dihevce_cabac_cu_pu.c185 entropy_context_t *ps_entropy_ctxt, WORD32 part_mode, cu_enc_loop_out_t *ps_enc_cu) in ihevce_cabac_encode_intra_pu()
301 entropy_context_t *ps_entropy_ctxt, in ihevce_cabac_encode_skip_flag()
775 entropy_context_t *ps_entropy_ctxt, cu_enc_loop_out_t *ps_enc_cu, WORD32 cu_depth) in ihevce_cabac_encode_inter_pu()
1051 entropy_context_t *ps_entropy_ctxt, in ihevce_cabac_encode_coding_unit()
1416 entropy_context_t *ps_entropy_ctxt, ctb_enc_loop_out_t *ps_ctb_enc_loop_out) in ihevce_cabac_encode_sao()
1648 entropy_context_t *ps_entropy_ctxt, in ihevce_encode_coding_quadtree()
1877 entropy_context_t *ps_entropy_ctxt, in ihevce_encode_slice_data()
Dihevce_entropy_cod.c162 entropy_context_t *ps_entropy_ctxt; in ihevce_ent_coding_thrd()
198 ps_entropy_ctxt = (entropy_context_t *)pv_entropy_hdl; in ihevce_ent_coding_thrd()
Dihevce_cabac_tu.c400 entropy_context_t *ps_entropy_ctxt, in ihevce_encode_transform_tree()
1144 entropy_context_t *ps_entropy_ctxt, void *pv_coeff, WORD32 log2_tr_size, WORD32 is_luma) in ihevce_cabac_residue_encode()
1673 entropy_context_t *ps_entropy_ctxt, in ihevce_cabac_residue_encode_rdopt()
2298 entropy_context_t *ps_entropy_ctxt, in ihevce_cabac_residue_encode_rdoq()
Dihevce_enc_loop_structs.h1146 entropy_context_t as_cu_entropy_ctxt[2];
Dihevce_enc_loop_pass.c1527 entropy_context_t *ps_entropy_ctxt; in ihevce_cu_mode_decide()
Dihevce_enc_loop_utils.c1540 entropy_context_t *ps_cur_tu_entropy; in ihevce_quant_rounding_factor_gen()