Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c971 int next_chkpts_indices[PATTERN_CANDIDATES_REF]; in vp9_pattern_search() local
973 next_chkpts_indices[0] = (k == 0) ? num_candidates[s] - 1 : k - 1; in vp9_pattern_search()
974 next_chkpts_indices[1] = k; in vp9_pattern_search()
975 next_chkpts_indices[2] = (k == num_candidates[s] - 1) ? 0 : k + 1; in vp9_pattern_search()
980 br + candidates[s][next_chkpts_indices[i]].row, in vp9_pattern_search()
981 bc + candidates[s][next_chkpts_indices[i]].col in vp9_pattern_search()
991 br + candidates[s][next_chkpts_indices[i]].row, in vp9_pattern_search()
992 bc + candidates[s][next_chkpts_indices[i]].col in vp9_pattern_search()
1003 k = next_chkpts_indices[best_site]; in vp9_pattern_search()
1145 int next_chkpts_indices[PATTERN_CANDIDATES_REF]; in vp9_pattern_search_sad() local
[all …]