Searched refs:maxN (Results 1 – 3 of 3) sorted by relevance
50 const float maxN = coord + coordErr; in computeNonNormalizedCoordBounds() local52 const float maxA = normalizedCoords ? maxN*float(dim) : maxN; in computeNonNormalizedCoordBounds()
2227 int maxN = -1; in FindLineForEpiline() local2249 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() local3307 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() local3393 maxN = n; in FindLineForEpiline()[all …]
56 static const opus_int16 maxN[15] = { in fits_in32() local67 return _n <= maxN[_k]; in fits_in32()