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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_zlib.c131 struct evbuffer_iovec v_in[1]; local
140 n = evbuffer_peek(src, -1, NULL, v_in, 1);
142 p->avail_in = v_in[0].iov_len;
143 p->next_in = v_in[0].iov_base;
157 nread = v_in[0].iov_len - p->avail_in;
185 struct evbuffer_iovec v_in[1]; local
194 n = evbuffer_peek(src, -1, NULL, v_in, 1);
196 p->avail_in = v_in[0].iov_len;
197 p->next_in = v_in[0].iov_base;
211 nread = v_in[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqcelpdec.c393 * @param v_in gain-controlled vector
398 static void apply_gain_ctrl(float *v_out, const float *v_ref, const float *v_in) argument
403 ff_scale_vector_to_given_sum_of_squares(v_out + i, v_in + i,
416 * @param v_in input filter vector
426 static const float *do_pitchfilter(float memory[303], const float v_in[160], argument
439 for (v_len = v_in + 40; v_in < v_len; v_in++) {
446 *v_out = *v_in + gain[i] * *v_out;
452 memcpy(v_out, v_in, 4
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqcelpdec.c391 * @param v_in gain-controlled vector
396 static void apply_gain_ctrl(float *v_out, const float *v_ref, const float *v_in) argument
402 ff_scale_vector_to_given_sum_of_squares(v_out + i, v_in + i, res, 40);
413 * @param v_in input filter vector
423 static const float *do_pitchfilter(float memory[303], const float v_in[160], argument
436 for (v_len = v_in + 40; v_in < v_len; v_in++) {
444 *v_out = *v_in + gain[i] * *v_out;
450 memcpy(v_out, v_in, 4
[all...]

Completed in 66 milliseconds