Searched refs:threshold2 (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/utils/ |
D | quant_levels_dec_utils.c | 168 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/ |
D | MINRES.h | 53 …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/ |
D | xcam_3a_result.h | 178 double threshold2; member
|
/external/python/cpython2/Doc/library/ |
D | gc.rst | 77 .. 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/ |
D | gc.rst | 91 .. 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/ |
D | pickinter.c | 58 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/ |
D | egbaddrlib.cpp | 1124 UINT_32 threshold2 = in ComputeSurfaceMipLevelTileMode() local 1140 (interleaveSize > threshold2)) in ComputeSurfaceMipLevelTileMode()
|