Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/hantro/
Dhantro_g2_hevc_dec.c272 static int find_ref_pic_index(const struct v4l2_hevc_dpb_entry *dpb, int pic_order_cnt) in find_ref_pic_index() function
333 list0[j++] = find_ref_pic_index(dpb, decode_params->poc_st_curr_before[i]); in set_ref_pic_list()
335 list0[j++] = find_ref_pic_index(dpb, decode_params->poc_st_curr_after[i]); in set_ref_pic_list()
337 list0[j++] = find_ref_pic_index(dpb, decode_params->poc_lt_curr[i]); in set_ref_pic_list()
346 list1[j++] = find_ref_pic_index(dpb, decode_params->poc_st_curr_after[i]); in set_ref_pic_list()
348 list1[j++] = find_ref_pic_index(dpb, decode_params->poc_st_curr_before[i]); in set_ref_pic_list()
350 list1[j++] = find_ref_pic_index(dpb, decode_params->poc_lt_curr[i]); in set_ref_pic_list()