Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_entropy_cod.c213 if(1 == ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id]) in ihevce_ent_coding_thrd()
214 ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id] = 0; in ihevce_ent_coding_thrd()
220 if(0 == ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id]) in ihevce_ent_coding_thrd()
226 pi4_active_res_check = ps_enc_ctxt->s_multi_thrd.pi4_active_res_id; in ihevce_ent_coding_thrd()
251 ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id] = 1; in ihevce_ent_coding_thrd()
580 i4_do_entr_last = ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id]; in ihevce_ent_coding_thrd()
644 ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id] = 0; in ihevce_ent_coding_thrd()
Dihevce_hle_interface.c189 WORD32 *pi4_active_res_id = NULL; in ihevce_hle_interface_create() local
286 pi4_active_res_id = (WORD32 *)s_memtab.pv_base; in ihevce_hle_interface_create()
315 pi4_active_res_id[ctr] = 0; in ihevce_hle_interface_create()
316 ps_enc_ctxt->s_multi_thrd.pi4_active_res_id = pi4_active_res_id; in ihevce_hle_interface_create()
439 pi4_active_res_id[i4_num_resolutions] = 0; in ihevce_hle_interface_create()
2198 s_memtab.pv_base = ps_enc_ctxt->s_multi_thrd.pi4_active_res_id; in ihevce_hle_interface_delete()
Dihevce_enc_structs.h2778 WORD32 *pi4_active_res_id; member