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.c722 for (int list_idx = 0; list_idx < ref_id_count[idx] && comp_idx < 2; in setup_ref_mv_list() local
723 ++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() local
726 ++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()
/external/libhevc/encoder/
Dihevce_frame_process.c779 WORD32 list_idx = 0; in ihevce_pre_enc_manage_ref_pics() local
789 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() local
1543 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 …]