Searched refs:decays (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_chorus.c | 47 float *decays; member 122 s->decays = av_realloc_f(s->decays, nb_decays, sizeof(*s->decays)); in init() 126 if (!s->delays || !s->decays || !s->speeds || !s->depths) in init() 130 fill_items(s->decays_str, &nb_decays, s->decays); in init() 211 sum_in_volume += s->decays[n]; in config_output() 272 s->max_samples)] * s->decays[n]; in filter_frame() 331 av_freep(&s->decays); in uninit()
|
D | af_aecho.c | 33 char *delays, *decays; member 55 …{ "decays", "set list of signal decays", OFFSET(decays), AV_OPT_TYPE_STRING, {.str="0.5"}, 0, 0,… 107 if (!s->delays || !s->decays) { in init() 113 count_items(s->decays, &nb_decays); in init() 121 fill_items(s->decays, &nb_decays, s->decay); in init()
|
D | af_compand.c | 53 char *attacks, *decays, *points; member 76 …{ "decays", "set time over which decrease of volume is determined", OFFSET(decays), AV_OPT_TYPE_ST… 343 count_items(s->decays, &nb_decays); in config_output() 385 p = s->decays; in config_output()
|
/third_party/boost/libs/yap/doc/ |
D | examples.qbk | 148 `std::array<T, 3>` instead. _yap_ decays `int[3]` to `int *`, since that is
|
/third_party/boost/libs/poly_collection/doc/ |
D | poly_collection.qbk | 1139 * Allocator-extended move construction no longer decays to allocator-extended copy 1185 * Allocator-extended move construction decays to allocator-extended copy construction.
|
/third_party/boost/libs/units/doc/ |
D | units.qbk | 1189 can provide disambiguation. For example, adding a base dimension for radioactive decays would 1190 allow the becquerel to be written as decays/second, differentiating it from the signature of hertz,
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 842 Multiple echoes can have different delays and decays. 858 @item decays 3489 @item decays 3490 Set decays. 3529 @item decays 3532 increase of volume and @var{decays} refers to decrease of volume. For most 3537 If specified number of attacks & decays is lower than number of channels, the last
|