Home
last modified time | relevance | path

Searched refs:threshold1 (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/utils/
Dquant_levels_dec_utils.c167 const int threshold1 = min_dist << LFIX; in InitCorrectionLUT() local
168 const int threshold2 = (3 * threshold1) >> 2; in InitCorrectionLUT()
170 const int delta = threshold1 - threshold2; in InitCorrectionLUT()
174 : (i < threshold1) ? max_threshold * (threshold1 - i) / delta in InitCorrectionLUT()
/external/libxcam/xcore/base/
Dxcam_3a_result.h177 double threshold1; member
/external/python/cpython2/Doc/library/
Dgc.rst77 .. function:: set_threshold(threshold0[, threshold1[, threshold2]])
91 been examined more than *threshold1* times since generation ``1`` has been
108 threshold1, threshold2)``.
/external/python/cpython3/Doc/library/
Dgc.rst91 .. function:: set_threshold(threshold0[, threshold1[, threshold2]])
105 been examined more than *threshold1* times since generation ``1`` has been
120 threshold1, threshold2)``.
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c57 int threshold1 = 6; 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.cpp1121 UINT_32 threshold1 = in ComputeSurfaceMipLevelTileMode() local
1139 (interleaveSize > threshold1) || in ComputeSurfaceMipLevelTileMode()