Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexVerifierUtil.cpp50 const float maxN = coord + coordErr; in computeNonNormalizedCoordBounds() local
52 const float maxA = normalizedCoords ? maxN*float(dim) : maxN; in computeNonNormalizedCoordBounds()
/external/opencv/cvaux/src/
Dcvepilines.cpp2227 int maxN = -1; in FindLineForEpiline() local
2249 maxN = n; in FindLineForEpiline()
2254 if( minN >= 0 && maxN >= 0 && (minN != maxN) ) in FindLineForEpiline()
2257 *end = cross[maxN]; in FindLineForEpiline()
3288 int maxN = -1; in FindLine() local
3307 maxN = n; in FindLine()
3312 if( minN >= 0 && maxN >= 0 && (minN != maxN) ) in FindLine()
3315 *end = cross[maxN]; in FindLine()
3371 int maxN = -1; in FindLineForEpiline() local
3393 maxN = n; in FindLineForEpiline()
[all …]
/external/libopus/celt/
Drate.c56 static const opus_int16 maxN[15] = { in fits_in32() local
67 return _n <= maxN[_k]; in fits_in32()