Searched refs:strength (Results 26 - 50 of 144) sorted by relevance

123456

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_temporal_filter_apply_sse2.asm20 ; int strength, | 5
37 %define strength 32
51 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read
54 ; 0x8000 >> (16 - strength)
56 sub rdx, arg(5) ; 16 - strength
116 ; modifer += 0x8000 >> (16 - strength)
120 ; modifier >>= strength
121 psrlw xmm0, [rsp + strength]
122 psrlw xmm1, [rsp + strength]
[all...]
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dtemporal_filter_apply_sse2.asm19 ; int strength, | 4
35 %define strength 16
47 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read
50 ; 0x8000 >> (16 - strength)
52 sub rdx, arg(4) ; 16 - strength
111 ; modifer += 0x8000 >> (16 - strength)
115 ; modifier >>= strength
116 psrlw xmm0, [rsp + strength]
117 psrlw xmm1, [rsp + strength]
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_temporal_filter_apply_sse2.asm19 ; int strength, | 4
35 %define strength 16
47 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read
50 ; 0x8000 >> (16 - strength)
52 sub rdx, arg(4) ; 16 - strength
111 ; modifer += 0x8000 >> (16 - strength)
115 ; modifier >>= strength
116 psrlw xmm0, [rsp + strength]
117 psrlw xmm1, [rsp + strength]
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_bld.cpp173 uint32_t strength)
185 CE &= strengthMask[strength];
186 contCE &= strengthMask[strength];
191 while((*nextCE & strengthMask[strength]) == CE
192 && (*nextContCE & strengthMask[strength]) == contCE)
204 uint32_t strength)
216 CE &= strengthMask[strength];
217 contCE &= strengthMask[strength];
222 while((*prevCE & strengthMask[strength]) == CE
223 && (*prevContCE & strengthMask[strength])
170 ucol_inv_getNextCE(const UColTokenParser *src, uint32_t CE, uint32_t contCE, uint32_t *nextCE, uint32_t *nextContCE, uint32_t strength) argument
201 ucol_inv_getPrevCE(const UColTokenParser *src, uint32_t CE, uint32_t contCE, uint32_t *prevCE, uint32_t *prevContCE, uint32_t strength) argument
287 ucol_inv_getNext(UColTokenParser *src, UColTokListHeader *lh, uint32_t strength) argument
449 ucol_getSimpleCEGenerator(ucolCEGenerator *g, UColToken *tok, uint32_t strength, UErrorCode *status) argument
478 uint32_t strength = tok->strength; local
[all...]
H A Ducol_tok.h79 uint32_t strength; member in struct:UColToken
95 uint32_t strength; member in struct:__anon12127
196 uint32_t strength);
200 uint32_t strength);
H A Ducol_tok.cpp125 * collation parser and its strength into a file. When a big change in format
256 opts->strength = value;
309 U_STRING_DECL(option_14, "strength", 8);
404 /*06*/ {option_14, 8, strengthSub, 5, UCOL_STRENGTH}, /*"strength" */
481 U_STRING_INIT(option_14, "strength", 8);
965 * "<*b", "-ex", "-z". The strength (< in this case), whether in a list, whether in a range and the previous
1039 /* Sets the strength for this entry */
1046 /* if we start with strength, we'll reset to top */
1065 /* if we start with strength, we'll reset to top */
1080 /* if we start with strength, w
1544 getVirginBefore(UColTokenParser *src, UColToken *sourceToken, uint8_t strength, UParseError *parseError, UErrorCode *status) argument
1986 uint8_t strength = (specs & UCOL_TOK_BEFORE) - 1; local
2015 uint8_t strength = (specs & UCOL_TOK_BEFORE) - 1; local
[all...]
H A Dusrchimp.h72 UCollationStrength strength; member in struct:UStringSearch
/external/icu/icu4c/source/i18n/
H A Dcollationruleparser.h74 * strength=UCOL_IDENTICAL for &str.
75 * strength=UCOL_PRIMARY/UCOL_SECONDARY/UCOL_TERTIARY for &[before n]str where n=1/2/3.
77 virtual void addReset(int32_t strength, const UnicodeString &str,
80 * Adds a relation with strength and prefix | str / extension.
82 virtual void addRelation(int32_t strength, const UnicodeString &prefix,
150 void parseRelationStrings(int32_t strength, int32_t i, UErrorCode &errorCode);
151 void parseStarredCharacters(int32_t strength, int32_t i, UErrorCode &errorCode);
H A Dcollationruleparser.cpp146 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
258 parseRelationStrings(int32_t strength, int32_t i, UErrorCode &errorCode) argument
290 parseStarredCharacters(int32_t strength, int32_t i, UErrorCode &errorCode) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DKeyPairGeneratorSpi.java42 int strength,
46 random, strength, defaultTests);
41 initialize( int strength, SecureRandom random) argument
/external/chromium_org/chromeos/network/
H A Dgeolocation_handler_unittest.cc53 std::string strength = base::StringPrintf("%d", idx * 10); local
59 shill::kGeoSignalStrengthProperty, strength);
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_chromeos_unittest.cc50 std::string strength = base::StringPrintf("%d", i * 100 + j); local
56 shill::kGeoSignalStrengthProperty, strength);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dtemporal_filter.c92 int strength,
101 const int rounding = strength > 0 ? 1 << (strength - 1) : 0;
113 * float coeff = (3.0 * modifer * modifier) / pow(2, strength);
119 modifier >>= strength; local
228 int strength
337 strength,
347 strength,
357 strength,
443 int strength local
86 vp8_temporal_filter_apply_c( unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count ) argument
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c92 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 );
86 vp8_temporal_filter_apply_c( unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count ) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c87 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,
83 vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count) argument
190 temporal_filter_iterate_c(VP9_COMP *cpi, int frame_count, int alt_ref_index, int strength, struct scale_factors *scale) argument
[all...]
/external/chromium_org/ppapi/proxy/
H A Dpdf_resource.cc76 UCollationStrength strength = case_sensitive ? UCOL_TERTIARY : UCOL_PRIMARY; local
79 if (ucol_getStrength(collator) != strength) {
80 ucol_setStrength(collator, strength);
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dfilter.js490 [1, options.strength]);
493 [1, options.strength, options.strength]);
496 [1, options.strength, options.strength, options.strength]);
507 [5, -options.strength]);
510 [10, -options.strength, -options.strength]);
513 [15, -options.strength,
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DKeyPairGeneratorSpi.java45 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());
82 initialize( int strength, SecureRandom random) argument
/external/speex/libspeex/
H A Dscal.c137 EXPORT void speex_decorrelate(SpeexDecorrState *st, const spx_int16_t *in, spx_int16_t *out, int strength) argument
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/
H A Dnoise_shape_analysis_FLP.c139 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/
H A Dnoise_shape_analysis_FLP.c139 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/chromium_org/third_party/icu/source/test/intltest/
H A Dsrchtest.h43 const UCollationStrength &strength) const;
/external/chromium_org/third_party/speex/include/speex/
H A Dspeex_echo.h154 * @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/icu/icu4c/source/test/intltest/
H A Dsrchtest.h43 const UCollationStrength &strength) const;
/external/speex/include/speex/
H A Dspeex_echo.h154 * @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);

Completed in 743 milliseconds

123456