HomeSort by relevance Sort by last modified time
    Searched refs:strength (Results 51 - 75 of 296) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
collationruleparser.cpp 146 int32_t strength = result & STRENGTH_MASK; local
150 if(strength != resetStrength) {
151 setParseError("reset-before strength differs from its first relation", errorCode);
155 if(strength < resetStrength) {
156 setParseError("reset-before strength followed by a stronger relation", errorCode);
163 parseRelationStrings(strength, i, errorCode);
165 parseStarredCharacters(strength, i, errorCode);
212 int32_t strength; local
223 strength = UCOL_QUATERNARY;
225 strength = UCOL_TERTIARY
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 92 int strength,
112 * float coeff = (3.0 * modifer * modifier) / pow(2, strength);
117 modifier += 1 << (strength - 1);
118 modifier >>= strength; local
227 int strength
336 strength,
346 strength,
356 strength,
442 int strength = cpi->oxcf.arnr_strength; local
516 strength );
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 87 int strength,
102 // float coeff = (3.0 * modifer * modifier) / pow(2, strength);
106 modifier += 1 << (strength - 1);
107 modifier >>= strength; local
193 int strength,
297 predictor, 16, strength, filter_weight,
301 predictor + 256, mb_uv_height, strength,
306 predictor + 512, mb_uv_height, strength,
381 int strength = cpi->active_arnr_strength; local
462 strength, &sf)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 92 int strength,
112 * float coeff = (3.0 * modifer * modifier) / pow(2, strength);
117 modifier += 1 << (strength - 1);
118 modifier >>= strength; local
227 int strength
336 strength,
346 strength,
356 strength,
442 int strength = cpi->oxcf.arnr_strength; local
516 strength );
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 87 int strength,
102 // float coeff = (3.0 * modifer * modifier) / pow(2, strength);
106 modifier += 1 << (strength - 1);
107 modifier >>= strength; local
193 int strength,
297 predictor, 16, strength, filter_weight,
301 predictor + 256, mb_uv_height, strength,
306 predictor + 512, mb_uv_height, strength,
381 int strength = cpi->active_arnr_strength; local
462 strength, &sf)
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp 362 /*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j
491 /*Filter horizontally the three rows gxx,gxy,gyy of length 128 into the strength subrow s
613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
655 /*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
696 /*Compute Harris corner strength of img. Strength is returned for the region
714 /*Compute the Harris strength of a chunk*/
719 /*Compute Harris corner strength of img. Strength is returned for the region
741 /*Compute the Harris strength of a chunk*
    [all...]
db_feature_detection.h 154 Extract corners from a pre-computed strength image.
155 \param strength Harris strength image
160 virtual void ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners);
  /external/chromium_org/ppapi/proxy/
pdf_resource.cc 76 UCollationStrength strength = case_sensitive ? UCOL_TERTIARY : UCOL_PRIMARY; local
79 if (ucol_getStrength(collator) != strength) {
80 ucol_setStrength(collator, strength);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 362 /*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j
491 /*Filter horizontally the three rows gxx,gxy,gyy of length 128 into the strength subrow s
613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
655 /*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
696 /*Compute Harris corner strength of img. Strength is returned for the region
714 /*Compute the Harris strength of a chunk*/
719 /*Compute Harris corner strength of img. Strength is returned for the region
741 /*Compute the Harris strength of a chunk*
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 362 /*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j
491 /*Filter horizontally the three rows gxx,gxy,gyy of length 128 into the strength subrow s
613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
655 /*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
696 /*Compute Harris corner strength of img. Strength is returned for the region
714 /*Compute the Harris strength of a chunk*/
719 /*Compute Harris corner strength of img. Strength is returned for the region
741 /*Compute the Harris strength of a chunk*
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyPairGeneratorSpi.java 45 int strength = 239; field in class:KeyPairGeneratorSpi.EC
83 int strength,
86 this.strength = strength;
94 ECGenParameterSpec ecParams = (ECGenParameterSpec)ecParameters.get(Integers.valueOf(strength));
220 initialize(strength, new SecureRandom());
  /external/speex/libspeex/
scal.c 137 EXPORT void speex_decorrelate(SpeexDecorrState *st, const spx_int16_t *in, spx_int16_t *out, int strength)
142 if (strength<0)
143 strength = 0;
144 if (strength>100)
145 strength = 100;
147 amount = .01*strength;
  /external/chromium_org/third_party/opus/src/silk/float/
noise_shape_analysis_FLP.c 139 silk_float delta, BWExp1, BWExp2, gain_mult, gain_add, strength, b, warping; local
212 strength = FIND_PITCH_WHITE_NOISE_FRACTION * psEncCtrl->predGain; /* between 0.0 and 1.0 */
213 BWExp1 = BWExp2 = BANDWIDTH_EXPANSION / ( 1.0f + strength * strength );
308 strength = LOW_FREQ_SHAPING * ( 1.0f + LOW_QUALITY_LOW_FREQ_SHAPING_DECR * ( psEnc->sCmn.input_quality_bands_Q15[ 0 ] * ( 1.0f / 32768.0f ) - 1.0f ) );
309 strength *= psEnc->sCmn.speech_activity_Q8 * ( 1.0f / 256.0f );
316 psEncCtrl->LF_AR_shp[ k ] = 1.0f - b - b * strength;
323 psEncCtrl->LF_AR_shp[ 0 ] = 1.0f - b - b * strength * 0.6f;
  /external/libopus/silk/float/
