HomeSort by relevance Sort by last modified time
    Searched refs:strength (Results 76 - 100 of 223) sorted by null

1 2 34 5 6 7 8 9

  /external/libaom/libaom/av1/common/
reconintra.c 978 int strength = 0; local
1274 const int strength = local
1280 const int strength = intra_edge_filter_strength( local
1457 const int strength = local
1463 const int strength = intra_edge_filter_strength( local
    [all...]
  /external/libopus/silk/float/
noise_shape_analysis_FLP.c 158 silk_float BWExp, gain_mult, gain_add, strength, b, warping; local
228 strength = FIND_PITCH_WHITE_NOISE_FRACTION * psEncCtrl->predGain; /* between 0.0 and 1.0 */
229 BWExp = BANDWIDTH_EXPANSION / ( 1.0f + strength * strength );
301 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 ) );
302 strength *= psEnc->sCmn.speech_activity_Q8 * ( 1.0f / 256.0f );
309 psEncCtrl->LF_AR_shp[ k ] = 1.0f - b - b * strength;
316 psEncCtrl->LF_AR_shp[ 0 ] = 1.0f - b - b * strength * 0.6f;
  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
pcan_gain_control_util.cc 26 config->strength = 0.95;
37 powf(x_as_float + config->offset, -config->strength);
micro_features_generator.cc 45 config.pcan_gain_control.strength = 0.95;
frontend_test.cc 45 config_.pcan_gain_control.strength = 0.95;
  /external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
pcan_gain_control_util.c 25 config->strength = 0.95;
34 powf(x_as_float + config->offset, -config->strength);
frontend_test.cc 45 config_.pcan_gain_control.strength = 0.95;
  /external/libaom/libaom/test/
