Home
last modified time | relevance | path

Searched refs:ripple (Results 1 – 25 of 27) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstshagadelic.c92 g_free (filter->ripple); in gst_shagadelictv_set_info()
94 filter->ripple = (guint8 *) g_malloc (area * 4); in gst_shagadelictv_set_info()
124 filter->ripple[i++] = ((unsigned int) (sqrtf (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
126 filter->ripple[i++] = ((unsigned int) (sqrt (xx * xx + yy) * 8)) & 255; in gst_shagadelic_initialize()
189 r = ((gint8) (filter->ripple[(filter->ry + y) * width * 2 + filter->rx + in gst_shagadelictv_transform_frame()
192 b = ((gint8) (filter->ripple[(filter->by + y) * width * 2 + filter->bx + in gst_shagadelictv_transform_frame()
220 g_free (filter->ripple); in gst_shagadelictv_finalize()
221 filter->ripple = NULL; in gst_shagadelictv_finalize()
256 filter->ripple = NULL; in gst_shagadelictv_init()
Dgstshagadelic.h54 guint8 *ripple; member
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiocheblimit.c199 filter->ripple = 0.25; in gst_audio_cheb_limit_init()
210 gdouble ripple = filter->ripple; in generate_biquad_coefficients() local
232 if (ripple > 0 && type == 1) { in generate_biquad_coefficients()
235 es = sqrt (pow (10.0, ripple / 10.0) - 1.0); in generate_biquad_coefficients()
243 es = sqrt (pow (10.0, ripple / 10.0) - 1.0); in generate_biquad_coefficients()
463 filter->type, filter->poles, filter->cutoff, filter->ripple); in generate_coefficients()
522 filter->ripple = g_value_get_float (value); in gst_audio_cheb_limit_set_property()
555 g_value_set_float (value, filter->ripple); in gst_audio_cheb_limit_get_property()
Daudiochebband.c207 filter->ripple = 0.25; in gst_audio_cheb_band_init()
218 gdouble ripple = filter->ripple; in generate_biquad_coefficients() local
240 if (ripple > 0 && type == 1) { in generate_biquad_coefficients()
243 es = sqrt (pow (10.0, ripple / 10.0) - 1.0); in generate_biquad_coefficients()
251 es = sqrt (pow (10.0, ripple / 10.0) - 1.0); in generate_biquad_coefficients()
528 filter->upper_frequency, filter->ripple); in generate_coefficients()
605 filter->ripple = g_value_get_float (value); in gst_audio_cheb_band_set_property()
641 g_value_set_float (value, filter->ripple); in gst_audio_cheb_band_get_property()
Daudiochebband.h50 gfloat ripple; member
Daudiocheblimit.h51 gfloat ripple; member
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dink_ripple.dart78 /// This object is rarely created directly. Instead of creating an ink ripple,
86 /// aggressively than the ripple.
95 /// Begin a ripple, centered at [position] relative to [referenceBox].
100 /// If [containedInkWell] is true, then the ripple will be sized to fit
106 /// The ink ripple is clipped only to the edges of the [Material].
109 /// When the ripple is removed, [onRemoved] will be called.
/third_party/ffmpeg/libavcodec/
Diirfilter.h92 float stopband, float ripple);
Diirfilter.c166 float stopband, float ripple) in ff_iir_filter_init_coeffs() argument
/third_party/flutter/flutter/packages/flutter/test/material/
Dink_paint_test.dart87 testWidgets('The InkWell widget renders an ink ripple', (WidgetTester tester) async {
144 // Initially the ripple's center is where the tap occurred;
148 // The ripple fades in for 75ms. During that time its alpha is eased from
154 // At 75ms the ripple has fade in: it's alpha matches the splashColor's
Dradio_test.dart249 testWidgets('Radio ink ripple is displayed correctly', (WidgetTester tester) async {
/third_party/boost/libs/beast/doc/qbk/08_design/
D_design.qbk13 server applications (e.g. [@https://github.com/ripple/rippled rippled]),
D4_faq.qbk242 ([@https://github.com/ripple/rippled repository])
244 [@https://ripple.com/files/ripple_consensus_whitepaper.pdf [*Ripple Consensus Protocol]],
245 technology provided by [@http://ripple.com Ripple].
/third_party/boost/libs/beast/doc/qbk/01_intro/
D_intro.qbk114 [@https://www.ripple.com Ripple]
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/
DREADME.md1441 - [ripple-lib](https://github.com/ripple/ripple-lib) - a JavaScript API for interacting with [Rippl…
/third_party/node/
DAUTHORS905 Alan Cohen <alan@ripple.com>
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt24645 ripple
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt18375 漣漪 < ripple;
33475 漣漪 > ripple;
33763 波紋 > ripple;
/third_party/icu/icu4j/perf-tests/data/collation/
Dnvsbl10.txt5481 gate. A little breeze seemed to ripple over the grass. Something
Dvfear11a.txt2637 remark in the deep tones of a man, answered by a little ripple of
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dthe-picture-of-dorian-gray.txt4477 "Oh, Harry!" cried the lad, with a ripple of laughter. "Harry spends
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
Dthe-picture-of-dorian-gray.txt4477 "Oh, Harry!" cried the lad, with a ripple of laughter. "Harry spends
/third_party/ffmpeg/doc/
Dfilters.texi10118 Add ripple effect to rgb input of video size hd720:
/third_party/NuttX/
DReleaseNotes23293 -ECANCELED. That cancellation indication needs to ripple all the
/third_party/gstreamer/gstplugins_good/
DChangeLog37161 effectv/ripple: remove unnecessary NULL checks before g_free()
115070 This produces a water ripple effect on the video input,
121301 for the entire segment. This helps to reduce ripple in the clock reporting,

12