Home | History | Annotate | Download | only in src

Lines Matching refs:dn2

130     dn2 = buffer containing the maximum of correlation in each track.(Word16)
131 n = number of maximum correlations in dn2 (Word16)
140 dn2 buffer is modified to denote the location of the maximum
172 Word16 dn2[], o : maximum of correlation in each track.
173 Word16 n i : # of maximum correlations in dn2[]
192 dn2[i] = val;
195 // keep 8-n maximum positions/8 of each track and store it in dn2[]
204 if (dn2[j] >= 0)
206 val = sub(dn2[j], min);
210 min = dn2[j];
215 dn2[pos] = -1;
247 Word16 dn2[], /* o : maximum of correlation in each track. */
248 Word16 n /* i : # of maximum correlations in dn2[] */
271 dn2[i] = val;
274 /* keep 8-n maximum positions/8 of each track and store it in dn2[] */
283 if (dn2[j] >= 0)
285 if (dn2[j] < min)
287 min = dn2[j];
292 dn2[pos] = -1;