Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/
Dswresample.c676 if(s->dither.noise_pos + out_count > s->dither.noise.count) in swr_convert_internal()
677 s->dither.noise_pos = 0; in swr_convert_internal()
686 …reout->ch[ch], s->dither.noise.ch[ch] + s->dither.noise.bps * s->dither.noise_pos, s->native_simd_… in swr_convert_internal()
689 …>ch[ch] + off, s->dither.noise.ch[ch] + s->dither.noise.bps * s->dither.noise_pos + off, s->native… in swr_convert_internal()
692 …reout->ch[ch], s->dither.noise.ch[ch] + s->dither.noise.bps * s->dither.noise_pos, s->native_one, … in swr_convert_internal()
702 s->dither.noise_pos += out_count; in swr_convert_internal()
Ddither_template.c54 const float *noise = ((const float *)noises->ch[ch]) + s->dither.noise_pos; in RENAME()
Dswresample_internal.h57 int noise_pos; member