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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dqcelpdec.c418 * @param v_in gain-controlled vector
424 const float *v_in)
429 ff_scale_vector_to_given_sum_of_squares(v_out + i, v_in + i,
442 * @param v_in input filter vector
452 static const float *do_pitchfilter(float memory[303], const float v_in[160], argument
467 for(v_len=v_in+40; v_in<v_len; v_in++)
476 *v_out = *v_in + gain[i] * *v_out;
483 memcpy(v_out, v_in, 4
423 apply_gain_ctrl(float *v_out, const float *v_ref, const float *v_in) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dqcelpdec.c418 * @param v_in gain-controlled vector
424 const float *v_in)
429 ff_scale_vector_to_given_sum_of_squares(v_out + i, v_in + i,
442 * @param v_in input filter vector
452 static const float *do_pitchfilter(float memory[303], const float v_in[160], argument
467 for(v_len=v_in+40; v_in<v_len; v_in++)
476 *v_out = *v_in + gain[i] * *v_out;
483 memcpy(v_out, v_in, 4
423 apply_gain_ctrl(float *v_out, const float *v_ref, const float *v_in) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dqcelpdec.c418 * @param v_in gain-controlled vector
424 const float *v_in)
429 ff_scale_vector_to_given_sum_of_squares(v_out + i, v_in + i,
442 * @param v_in input filter vector
452 static const float *do_pitchfilter(float memory[303], const float v_in[160], argument
467 for(v_len=v_in+40; v_in<v_len; v_in++)
476 *v_out = *v_in + gain[i] * *v_out;
483 memcpy(v_out, v_in, 4
423 apply_gain_ctrl(float *v_out, const float *v_ref, const float *v_in) argument
[all...]

Completed in 102 milliseconds