Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dmvref_common.c1070 int pts_mvd[SAMPLES_ARRAY_SIZE] = { 0 }; in av1_selectSamples() local
1077 pts_mvd[i] = abs(pts_inref[2 * i] - pts[2 * i] - mv->col) + in av1_selectSamples()
1080 if (pts_mvd[i] > thresh) in av1_selectSamples()
1081 pts_mvd[i] = -1; in av1_selectSamples()
1092 while (pts_mvd[i] != -1) i++; in av1_selectSamples()
1093 while (pts_mvd[j] == -1) j--; in av1_selectSamples()
1098 pts_mvd[i] = pts_mvd[j]; in av1_selectSamples()