Searched refs:list_idx (Results 1 – 2 of 2) sorted by relevance
722 for (int list_idx = 0; list_idx < ref_id_count[idx] && comp_idx < 2; in setup_ref_mv_list() local723 ++list_idx, ++comp_idx) in setup_ref_mv_list()724 comp_list[comp_idx][idx] = ref_id[idx][list_idx]; in setup_ref_mv_list()725 for (int list_idx = 0; list_idx < ref_diff_count[idx] && comp_idx < 2; in setup_ref_mv_list() local726 ++list_idx, ++comp_idx) in setup_ref_mv_list()727 comp_list[comp_idx][idx] = ref_diff[idx][list_idx]; in setup_ref_mv_list()
779 WORD32 list_idx = 0; in ihevce_pre_enc_manage_ref_pics() local789 aps_pre_enc_ref_pic_list[LIST_0][list_idx] = aps_pre_enc_ref_pic_list[LIST_0][ctr]; in ihevce_pre_enc_manage_ref_pics()792 list_idx++; in ihevce_pre_enc_manage_ref_pics()801 list_idx = 0; in ihevce_pre_enc_manage_ref_pics()810 aps_pre_enc_ref_pic_list[LIST_1][list_idx] = aps_pre_enc_ref_pic_list[LIST_1][ctr]; in ihevce_pre_enc_manage_ref_pics()813 list_idx++; in ihevce_pre_enc_manage_ref_pics()1533 WORD32 list_idx = 0; in ihevce_manage_ref_pics() local1543 aps_ref_list[LIST_0][list_idx] = aps_ref_list[LIST_0][ctr]; in ihevce_manage_ref_pics()1546 list_idx++; in ihevce_manage_ref_pics()1556 list_idx = 0; in ihevce_manage_ref_pics()[all …]