Home
last modified time | relevance | path

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

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