Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dmvref_common.c704 for (int list_idx = 0; in setup_ref_mv_list() local
705 list_idx < ref_id_count[idx] && comp_idx < MAX_MV_REF_CANDIDATES; in setup_ref_mv_list()
706 ++list_idx, ++comp_idx) in setup_ref_mv_list()
707 comp_list[comp_idx][idx] = ref_id[idx][list_idx]; in setup_ref_mv_list()
708 for (int list_idx = 0; in setup_ref_mv_list() local
709 list_idx < ref_diff_count[idx] && comp_idx < MAX_MV_REF_CANDIDATES; in setup_ref_mv_list()
710 ++list_idx, ++comp_idx) in setup_ref_mv_list()
711 comp_list[comp_idx][idx] = ref_diff[idx][list_idx]; in setup_ref_mv_list()
/external/libhevc/encoder/
Dihevce_frame_process.c793 WORD32 list_idx = 0; in ihevce_pre_enc_manage_ref_pics() local
803 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()
806 list_idx++; in ihevce_pre_enc_manage_ref_pics()
815 list_idx = 0; in ihevce_pre_enc_manage_ref_pics()
824 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()
827 list_idx++; in ihevce_pre_enc_manage_ref_pics()
1547 WORD32 list_idx = 0; in ihevce_manage_ref_pics() local
1557 aps_ref_list[LIST_0][list_idx] = aps_ref_list[LIST_0][ctr]; in ihevce_manage_ref_pics()
1560 list_idx++; in ihevce_manage_ref_pics()
1570 list_idx = 0; in ihevce_manage_ref_pics()
[all …]