/art/tools/dmtracedump/ |
tracedump.cc | 227 int32_t threshold; member in struct:Options [all...] |
/bionic/libc/kernel/uapi/linux/ |
omap3isp.h | 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
|
/development/ndk/platforms/android-21/include/linux/ |
omap3isp.h | 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
vktSSBOLayoutCase.cpp | 1415 const float threshold = 0.05f; \/\/ Same as used in shaders - should be fine for values being used. local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fGeometryShaderTests.cpp | 3529 const int threshold = 8; local 3584 const int threshold = 8; local [all...] |
es31fSSBOLayoutCase.cpp | 1637 const float threshold = 0.05f; \/\/ Same as used in shaders - should be fine for values being used. local [all...] |
/external/guava/guava/src/com/google/common/cache/ |
LocalCache.java | 116 * its capacity threshold. 142 * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs. 2035 int threshold; field in class:LocalCache.Segment [all...] |
/external/guava/guava/src/com/google/common/collect/ |
MapMakerInternalMap.java | 92 * its capacity threshold. 118 * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs. 2039 int threshold; field in class:MapMakerInternalMap.Segment [all...] |
/external/jemalloc/src/ |
arena.c | 1408 size_t threshold = (arena->nactive >> arena->lg_dirty_mult); local [all...] |
/external/kernel-headers/original/uapi/linux/ |
omap3isp.h | 252 __u8 threshold; /* Threshold Value for Horizontal Median Filter */ member in struct:omap3isp_h3a_af_hmf 451 * @thres: Horizontal median filter threshold. 474 * @gradthrs_vert: CFA Gradient Threshold - Vertical. 475 * @gradthrs_horz: CFA Gradient Threshold - Horizontal. 488 * @thres: Threshold. 615 * between the pixels in the image along with the filter threshold. 617 * format in the image, vertical and horizontal gradient threshold.
|
/external/libvpx/libvpx/vp8/encoder/ |
rdopt.c | 1148 /* 64 makes this threshold really big effectively making it so that we 1782 unsigned int threshold = (xd->block[0].dequant[1] local [all...] |
/external/opencv/cv/src/ |
cvhaar.cpp | 69 float threshold; member in struct:CvHidHaarTreeNode 89 float threshold; member in struct:CvHidHaarStageClassifier 288 hid_stage_classifier->threshold = stage_classifier->threshold - icv_stage_threshold_bias; 318 node->threshold = classifier->threshold[l]; 369 ipp_thresholds[j] = classifier->threshold[0]; 673 double t = node->threshold * variance_norm_factor; 744 if( stage_sum >= ptr->threshold ) 772 double sum, t = node->threshold*variance_norm_factor, a, b 1545 float threshold = 0; local [all...] |
/external/opencv3/modules/objdetect/src/ |
haar.cpp | 88 float threshold; member in struct:CvHidHaarTreeNode 106 float threshold; member in struct:CvHidHaarStageClassifier 290 hid_stage_classifier->threshold = stage_classifier->threshold - icv_stage_threshold_bias; 320 node->threshold = classifier->threshold[l]; 367 ipp_thresholds[j] = classifier->threshold[0]; 664 t = _mm256_mul_ps(t, _mm256_set_ps(nodes[7]->threshold, 665 nodes[6]->threshold, 666 nodes[5]->threshold, 1831 float threshold = 0; local [all...] |
/external/pdfium/core/src/fpdftext/ |
fpdf_text_int.cpp | 41 FX_FLOAT _NormalizeThreshold(FX_FLOAT threshold) { 42 if (threshold < 300) { 43 return threshold / 2.0f; 45 if (threshold < 500) { 46 return threshold / 4.0f; 48 if (threshold < 700) { 49 return threshold / 5.0f; 51 return threshold / 6.0f; 1236 FX_FLOAT threshold = local 1627 FX_FLOAT threshold = 0; local 1716 FX_FLOAT threshold = charinfo.m_Matrix.TransformXDistance( local 1881 FX_FLOAT threshold = local [all...] |
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/ |
ItemTouchHelper.java | 333 // in a non scroll orientation, if distance change is above threshold, we 831 final float threshold = mCallback.getMoveThreshold(viewHolder); local 1222 final float threshold = mRecyclerView.getWidth() * mCallback local 1251 final float threshold = mRecyclerView.getHeight() * mCallback local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
rdopt.c | 1146 /* 64 makes this threshold really big effectively making it so that we 1781 unsigned int threshold = (xd->block[0].dequant[1] local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 87 // Motion vector component magnitude threshold for defining fast motion. 434 int64_t threshold = threshold_multiplier * cpi->common.base_qindex; local 443 vt.part_variances->none.variance < threshold) { 450 vt.part_variances->vert[0].variance < threshold && 451 vt.part_variances->vert[1].variance < threshold) { 460 vt.part_variances->horz[0].variance < threshold && 461 vt.part_variances->horz[1].variance < threshold) { 549 // we get to one that's got a variance lower than our threshold, or we [all...] |
/libcore/ojluni/src/main/java/java/io/ |
ObjectOutputStream.java | 2319 private int threshold; field in class:ObjectOutputStream.HandleTable [all...] |
/packages/apps/TV/src/com/android/tv/ |
TimeShiftManager.java | 117 * this threshold from the program start time, the play position moves to the start of the 136 * Enable threshold and disable threshold must be different because the current position 144 * So the boundary threshold is necessary. 427 long threshold = isActionEnabled(TIME_SHIFT_ACTION_ID_REWIND) local 430 - mPlayController.mRecordStartTimeMs > threshold; 434 threshold = isActionEnabled(TIME_SHIFT_ACTION_ID_FAST_FORWARD) 437 > threshold; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
omap3isp.h | 251 __u8 threshold; /* Threshold Value for Horizontal Median Filter */ member in struct:omap3isp_h3a_af_hmf 449 * @thres: Horizontal median filter threshold. 472 * @gradthrs_vert: CFA Gradient Threshold - Vertical. 473 * @gradthrs_horz: CFA Gradient Threshold - Horizontal. 486 * @thres: Threshold. 613 * between the pixels in the image along with the filter threshold. 615 * format in the image, vertical and horizontal gradient threshold.
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/ |
omap3isp.h | 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/ |
omap3isp.h | 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/ |
omap3isp.h | 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/ |
omap3isp.h | 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/ |
omap3isp.h | 176 __u8 threshold; member in struct:omap3isp_h3a_af_hmf
|