Lines Matching refs:as_dpb_info
78 dpb_info_t *ps_dpb_info = ps_dpb_mgr->as_dpb_info; in ihevc_dpb_mgr_init()
126 ps_dpb_info = ps_dpb_mgr->as_dpb_info; in ihevc_dpb_mgr_insert_ref()
283 if((ps_dpb_mgr->as_dpb_info[i].ps_pic_buf) && in ihevc_dpb_mgr_get_ref_by_nearest_poc()
284 (ps_dpb_mgr->as_dpb_info[i].ps_pic_buf->u1_used_as_ref != UNUSED_FOR_REF)) in ihevc_dpb_mgr_get_ref_by_nearest_poc()
286 WORD32 poc_diff = cur_abs_poc - ps_dpb_mgr->as_dpb_info[i].ps_pic_buf->i4_abs_poc; in ihevc_dpb_mgr_get_ref_by_nearest_poc()
290 ps_pic_buf = ps_dpb_mgr->as_dpb_info[i].ps_pic_buf; in ihevc_dpb_mgr_get_ref_by_nearest_poc()
300 if((ps_dpb_mgr->as_dpb_info[i].ps_pic_buf) && in ihevc_dpb_mgr_get_ref_by_nearest_poc()
301 … (ps_dpb_mgr->as_dpb_info[i].ps_pic_buf->u1_used_as_ref != UNUSED_FOR_REF)) in ihevc_dpb_mgr_get_ref_by_nearest_poc()
303 WORD32 poc_diff = cur_abs_poc - ps_dpb_mgr->as_dpb_info[i].ps_pic_buf->i4_abs_poc; in ihevc_dpb_mgr_get_ref_by_nearest_poc()
307 ps_pic_buf = ps_dpb_mgr->as_dpb_info[i].ps_pic_buf; in ihevc_dpb_mgr_get_ref_by_nearest_poc()
450 ps_dpb_info = ps_dpb_mgr->as_dpb_info; in ihevc_dpb_mgr_reset()