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

1 2 3 4 56 7 8 9

  /external/u-boot/drivers/mtd/nand/
fsl_ifc_nand.c 967 nand->ecc.strength = 4;
973 nand->ecc.strength = 4;
981 nand->ecc.strength = 4;
984 nand->ecc.strength = 8;
995 nand->ecc.strength = 4;
998 nand->ecc.strength = 8;
denali.c 334 chip->ecc.strength);
1103 int denali_calc_ecc_bytes(int step_size, int strength)
1106 return DIV_ROUND_UP(strength * fls(step_size * 8), 16) * 2;
1117 * If .size and .strength are already set (usually by DT),
1120 if (chip->ecc.size && chip->ecc.strength)
1124 * We want .size and .strength closest to the chip's requirement
1133 /* Max ECC strength is the last thing we can do */
    [all...]
vf610_nfc.c 555 int flips_threshold = nfc->chip.ecc.strength / 2;
569 * at least less then half of the ECC strength.
731 chip->ecc.strength = 24;
734 chip->ecc.strength = 32;
  /external/u-boot/drivers/pinctrl/renesas/
pfc.c 540 { "drive-strength", PIN_CONFIG_DRIVE_STRENGTH, 0 },
569 unsigned int pin, u16 strength)
585 if (strength < step || strength > 24)
588 /* Convert the value from mA based on a full drive strength value of
591 strength = strength / step - 1;
595 val |= strength << offset;
  /device/google/cuttlefish_common/guest/hals/ril/
cuttlefish_ril.cpp 823 // strength bars.
842 RIL_SignalStrength_v10 strength; local
844 RIL_SignalStrength_v6 strength;
869 strength.GW_SignalStrength.signalStrength = gGatewaySignalStrength;
870 strength.GW_SignalStrength.bitErrorRate = 0; // 0..7%
872 strength.CDMA_SignalStrength.dbm = gCDMASignalStrength;
873 strength.CDMA_SignalStrength.ecio = 0; // Ec/Io; keep high to use dbm.
875 strength.EVDO_SignalStrength.dbm = gEVDOSignalStrength;
876 strength.EVDO_SignalStrength.ecio = 0; // Ec/Io; keep high to use dbm.
878 strength.LTE_SignalStrength.signalStrength = gLTESignalStrength
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 242 const UCollationStrength &strength) const
244 switch (strength)
489 collator->setStrength(getECollationStrength(search->strength));
548 collator->setStrength(getECollationStrength(search->strength));
601 collator->setStrength(getECollationStrength(search->strength));
861 while (STRENGTH[count].text != NULL) {
862 if (!assertEqual(&STRENGTH[count])) {
922 collator->setStrength(getECollationStrength(search->strength));
    [all...]
colldata.cpp 45 UCollationStrength strength = ucol_getStrength(coll); local
58 switch (strength)
78 if (strength >= UCOL_QUATERNARY) {
  /external/icu/icu4c/source/test/cintltst/
capitst.c 109 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
350 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
351 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
355 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary difference");
356 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
357 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength");
420 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength");
421 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
425 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object's strength is not tertiary difference");
426 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference")
1922 UColAttributeValue strength; local
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 282 /* Saved strength is used to return the exact strength that was used in the set to the get
283 * because we map the original strength range of 0:1000 to 1:15, and this will avoid
748 // strength strength to be applied
2290 const int16_t strength = *(int16_t *)pValue; local
2459 const int16_t strength = *(int16_t *)pValue; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Collator.java 46 * Algorithm (UCA)</a>, there are 5 different levels of strength used
50 * <li>PRIMARY strength: Typically, this is used to denote differences between
54 * <li>SECONDARY strength: Accents in the characters are considered secondary
60 * <li>TERTIARY strength: Upper and lower case differences in characters are
61 * distinguished at tertiary strength (for example, "ao" &lt; "Ao" &lt;
63 * form on the tertiary strength (such as "A" and "?"). Another
67 * <li>QUATERNARY strength: When punctuation is ignored
70 * strength, an additional strength level can
74 * difference. The QUATERNARY strength should only be used if ignorin
672 int strength = getIntValue("colStrength", value, local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java 45 * Algorithm (UCA)</a>, there are 5 different levels of strength used
49 * <li>PRIMARY strength: Typically, this is used to denote differences between
53 * <li>SECONDARY strength: Accents in the characters are considered secondary
59 * <li>TERTIARY strength: Upper and lower case differences in characters are
60 * distinguished at tertiary strength (for example, "ao" &lt; "Ao" &lt;
62 * form on the tertiary strength (such as "A" and "?"). Another
66 * <li>QUATERNARY strength: When punctuation is ignored
69 * strength, an additional strength level can
73 * difference. The QUATERNARY strength should only be used if ignorin
702 int strength = getIntValue("colStrength", value, local
    [all...]
  /external/libaom/libaom/av1/common/
cdef_block.c 164 /* Compute the primary filter strength for an 8x8 block based on the
170 static INLINE int adjust_strength(int strength, int32_t var) {
172 /* We use the variance of 8x8 blocks to adjust the strength. */
173 return var ? (strength * (4 + i) + 8) >> 4 : 0;
  /external/libavc/common/arm/
