OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threshold
(Results
226 - 250
of
370
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp
3150
int
threshold
= GeneralDragHysteresis;
local
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodeframe.c
56
// Motion vector component magnitude
threshold
for defining fast motion.
339
int64_t
threshold
= threshold_multiplier * cpi->common.base_qindex;
local
348
vt.part_variances->none.variance <
threshold
) {
355
vt.part_variances->vert[0].variance <
threshold
&&
356
vt.part_variances->vert[1].variance <
threshold
) {
365
vt.part_variances->horz[0].variance <
threshold
&&
366
vt.part_variances->horz[1].variance <
threshold
) {
454
// we get to one that's got a variance lower than our
threshold
, or we
1250
int
threshold
= 0;
local
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
87
// Motion vector component magnitude
threshold
for defining fast motion.
418
int64_t
threshold
= threshold_multiplier * cpi->common.base_qindex;
local
427
vt.part_variances->none.variance <
threshold
) {
434
vt.part_variances->vert[0].variance <
threshold
&&
435
vt.part_variances->vert[1].variance <
threshold
) {
444
vt.part_variances->horz[0].variance <
threshold
&&
445
vt.part_variances->horz[1].variance <
threshold
) {
533
// we get to one that's got a variance lower than our
threshold
, or we
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java
1400
float
threshold
= ((float) (serverTransactionTable.size() - serverTransactionTableLowaterMark))
local
[
all
...]
/frameworks/webview/chromium/tests/prebuilts/
android-janktesthelper.jar
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java
1454
final int
threshold
= (isRtl) ? mCoordinates.contactImagesX - sSenderImageTouchSlop :
local
[
all
...]
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar
/prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java
239
// Any change in height in the message list view greater than this
threshold
will not
590
int
threshold
= MmsConfig.getSmsToMmsTextThreshold();
local
591
mWorkingMessage.setLengthRequiresMms(
threshold
> 0 && msgCount >
threshold
, true);
[
all
...]
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar
org.eclipse.sisu.plexus-0.0.0.M5.jar
/prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar
/prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/xcb/
xproto.h
3995
int16_t
threshold
; \/**< *\/
member in struct:xcb_change_pointer_control_request_t
4029
uint16_t
threshold
; \/**< *\/
member in struct:xcb_get_pointer_control_reply_t
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h
3995
int16_t
threshold
; \/**< *\/
member in struct:xcb_change_pointer_control_request_t
4029
uint16_t
threshold
; \/**< *\/
member in struct:xcb_get_pointer_control_reply_t
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
org.eclipse.equinox.preferences_3.3.0.v20100503.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar
/prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar
/prebuilts/misc/common/ecj/
ecj.jar
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar
Completed in 514 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>