HomeSort by relevance Sort by last modified time
    Searched refs:pi4_active_res_id (Results 1 - 3 of 3) sorted by null

  /external/libhevc/encoder/
ihevce_entropy_cod.c 213 if(1 == ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id])
214 ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id] = 0;
220 if(0 == ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id])
226 pi4_active_res_check = ps_enc_ctxt->s_multi_thrd.pi4_active_res_id;
251 ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id] = 1;
576 i4_do_entr_last = ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id];
640 ps_enc_ctxt->s_multi_thrd.pi4_active_res_id[i4_resolution_id] = 0;
    [all...]
ihevce_hle_interface.c 189 WORD32 *pi4_active_res_id = NULL; local
273 /* Memory Allocation of pi4_active_res_id */
286 pi4_active_res_id = (WORD32 *)s_memtab.pv_base;
315 pi4_active_res_id[ctr] = 0;
316 ps_enc_ctxt->s_multi_thrd.pi4_active_res_id = pi4_active_res_id;
454 pi4_active_res_id[i4_num_resolutions] = 0;
    [all...]
ihevce_enc_structs.h 2882 WORD32 *pi4_active_res_id; member in struct:__anon28643
    [all...]

Completed in 47 milliseconds