yuv_temporal_filter_test.cc 32 int ss_x, int ss_y, int strength, const int *blk_fw, int use_32x32,
59 int GetModIndex(int sum_dist, int index, int rounding, int strength,
63 mod >>= strength; local
75 int GetModIndex<uint8_t>(int sum_dist, int index, int rounding, int strength,
86 mod >>= strength; local
98 int GetModIndex<uint16_t>(int sum_dist, int index, int rounding, int strength,
110 mod >>= strength; local
215 int ss_x, int ss_y, int strength,
234 const int rounding = (1 << strength) >> 1;
291 y_mod = GetModIndex<PixelType>(y_mod, y_num_used, rounding, strength,
430 uv_pre_stride, block_width, block_height, ss_x, ss_y, strength, blk_fw, local
    [all...]
  /external/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...]
  /device/google/contexthub/firmware/os/inc/
halIntf.h 74 float strength; // in uT member in struct:MagLocalField
  /external/icu/icu4c/source/test/intltest/
srchtest.h 45 const UCollationStrength &strength) const;
ssearch.cpp 159 // Get the requested collation strength.
162 const UnicodeString *strength = testCase->getAttribute("strength"); local
164 if (strength==NULL) { collatorStrength = UCOL_TERTIARY;}
165 else if (*strength=="PRIMARY") { collatorStrength = UCOL_PRIMARY;}
166 else if (*strength=="SECONDARY") { collatorStrength = UCOL_SECONDARY;}
167 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;}
168 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
169 else if (*strength=="IDENTICAL") { collatorStrength = UCOL_IDENTICAL;}
171 // Bogus value supplied for strength. Shouldn't happen, even fro
    [all...]
  /external/speex/include/speex/
speex_echo.h 154 * @param strength How much alteration of the audio to apply from 0 to 100.
156 void speex_decorrelate(SpeexDecorrState *st, const spx_int16_t *in, spx_int16_t *out, int strength);
  /external/autotest/client/cros/networking/
wifi_proxy.py 177 strength = self.dbus2primitive(
179 if strength > 0:
180 logging.info('Discovered service: %s. Strength: %r.',
181 ssid, strength)
328 strength = service_properties[self.SERVICE_PROPERTY_STRENGTH]
329 if service_type == 'wifi' and strength > 0:
  /external/guava/guava/src/com/google/common/collect/
MapMaker.java 20 import static com.google.common.collect.MapMakerInternalMap.Strength.SOFT;
30 import com.google.common.collect.MapMakerInternalMap.Strength;
120 Strength keyStrength;
121 Strength valueStrength;
259 * @throws IllegalStateException if the key strength was already set
265 return setKeyStrength(Strength.WEAK);
268 MapMaker setKeyStrength(Strength strength) {
269 checkState(keyStrength == null, "Key strength was already set to %s", keyStrength);
270 keyStrength = checkNotNull(strength);
    [all...]
  /external/icu/icu4c/source/i18n/
usrchimp.h 83 UCollationStrength strength; member in class:UCollationPCE
181 UCollationStrength strength; member in struct:UStringSearch
ucoleitr.cpp 206 strength = coll.getAttribute(UCOL_STRENGTH, status);
224 switch(strength) {
252 if (strength >= UCOL_QUATERNARY) {
259 if (strength >= UCOL_QUATERNARY) {
468 // TODO: The old code masked the order according to strength and then did a binary search.
  /external/freetype/include/freetype/
ftoutln.h 352 * `strength' pixels wider and higher. You may think of the left and
355 * Negative `strength' values to reduce the outline thickness are
363 * strength ::
387 * FT_Outline_Embolden( &face->glyph->outline, strength );
393 FT_Pos strength );
404 * @FT_Outline_Embolden, which uses the same strength in both
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java 32 import com.google.common.cache.LocalCache.Strength;
219 Strength keyStrength;
220 Strength valueStrength;
356 CacheBuilder<K, V> setKeyStrength(Strength strength) {
357 checkState(keyStrength == null, "Key strength was already set to %s", keyStrength);
358 keyStrength = checkNotNull(strength);
362 Strength getKeyStrength() {
363 return MoreObjects.firstNonNull(keyStrength, Strength.STRONG);
366 CacheBuilder<K, V> setValueStrength(Strength strength)
    [all...]
  /external/webp/src/utils/
quant_levels_dec_utils.c 263 int strength) {
264 int radius = 4 * strength / 100;
266 if (strength < 0 || strength > 100) return 0;
  /external/u-boot/drivers/mtd/nand/
pxa3xx_nand.c     [all...]
fsmc_nand.c 418 nand->ecc.strength = 1;
428 nand->ecc.strength = 4;
431 printf("Error: ECC strength %d not supported!\n", eccstrength);
486 nand->ecc.strength = 8;
501 nand->ecc.strength = 1;
  /external/u-boot/drivers/pinctrl/uniphier/
pinctrl-uniphier-core.c 147 { "drive-strength", PIN_CONFIG_DRIVE_STRENGTH, 0 },
219 unsigned int strength)
251 /* drive strength control is not supported for this pin */
263 if (strengths[val] > strength)
268 dev_err(dev, "unsupported drive strength %u mA for pin %s\n",
269 strength, desc->name);
  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 34 import com.google.common.cache.LocalCache.Strength;
225 Strength keyStrength;
226 Strength valueStrength;
514 * @throws IllegalStateException if the key strength was already set
518 return setKeyStrength(Strength.WEAK);
521 CacheBuilder<K, V> setKeyStrength(Strength strength) {
522 checkState(keyStrength == null, "Key strength was already set to %s", keyStrength);
523 keyStrength = checkNotNull(strength);
527 Strength getKeyStrength()
    [all...]
  /device/google/bonito/sdm710/kernel-headers/drm/
msm_drm_pp.h 138 __u32 strength; member in struct:drm_msm_igc_lut
292 __u32 strength; member in struct:drm_msm_pa_dither

Completed in 1798 milliseconds

1 2 34 5 6 7 8 9