Home
last modified time | relevance | path

Searched refs:comb_idx (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevc_mvs.c437 int comb_idx = 0; in derive_spatial_merge_candidates() local
439 for (comb_idx = 0; nb_merge_cand < s->sh.max_num_merge_cand && in derive_spatial_merge_candidates()
440 comb_idx < nb_orig_merge_cand * (nb_orig_merge_cand - 1); comb_idx++) { in derive_spatial_merge_candidates()
441 int l0_cand_idx = l0_l1_cand_idx[comb_idx][0]; in derive_spatial_merge_candidates()
442 int l1_cand_idx = l0_l1_cand_idx[comb_idx][1]; in derive_spatial_merge_candidates()

Completed in 2 milliseconds