Home
last modified time | relevance | path

Searched refs:threshold2 (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/utils/
Dquant_levels_dec_utils.c168 const int threshold2 = (3 * threshold1) >> 2; in InitCorrectionLUT() local
169 const int max_threshold = threshold2 << DFIX; in InitCorrectionLUT()
170 const int delta = threshold1 - threshold2; in InitCorrectionLUT()
173 int c = (i <= threshold2) ? (i << DFIX) in InitCorrectionLUT()
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DMINRES.h53 …const RealScalar threshold2(tol_error*tol_error*rhsNorm2); // convergence threshold (compared to r… in minres()
129 if ( residualNorm2 < threshold2) in minres()
/external/libxcam/xcore/base/
Dxcam_3a_result.h178 double threshold2; member
/external/python/cpython2/Doc/library/
Dgc.rst77 .. function:: set_threshold(threshold0[, threshold1[, threshold2]])
92 examined, then generation ``1`` is examined as well. Similarly, *threshold2*
108 threshold1, threshold2)``.
/external/python/cpython3/Doc/library/
Dgc.rst91 .. function:: set_threshold(threshold0[, threshold1[, threshold2]])
106 examined, then generation ``1`` is examined as well. Similarly, *threshold2*
120 threshold1, threshold2)``.
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c58 int threshold2 = 3; in check_dot_artifact_candidate() local
92 if (grad_last >= threshold1 && grad_source <= threshold2) { in check_dot_artifact_candidate()
99 if (grad_last >= threshold1 && grad_source <= threshold2) { in check_dot_artifact_candidate()
106 if (grad_last >= threshold1 && grad_source <= threshold2) { in check_dot_artifact_candidate()
114 if (grad_last >= threshold1 && grad_source <= threshold2) { in check_dot_artifact_candidate()
/external/mesa3d/src/amd/addrlib/r800/
Degbaddrlib.cpp1124 UINT_32 threshold2 = in ComputeSurfaceMipLevelTileMode() local
1140 (interleaveSize > threshold2)) in ComputeSurfaceMipLevelTileMode()