/external/dng_sdk/source/ |
dng_negative.h | 648 // Anti-alias filter strength (0.0 to 1.0). Used as a hint [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
StringSearch.java | 558 * Getting the mask for collation strength 559 * @param strength collation strength 562 private static int getMask(int strength) { 563 switch (strength) { 769 // Since the strength is primary, accents are ignored in the pattern. [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
StringSearch.java | 575 * Getting the mask for collation strength 576 * @param strength collation strength 579 private static int getMask(int strength) { 580 switch (strength) { 786 // Since the strength is primary, accents are ignored in the pattern. [all...] |
/external/libaom/config/arm/config/ |
av1_rtcd.h | 117 void av1_filter_intra_edge_c(uint8_t *p, int sz, int strength); 120 void av1_filter_intra_edge_high_c(uint16_t *p, int sz, int strength);
|
/external/libaom/config/arm64/config/ |
av1_rtcd.h | 117 void av1_filter_intra_edge_c(uint8_t *p, int sz, int strength); 120 void av1_filter_intra_edge_high_c(uint16_t *p, int sz, int strength);
|
/external/libaom/config/x86/config/ |
av1_rtcd.h | 117 void av1_filter_intra_edge_c(uint8_t *p, int sz, int strength); 120 void av1_filter_intra_edge_high_c(uint16_t *p, int sz, int strength);
|
/external/libaom/config/x86_64/config/ |
av1_rtcd.h | 117 void av1_filter_intra_edge_c(uint8_t *p, int sz, int strength); 120 void av1_filter_intra_edge_high_c(uint16_t *p, int sz, int strength);
|
/external/tensorflow/tensorflow/core/common_runtime/ |
collective_param_resolver_local.cc | 259 if (best_link == nullptr || il.strength() > best_link->strength()) { 611 // strength before picking a particular implementation.
|
/external/u-boot/arch/arm/dts/ |
sun8i-h3.dtsi | 380 drive-strength = <40>;
|
/external/u-boot/drivers/mtd/nand/ |
zynq_nand.c | 1159 nand_chip->ecc.strength = 1; [all...] |
fsl_elbc_nand.c | 741 nand->ecc.strength = 1;
|
arasan_nfc.c | 1181 nand_chip->ecc.strength = ecc_matrix[found].eccbits; [all...] |
atmel_nand.c | 944 nand->ecc.strength = cap; 1157 nand->ecc.strength = 4; [all...] |
mxc_nand.c | 1199 this->ecc.strength = 1; 1201 this->ecc.strength = 4; [all...] |
/external/u-boot/include/linux/mtd/ |
rawnand.h | 516 int (*calc_ecc_bytes)(int step_size, int strength); 539 * @strength: max number of correctible bits per ECC step 552 * ECC strength, or any other error code if the error is not 590 int strength; member in struct:nand_ecc_ctrl [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encoder.c | 4603 strength); local 4624 int strength = local [all...] |
vp9_encoder.h | 541 int strength; member in struct:ARNRFilterData
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
gpu_device.cc | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationAPITest.java | 104 errln("Default collation did not have tertiary strength"); 107 // Need to use identical strength 140 "Binary format for 'abcda' sortkey different for secondary strength!"); 487 doAssert((col.getStrength() == Collator.TERTIARY), "collation object has the wrong strength"); 488 doAssert((col.getStrength() != Collator.PRIMARY), "collation object's strength is primary difference"); 492 doAssert((col.getStrength() != Collator.TERTIARY), "collation object's strength is secondary difference"); 493 doAssert((col.getStrength() != Collator.PRIMARY), "collation object's strength is primary difference"); 494 doAssert((col.getStrength() == Collator.SECONDARY), "collation object has the wrong strength"); 516 doAssert((col.getStrength() != Collator.TERTIARY), "collation object has the wrong strength"); 517 doAssert((col.getStrength() == Collator.PRIMARY), "collation object's strength is not primary difference") 933 int strength = collator.getStrength(); local [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationAPITest.java | 101 errln("Default collation did not have tertiary strength"); 104 // Need to use identical strength 137 "Binary format for 'abcda' sortkey different for secondary strength!"); 484 doAssert((col.getStrength() == Collator.TERTIARY), "collation object has the wrong strength"); 485 doAssert((col.getStrength() != Collator.PRIMARY), "collation object's strength is primary difference"); 489 doAssert((col.getStrength() != Collator.TERTIARY), "collation object's strength is secondary difference"); 490 doAssert((col.getStrength() != Collator.PRIMARY), "collation object's strength is primary difference"); 491 doAssert((col.getStrength() == Collator.SECONDARY), "collation object has the wrong strength"); 513 doAssert((col.getStrength() != Collator.TERTIARY), "collation object has the wrong strength"); 514 doAssert((col.getStrength() == Collator.PRIMARY), "collation object's strength is not primary difference") 930 int strength = collator.getStrength(); local [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 1533 FT_Pos strength; local [all...] |
/external/skqp/src/ports/ |
SkFontHost_FreeType.cpp | 1533 FT_Pos strength; local [all...] |
/external/libaom/libaom/av1/common/ |
cdef_block_simd.h | 211 // sign(a - b) * min(abs(a - b), max(0, strength - (abs(a - b) >> adjdamp))) 212 SIMD_INLINE v128 constrain(v256 a, v256 b, unsigned int strength, 220 v128_min_u8(diff, v128_ssub_u8(v128_dup_8(strength), [all...] |
/external/cldr/tools/c/genldml/ |
genldml.cpp | 2699 uint32_t strength = parseRules(&src,startOfRules); local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
usrchdat.c | 32 UCollationStrength strength; member in struct:SearchData 120 static const SearchData STRENGTH[] = { [all...] |