Searched defs:strength (Results 1 - 25 of 71) sorted by last modified time

123

/external/webp/src/utils/
H A Dquant_levels_dec_utils.c262 int strength) {
263 const int radius = 4 * strength / 100;
264 if (strength < 0 || strength > 100) return 0;
261 WebPDequantizeLevels(uint8_t* const data, int width, int height, int stride, int strength) argument
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/svox/pico/lib/
H A Dpicoacph.c52 /* boundary strength state */
71 index for content, plus two fields for boundary strength/type)
114 -> headx further extended with boundary strength and type info to
134 picoos_uint8 boundStrengthState; /* boundary strength state */
398 BOUND strength state is needed */
502 PICODBG_WARN(("problem determining subphrase boundary strength"));
561 PICODBG_WARN(("invalid boundary strength, not set"));
565 /* set boundary strength state */
575 PICODBG_WARN(("invalid boundary strength state, not changed"));
968 const picoos_uint8 strength,
966 acphPutBoundItem(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint8 strength, const picoos_uint8 type, picoos_uint8 *dopuoutfull, picoos_uint16 *numBytesOutput) argument
[all...]
H A Dpicospho.c560 /* BOUND(<bound strength><phrase type>) */
561 /* insert bound strength */
708 /** Calculate bound strength modified by transduction
710 * Given the original bound strength 'orig' and the desired target strength 'target' (suggested by fst),
711 * calculate the modified bound strength.
713 * @param orig original bound strength
714 * @param target target bound strength
715 * @return resulting bound strength
737 /** Calculate bound strength modifie
851 picoos_uint8 strength; local
[all...]
/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/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/mesa3d/src/compiler/glsl/
H A Dlower_jumps.cpp71 * lowered: jumps with higher strength tend to be lowered to jumps of
72 * lower strength. Accordingly, strength is used as a heuristic to
140 /* minimum jump strength (of lowered IR, not pre-lowering IR)
142 * If the block ends with a jump, must be the strength of the jump.
468 unsigned strength = get_jump_strength(ir); local
470 switch(strength)
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Dtemporal_filter_msa.c23 v4i32 const3, const16, filter_wt, strength; local
30 strength = __msa_fill_w(strength_in);
52 SRAR_W4_SW(mod0_w, mod1_w, mod2_w, mod3_w, strength);
90 SRAR_W4_SW(mod0_w, mod1_w, mod2_w, mod3_w, strength);
136 v4i32 filter_wt, strength; local
143 strength = __msa_fill_w(strength_in);
172 SRAR_W4_SW(mod0_w, mod1_w, mod2_w, mod3_w, strength);
212 SRAR_W4_SW(mod0_w, mod1_w, mod2_w, mod3_w, strength);
245 int32_t strength, int32_t filter_weight,
248 temporal_filter_apply_8size_msa(frame1, stride, frame2, strength,
243 vp8_temporal_filter_apply_msa(uint8_t *frame1, uint32_t stride, uint8_t *frame2, uint32_t block_size, int32_t strength, int32_t filter_weight, uint32_t *accumulator, uint16_t *count) argument
268 modifier >>= strength; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c71 int strength, int filter_weight,
77 const int rounding = strength > 0 ? 1 << (strength - 1) : 0;
86 * float coeff = (3.0 * modifer * modifier) / pow(2, strength);
92 modifier >>= strength; local
187 int alt_ref_index, int strength) {
273 predictor, 16, strength, filter_weight,
277 predictor + 256, 8, strength, filter_weight,
281 predictor + 320, 8, strength, filter_weight,
356 int strength local
69 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
186 vp8_temporal_filter_iterate_c(VP8_COMP *cpi, int frame_count, int alt_ref_index, int strength) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.c4151 const int strength) {
4154 int thresh = strength;
4172 if (max_diff > (strength + (strength >> 1))) {
4196 const int strength) {
4199 int thresh = strength;
4217 if (max_diff > (strength + (strength >> 1))) {
4243 const int height, const int strength) {
4254 strength); local
4150 spatial_denoise_point(uint8_t *src_ptr, const int stride, const int strength) argument
4195 highbd_spatial_denoise_point(uint16_t *src_ptr, const int stride, const int strength) argument
4241 spatial_denoise_buffer(VP9_COMP *cpi, uint8_t *buffer, const int stride, const int width, const int height, const int strength) argument
4275 int strength = local
[all...]
H A Dvp9_encoder.h442 int strength; member in struct:ARNRFilterData
H A Dvp9_temporal_filter.c100 unsigned int block_height, int strength,
106 const int rounding = strength > 0 ? 1 << (strength - 1) : 0;
108 assert(strength >= 0);
109 assert(strength <= 6);
148 modifier >>= strength; local
168 unsigned int block_width, unsigned int block_height, int strength,
175 const int rounding = strength > 0 ? 1 << (strength - 1) : 0;
207 modifier >>= strength; local
97 vp9_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 filter_weight, uint32_t *accumulator, uint16_t *count) argument
166 vp9_highbd_temporal_filter_apply_c( const uint8_t *frame1_8, unsigned int stride, const uint8_t *frame2_8, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, uint32_t *accumulator, uint16_t *count) argument
291 int strength = arnr_filter_data->strength; local
629 int q, frames, base_strength, strength; local
697 int strength; local
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dtemporal_filter_sse4.c114 const int strength, const int rounding,
117 const __m128i strength_u128 = _mm_set_epi32(0, 0, 0, strength);
140 const __m128i mul_constants_1, const int strength,
142 const __m128i strength_u128 = _mm_set_epi32(0, 0, 0, strength);
239 unsigned int height, int strength,
243 const int rounding = strength > 0 ? 1 << (strength - 1) : 0;
245 assert(strength >= 0);
246 assert(strength <= 6);
263 sum_row_c = average_8(sum_row_c, mul_constants, strength, roundin
113 average_8(__m128i sum, const __m128i mul_constants, const int strength, const int rounding, const int weight) argument
138 average_16(__m128i *sum_0_u16, __m128i *sum_1_u16, const __m128i mul_constants_0, const __m128i mul_constants_1, const int strength, const int rounding, const int weight) argument
237 vp9_temporal_filter_apply_sse4_1(const uint8_t *a, unsigned int stride, const uint8_t *b, unsigned int width, unsigned int height, int strength, int weight, uint32_t *accumulator, uint16_t *count) argument
[all...]

Completed in 527 milliseconds

123