Searched refs:MAX_COEFF_SHIFT (Results 1 – 4 of 4) sorted by relevance
20 #define MAX_COEFF_SHIFT 6 macro21 static const uint32_t MAX_POINTS_PER_CURVE = 1 << MAX_COEFF_SHIFT;53 if (shift > MAX_COEFF_SHIFT) { in estimate_pointCount()54 shift = MAX_COEFF_SHIFT; in estimate_pointCount()
150 #define MAX_COEFF_SHIFT 6 macro233 } else if (shift > MAX_COEFF_SHIFT) { in setQuadraticWithoutUpdate()234 shift = MAX_COEFF_SHIFT; in setQuadraticWithoutUpdate()407 if (shift > MAX_COEFF_SHIFT) { in setCubicWithoutUpdate()408 shift = MAX_COEFF_SHIFT; in setCubicWithoutUpdate()