HomeSort by relevance Sort by last modified time
    Searched refs:list_idx (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/common/
mvref_common.c 722 for (int list_idx = 0; list_idx < ref_id_count[idx] && comp_idx < 2;
723 ++list_idx, ++comp_idx)
724 comp_list[comp_idx][idx] = ref_id[idx][list_idx];
725 for (int list_idx = 0; list_idx < ref_diff_count[idx] && comp_idx < 2;
726 ++list_idx, ++comp_idx)
727 comp_list[comp_idx][idx] = ref_diff[idx][list_idx];
    [all...]
  /external/libhevc/encoder/
ihevce_frame_process.c 779 WORD32 list_idx = 0; local
789 aps_pre_enc_ref_pic_list[LIST_0][list_idx] = aps_pre_enc_ref_pic_list[LIST_0][ctr];
792 list_idx++;
801 list_idx = 0;
810 aps_pre_enc_ref_pic_list[LIST_1][list_idx] = aps_pre_enc_ref_pic_list[LIST_1][ctr];
813 list_idx++;
1533 WORD32 list_idx = 0; local
    [all...]

Completed in 212 milliseconds