Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_mvs.c27 static const uint8_t l0_l1_cand_idx[12][2] = { variable
440 int l0_cand_idx = l0_l1_cand_idx[comb_idx][0]; in derive_spatial_merge_candidates()
441 int l1_cand_idx = l0_l1_cand_idx[comb_idx][1]; in derive_spatial_merge_candidates()