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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Ddither.c47 float *noise_buf; member in struct:DitherState
151 av_freep(&state->noise_buf);
154 state->noise_buf = av_malloc(buf_samples * sizeof(*state->noise_buf));
155 if (!state->noise_buf)
158 noise_buf_ui = (unsigned int *)state->noise_buf;
164 c->ddsp.dither_int_to_float(state->noise_buf, noise_buf_ui, nb_samples);
167 dither_highpass_filter(state->noise_buf, nb_samples);
177 float *dither = &state->noise_buf[state->noise_buf_ptr];
232 &state->noise_buf[stat
[all...]

Completed in 105 milliseconds