Home
last modified time | relevance | path

Searched defs:wavesynth_context (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dffwavesynth.c93 struct wavesynth_context { struct
94 int64_t cur_ts;
95 int64_t next_ts;
96 int32_t *sin;
97 struct ws_interval *inter;
98 uint32_t dither_state;
99 uint32_t pink_state;
100 int32_t pink_pool[PINK_UNIT];
101 unsigned pink_need, pink_pos;
102 int nb_inter;
[all …]