Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_ref_list.c118 pic_buf_t *as_ref_pic_st_curr_before[MAX_DPB_SIZE]; in ihevcd_ref_list() local
368 as_ref_pic_st_curr_before[i] = ps_pic_buf; in ihevcd_ref_list()
401 if(NULL == as_ref_pic_st_curr_before[i]) in ihevcd_ref_list()
403as_ref_pic_st_curr_before[i] = ihevc_dpb_mgr_get_ref_by_nearest_poc(ps_dpb_mgr, ai4_poc_st_curr_be… in ihevcd_ref_list()
405 as_ref_pic_list_temp0[r_idx] = as_ref_pic_st_curr_before[i]; in ihevcd_ref_list()
459 if(NULL == as_ref_pic_st_curr_before[i]) in ihevcd_ref_list()
461as_ref_pic_st_curr_before[i] = ihevc_dpb_mgr_get_ref_by_nearest_poc(ps_dpb_mgr, ai4_poc_st_curr_be… in ihevcd_ref_list()
463 as_ref_pic_list_temp1[r_idx] = as_ref_pic_st_curr_before[i]; in ihevcd_ref_list()