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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_mvs.c496 int comb_idx = 0; local
498 for (comb_idx = 0; nb_merge_cand < s->sh.max_num_merge_cand &&
499 comb_idx < nb_orig_merge_cand * (nb_orig_merge_cand - 1); comb_idx++) {
500 int l0_cand_idx = l0_l1_cand_idx[comb_idx][0];
501 int l1_cand_idx = l0_l1_cand_idx[comb_idx][1];

Completed in 22 milliseconds