Searched refs:list0 (Results 1 – 2 of 2) sorted by relevance
300 u32 list0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX] = {}; in set_ref_pic_list() local342 for (i = 0; i < decode_params->num_poc_st_curr_before && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()343 list0[j++] = decode_params->poc_st_curr_before[i]; in set_ref_pic_list()344 for (i = 0; i < decode_params->num_poc_st_curr_after && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()345 list0[j++] = decode_params->poc_st_curr_after[i]; in set_ref_pic_list()346 for (i = 0; i < decode_params->num_poc_lt_curr && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()347 list0[j++] = decode_params->poc_lt_curr[i]; in set_ref_pic_list()351 while (j < ARRAY_SIZE(list0)) in set_ref_pic_list()352 list0[j++] = list0[i++]; in set_ref_pic_list()368 get_dpb_index(decode_params, list0[i])); in set_ref_pic_list()
361 struct list_head list0, list1; in update_tree() local365 INIT_LIST_HEAD(&list0); in update_tree()366 list_add_tail(&card->local_node->link, &list0); in update_tree()370 node0 = fw_node(list0.next); in update_tree()373 while (&node0->link != &list0) { in update_tree()407 list_add_tail(&node0->ports[i]->link, &list0); in update_tree()