Home
last modified time | relevance | path

Searched refs:p_pocs_to_remove (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dhme_interface.h951 void *pv_ctxt, S32 *p_pocs_to_remove, S32 i4_idr_gop_num, S32 i4_num_me_frm_pllel);
953 void hme_coarse_discard_frm(void *pv_me_ctxt, S32 *p_pocs_to_remove);
Dhme_interface.c3040 void *pv_me_ctxt, S32 *p_pocs_to_remove, S32 i4_idr_gop_num, S32 i4_num_me_frm_pllel) in hme_discard_frm() argument
3047 while(p_pocs_to_remove[count] != INVALID_POC) in hme_discard_frm()
3051 ps_ctxt, p_pocs_to_remove[count], i4_idr_gop_num, i4_num_me_frm_pllel); in hme_discard_frm()
3065 void hme_coarse_discard_frm(void *pv_me_ctxt, S32 *p_pocs_to_remove) in hme_coarse_discard_frm() argument
3072 while(p_pocs_to_remove[count] != -1) in hme_coarse_discard_frm()
3074 idx = hme_coarse_find_descr_idx(ps_ctxt, p_pocs_to_remove[count]); in hme_coarse_discard_frm()