noise_shape_analysis_FLP.c 139 silk_float delta, BWExp1, BWExp2, gain_mult, gain_add, strength, b, warping; local
212 strength = FIND_PITCH_WHITE_NOISE_FRACTION * psEncCtrl->predGain; /* between 0.0 and 1.0 */
213 BWExp1 = BWExp2 = BANDWIDTH_EXPANSION / ( 1.0f + strength * strength );
308 strength = LOW_FREQ_SHAPING * ( 1.0f + LOW_QUALITY_LOW_FREQ_SHAPING_DECR * ( psEnc->sCmn.input_quality_bands_Q15[ 0 ] * ( 1.0f / 32768.0f ) - 1.0f ) );
309 strength *= psEnc->sCmn.speech_activity_Q8 * ( 1.0f / 256.0f );
316 psEncCtrl->LF_AR_shp[ k ] = 1.0f - b - b * strength;
323 psEncCtrl->LF_AR_shp[ 0 ] = 1.0f - b - b * strength * 0.6f;
  /hardware/qcom/audio/post_proc/
effect_api.c 107 int strength)
110 bassboost->strength = strength;
144 *p_param_values++ = bassboost->strength;
183 int strength)
186 virtualizer->strength = strength;
227 *p_param_values++ = virtualizer->strength;
effect_api.h 36 int strength);
56 int strength);
  /libcore/luni/src/main/java/libcore/icu/
RuleBasedCollatorICU.java 42 public static final int STRENGTH = 5;
79 return NativeCollation.getAttribute(address, STRENGTH);
82 public void setStrength(int strength) {
83 NativeCollation.setAttribute(address, STRENGTH, strength);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ConnectivityStatusIconUriGetter.java 93 int strength = WifiManager.calculateSignalLevel(wifiInfo.getRssi(), 4); local
95 switch (strength) {
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 100 * New strengths may be inserted in the strength hierarchy without
104 function Strength(strengthValue, name) {
109 Strength.stronger = function (s1, s2) {
113 Strength.weaker = function (s1, s2) {
117 Strength.weakestOf = function (s1, s2) {
121 Strength.strongest = function (s1, s2) {
125 Strength.prototype.nextWeaker = function () {
127 case 0: return Strength.WEAKEST;
128 case 1: return Strength.WEAK_DEFAULT;
129 case 2: return Strength.NORMAL
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 91 * New strengths may be inserted in the strength hierarchy without
95 function Strength(strengthValue, name) {
100 Strength.stronger = function (s1, s2) {
104 Strength.weaker = function (s1, s2) {
108 Strength.weakestOf = function (s1, s2) {
112 Strength.strongest = function (s1, s2) {
116 Strength.prototype.nextWeaker = function () {
118 case 0: return Strength.WEAKEST;
119 case 1: return Strength.WEAK_DEFAULT;
120 case 2: return Strength.NORMAL
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 91 * New strengths may be inserted in the strength hierarchy without
95 function Strength(strengthValue, name) {
100 Strength.stronger = function (s1, s2) {
104 Strength.weaker = function (s1, s2) {
108 Strength.weakestOf = function (s1, s2) {
112 Strength.strongest = function (s1, s2) {
116 Strength.prototype.nextWeaker = function () {
118 case 0: return Strength.WEAKEST;
119 case 1: return Strength.WEAK_DEFAULT;
120 case 2: return Strength.NORMAL
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 91 * New strengths may be inserted in the strength hierarchy without
95 function Strength(strengthValue, name) {
100 Strength.stronger = function (s1, s2) {
104 Strength.weaker = function (s1, s2) {
108 Strength.weakestOf = function (s1, s2) {
112 Strength.strongest = function (s1, s2) {
116 Strength.prototype.nextWeaker = function () {
118 case 0: return Strength.WEAKEST;
119 case 1: return Strength.WEAK_DEFAULT;
120 case 2: return Strength.NORMAL
    [all...]
  /external/chromium_org/v8/benchmarks/
deltablue.js 97 * New strengths may be inserted in the strength hierarchy without
101 function Strength(strengthValue, name) {
106 Strength.stronger = function (s1, s2) {
110 Strength.weaker = function (s1, s2) {
114 Strength.weakestOf = function (s1, s2) {
118 Strength.strongest = function (s1, s2) {
122 Strength.prototype.nextWeaker = function () {
124 case 0: return Strength.STRONG_PREFERRED;
125 case 1: return Strength.PREFERRED;
126 case 2: return Strength.STRONG_DEFAULT
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.cpp 125 * collation parser and its strength into a file. When a big change in format
262 opts->strength = value;
315 U_STRING_DECL(option_14, "strength", 8);
410 /*06*/ {option_14, 8, strengthSub, 5, UCOL_STRENGTH}, /*"strength" */
487 U_STRING_INIT(option_14, "strength", 8);
1992 uint8_t strength = (specs & UCOL_TOK_BEFORE) - 1; local
2021 uint8_t strength = (specs & UCOL_TOK_BEFORE) - 1; local
    [all...]
usrchimp.h 72 UCollationStrength strength; member in struct:UStringSearch

Completed in 1231 milliseconds

1 23 4 5 6 7 8 91011>>