OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threshold
(Results
201 - 225
of
370
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java
629
private static final int
THRESHOLD
= 8; // absolute pseudo energy
threshold
650
int
threshold
=
THRESHOLD
*sampleCount; // absolute energy
threshold
local
678
if (energy >
threshold
&& energy > (prevE * 2) && prevE != 0) {
679
// rising edge if energy doubled and > abs
threshold
685
if (energy <
threshold
|| energy < (prevE / 2)){
700
if (energy <
threshold
|| energy < (peak / 2)) {
[
all
...]
/system/core/libpixelflinger/
scanline.cpp
1144
int
threshold
= get_value();
local
1201
int
threshold
= di.get_value() << (8 - GGL_DITHER_BITS);
local
1321
int
threshold
= di.get_value() << (8 - GGL_DITHER_BITS);
local
1376
int
threshold
= di.get_value() << (8 - GGL_DITHER_BITS);
local
[
all
...]
/bionic/libc/kernel/uapi/linux/
omap3isp.h
176
__u8
threshold
;
member in struct:omap3isp_h3a_af_hmf
/dalvik/tools/dmtracedump/
TraceDump.c
225
int
threshold
;
member in struct:Options
[
all
...]
/development/ndk/platforms/android-L/include/linux/
omap3isp.h
176
__u8
threshold
;
member in struct:omap3isp_h3a_af_hmf
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.c
1140
/* 64 makes this
threshold
really big effectively making it so that we
1775
unsigned int
threshold
= (xd->block[0].dequant[1]
local
[
all
...]
/external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp
3404
const int
threshold
= 8;
local
3459
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
112
* its capacity
threshold
.
138
* of reads and delaying a lock acquisition until the
threshold
is crossed or a mutation occurs.
2083
int
threshold
;
field in class:LocalCache.Segment
[
all
...]
/external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java
93
* its capacity
threshold
.
119
* of reads and delaying a lock acquisition until the
threshold
is crossed or a mutation occurs.
2089
int
threshold
;
field in class:MapMakerInternalMap.Segment
[
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/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/pdfium/core/src/fpdftext/
fpdf_text_int.cpp
1389
FX_FLOAT
threshold
= prev_width > this_width ? prev_width \/ 4 : this_width \/ 4;
local
1728
FX_FLOAT
threshold
= 0;
local
1964
FX_FLOAT
threshold
= last_width > this_width ? last_width \/ 4 : this_width \/ 4;
local
[
all
...]
/frameworks/base/core/java/android/app/
ActivityManager.java
1623
public long
threshold
;
field in class:ActivityManager.MemoryInfo
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScanningServiceImpl.java
1444
int
threshold
= (100 + brightest[i].level) \/ 32 + 2;
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
...]
/packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java
494
int
threshold
= MmsConfig.getSmsToMmsTextThreshold();
local
495
setLengthRequiresMms(
threshold
> 0 && smsSegmentCount >
threshold
, false);
[
all
...]
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
omap3isp.h
176
__u8
threshold
;
member in struct:omap3isp_h3a_af_hmf
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
omap3isp.h
176
__u8
threshold
;
member in struct:omap3isp_h3a_af_hmf
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
omap3isp.h
176
__u8
threshold
;
member in struct:omap3isp_h3a_af_hmf
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
omap3isp.h
176
__u8
threshold
;
member in struct:omap3isp_h3a_af_hmf
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
omap3isp.h
176
__u8
threshold
;
member in struct:omap3isp_h3a_af_hmf
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
omap3isp.h
176
__u8
threshold
;
member in struct:omap3isp_h3a_af_hmf
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-embedder-3.2.1.jar
Completed in 1186 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>