Home
last modified time | relevance | path

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

/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c302 u32 list0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX] = {}; in set_ref_pic_list() local
344 for (i = 0; i < decode_params->num_poc_st_curr_before && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
345 list0[j++] = decode_params->poc_st_curr_before[i]; in set_ref_pic_list()
346 for (i = 0; i < decode_params->num_poc_st_curr_after && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
347 list0[j++] = decode_params->poc_st_curr_after[i]; in set_ref_pic_list()
348 for (i = 0; i < decode_params->num_poc_lt_curr && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
349 list0[j++] = decode_params->poc_lt_curr[i]; in set_ref_pic_list()
353 while (j < ARRAY_SIZE(list0)) in set_ref_pic_list()
354 list0[j++] = list0[i++]; in set_ref_pic_list()
370 get_dpb_index(decode_params, list0[i])); in set_ref_pic_list()