/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gstshagadelic.c | 92 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()
|
D | gstshagadelic.h | 54 guint8 *ripple; member
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audiocheblimit.c | 199 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()
|
D | audiochebband.c | 207 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()
|
D | audiochebband.h | 50 gfloat ripple; member
|
D | audiocheblimit.h | 51 gfloat ripple; member
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | ink_ripple.dart | 78 /// 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/ |
D | iirfilter.h | 92 float stopband, float ripple);
|
D | iirfilter.c | 166 float stopband, float ripple) in ff_iir_filter_init_coeffs() argument
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | ink_paint_test.dart | 87 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
|
D | radio_test.dart | 249 testWidgets('Radio ink ripple is displayed correctly', (WidgetTester tester) async {
|
/third_party/boost/libs/beast/doc/qbk/08_design/ |
D | _design.qbk | 13 server applications (e.g. [@https://github.com/ripple/rippled rippled]),
|
D | 4_faq.qbk | 242 ([@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.qbk | 114 [@https://www.ripple.com Ripple]
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/ |
D | README.md | 1441 - [ripple-lib](https://github.com/ripple/ripple-lib) - a JavaScript API for interacting with [Rippl…
|
/third_party/node/ |
D | AUTHORS | 905 Alan Cohen <alan@ripple.com>
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/ |
D | vocab.txt | 24645 ripple
|
/third_party/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 18375 漣漪 < ripple; 33475 漣漪 > ripple; 33763 波紋 > ripple;
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | nvsbl10.txt | 5481 gate. A little breeze seemed to ripple over the grass. Something
|
D | vfear11a.txt | 2637 remark in the deep tones of a man, answered by a little ripple of
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | the-picture-of-dorian-gray.txt | 4477 "Oh, Harry!" cried the lad, with a ripple of laughter. "Harry spends
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/ |
D | the-picture-of-dorian-gray.txt | 4477 "Oh, Harry!" cried the lad, with a ripple of laughter. "Harry spends
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 10118 Add ripple effect to rgb input of video size hd720:
|
/third_party/NuttX/ |
D | ReleaseNotes | 23293 -ECANCELED. That cancellation indication needs to ripple all the
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 37161 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,
|