Home
last modified time | relevance | path

Searched refs:pink_pos (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dffwavesynth.c100 unsigned pink_need, pink_pos; member
142 ws->pink_pos = 0; in pink_fill()
226 ws->pink_pos = pos; in wavesynth_seek()
228 ws->pink_pos = PINK_UNIT; in wavesynth_seek()
337 ws->pink_pos = PINK_UNIT; in wavesynth_init()
354 if (ws->pink_pos == PINK_UNIT) in wavesynth_synth_sample()
356 pink = ws->pink_pool[ws->pink_pos++] >> 16; in wavesynth_synth_sample()