ih264_deblk_chroma_a9.s 62 @* boundary strength is set to 4
138 @* boundary strength is set to 4
232 @* boundary strength is less than 4
251 @* Packed Boundary strength array
334 @* boundary strength is less than 4
353 @* Packed Boundary strength array
473 @* boundary strength is set to 4 on calling twice
551 @* boundary strength is less than 4 on calling twice
570 @* Packed Boundary strength array
664 @* boundary strength is set to 4 in high profil
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device_test.cc 214 devices[0]->attributes().locality().links().link(0).strength());
219 devices[1]->attributes().locality().links().link(0).strength());
  /external/u-boot/arch/arm/dts/
rk3288-phycore-rdk.dts 187 drive-strength = <12>;
207 * Default drive strength isn't enough to achieve even
sun8i-v3s.dtsi 221 drive-strength = <30>;
  /external/icu/icu4c/source/i18n/
usearch.cpp 60 * Getting the mask for collation strength
61 * @param strength collation strength
65 inline uint32_t getMask(UCollationStrength strength)
67 switch (strength)
163 if (strsrch->strength >= UCOL_QUATERNARY) {
170 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) {
445 // Since the strength is primary, accents are ignored in the pattern.
446 if (strsrch->strength == UCOL_PRIMARY) {
    [all...]
  /device/google/bonito/sdm710/kernel-headers/linux/
msm_mdp.h 382 uint32_t strength; member in struct:mdp_sharp_cfg
537 uint32_t strength; member in struct:mdp_igc_lut_data_payload
794 uint32_t strength; member in struct:mdp_pa_dither_data
931 uint32_t strength; member in union:mdss_ad_input::__anon1966
  /device/google/bonito/sdm710/original-kernel-headers/linux/
msm_mdp.h 447 uint32_t strength; member in struct:mdp_sharp_cfg
631 uint32_t strength; member in struct:mdp_igc_lut_data_payload
1033 uint32_t strength; member in struct:mdp_pa_dither_data
1192 uint32_t strength; member in union:mdss_ad_input::__anon2103
    [all...]
  /device/google/crosshatch/sdm845/kernel-headers/linux/
msm_mdp.h 382 uint32_t strength; member in struct:mdp_sharp_cfg
537 uint32_t strength; member in struct:mdp_igc_lut_data_payload
794 uint32_t strength; member in struct:mdp_pa_dither_data
931 uint32_t strength; member in union:mdss_ad_input::__anon2531
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
msm_mdp.h 447 uint32_t strength; member in struct:mdp_sharp_cfg
631 uint32_t strength; member in struct:mdp_igc_lut_data_payload
1033 uint32_t strength; member in struct:mdp_pa_dither_data
1192 uint32_t strength; member in union:mdss_ad_input::__anon2667
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tblcoll.h 41 * 6/17/97 helena Added IDENTICAL strength for compare, changed getRules to
130 * @param collationStrength strength for comparison
156 * @param collationStrength strength for comparison
    [all...]
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 92 void vp9_highbd_temporal_filter_apply_c(const uint8_t *frame1, unsigned int stride, const uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int *blk_fw, int use_32x32, uint32_t *accumulator, uint16_t *count);
  /external/libvpx/config/arm64/
vp9_rtcd.h 92 void vp9_highbd_temporal_filter_apply_c(const uint8_t *frame1, unsigned int stride, const uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int *blk_fw, int use_32x32, uint32_t *accumulator, uint16_t *count);
  /external/libvpx/config/generic/
vp9_rtcd.h 88 void vp9_highbd_temporal_filter_apply_c(const uint8_t *frame1, unsigned int stride, const uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int *blk_fw, int use_32x32, uint32_t *accumulator, uint16_t *count);

Completed in 2991 milliseconds

1 2 3 4 56 7 8 9