Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c620 int next_chkpts_indices[PATTERN_CANDIDATES_REF]; in vp9_pattern_search() local
622 next_chkpts_indices[0] = (k == 0) ? num_candidates[s] - 1 : k - 1; in vp9_pattern_search()
623 next_chkpts_indices[1] = k; in vp9_pattern_search()
624 next_chkpts_indices[2] = (k == num_candidates[s] - 1) ? 0 : k + 1; in vp9_pattern_search()
628 const MV this_mv = {br + candidates[s][next_chkpts_indices[i]].row, in vp9_pattern_search()
629 bc + candidates[s][next_chkpts_indices[i]].col}; in vp9_pattern_search()
637 const MV this_mv = {br + candidates[s][next_chkpts_indices[i]].row, in vp9_pattern_search()
638 bc + candidates[s][next_chkpts_indices[i]].col}; in vp9_pattern_search()
649 k = next_chkpts_indices[best_site]; in vp9_pattern_search()