Home
last modified time | relevance | path

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

/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_entropy_cod.c161 void *pv_entropy_hdl; in ihevce_ent_coding_thrd() local
197 pv_entropy_hdl = ps_enc_ctxt->s_module_ctxt.apv_ent_cod_ctxt[i4_bitrate_instance_num]; in ihevce_ent_coding_thrd()
198 ps_entropy_ctxt = (entropy_context_t *)pv_entropy_hdl; in ihevce_ent_coding_thrd()
423 pv_entropy_hdl, ps_curr_out, ps_curr_inp, ps_curr_out->i4_bitstream_buf_size); in ihevce_ent_coding_thrd()
H A Dihevce_entropy_interface.h89 void *pv_entropy_hdl,
H A Dihevce_entropy_interface.c306 void *pv_entropy_hdl, in ihevce_entropy_encode_frame() argument
313 entropy_context_t *ps_entropy_ctxt = (entropy_context_t *)pv_entropy_hdl; in ihevce_entropy_encode_frame()