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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Ddither_template.c37 const float *noise = ((const float *)noises->ch[ch]) + s->dither.noise_pos;
H A Dswresample.c580 if(s->dither.noise_pos + out_count > s->dither.noise.count)
581 s->dither.noise_pos = 0;
590 s->mix_2_1_simd(conv_src->ch[ch], preout->ch[ch], s->dither.noise.ch[ch] + s->dither.noise.bps * s->dither.noise_pos, s->native_simd_one, 0, 0, len1);
593 s->mix_2_1_f(conv_src->ch[ch] + off, preout->ch[ch] + off, s->dither.noise.ch[ch] + s->dither.noise.bps * s->dither.noise_pos + off + len1, s->native_one, 0, 0, out_count - len1);
596 s->mix_2_1_f(conv_src->ch[ch], preout->ch[ch], s->dither.noise.ch[ch] + s->dither.noise.bps * s->dither.noise_pos, s->native_one, 0, 0, out_count);
606 s->dither.noise_pos += out_count;
H A Dswresample_internal.h55 int noise_pos; member in struct:DitherContext

Completed in 58 milliseconds