HomeSort by relevance Sort by last modified time
    Searched refs:next_chkpts_indices (Results 1 - 2 of 2) sorted by null

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

Completed in 108 milliseconds