Searched refs:maxN (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.cpp | 50 const float maxN = coord + coordErr; in computeNonNormalizedCoordBounds() local 52 const float maxA = normalizedCoords ? maxN*float(dim) : maxN; in computeNonNormalizedCoordBounds()
|
/external/libaom/libaom/test/ |
D | av1_wedge_utils_test.cc | 246 const int maxN = AOMMIN(kMaxSize, MAX_SB_SQUARE); in TEST_P() local 247 const int N = 64 * (rng_(maxN / 64 - 1) + 1); in TEST_P() 301 const int maxN = AOMMIN(kMaxSize, MAX_SB_SQUARE); in TEST_P() local 302 const int N = 64 * (rng_(maxN / 64 - 1) + 1); in TEST_P()
|
/external/skqp/fuzz/ |
D | FuzzCommon.h | 26 void FuzzNiceRegion(Fuzz* fuzz, SkRegion* region, int maxN);
|
D | FuzzCommon.cpp | 324 void FuzzNiceRegion(Fuzz* fuzz, SkRegion* region, int maxN) { in FuzzNiceRegion() argument 326 fuzz->nextRange(&N, 0, maxN); in FuzzNiceRegion()
|
/external/skia/fuzz/ |
D | FuzzCommon.h | 26 void FuzzNiceRegion(Fuzz* fuzz, SkRegion* region, int maxN);
|
D | FuzzCommon.cpp | 324 void FuzzNiceRegion(Fuzz* fuzz, SkRegion* region, int maxN) { in FuzzNiceRegion() argument 326 fuzz->nextRange(&N, 0, maxN); in FuzzNiceRegion()
|
/external/libopus/celt/ |
D | rate.c | 56 static const opus_int16 maxN[15] = { in fits_in32() local 67 return _n <= maxN[_k]; in fits_in32()
|