Searched refs:find_ref_pic_index (Results 1 – 1 of 1) sorted by relevance
272 static int find_ref_pic_index(const struct v4l2_hevc_dpb_entry *dpb, int pic_order_cnt) in find_ref_pic_index() function333 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()