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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dacelp_vectors_mips.c60 float *out, const float *in_a, const float *in_b,
72 "lwc1 $f1, 0(%[in_b]) \n\t"
73 "lwc1 $f4, 4(%[in_b]) \n\t"
79 "addiu %[in_b], 8 \n\t"
87 : [out] "+r" (out), [in_a] "+r" (in_a), [in_b] "+r" (in_b)
59 ff_weighted_vector_sumf_mips( float *out, const float *in_a, const float *in_b, float weight_coeff_a, float weight_coeff_b, int length) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dacelp_vectors.h33 * @param in_b second vector
38 * @note It is safe to pass the same buffer for out and in_a or in_b.
40 void (*weighted_vector_sumf)(float *out, const float *in_a, const float *in_b,
203 * @param in_b second vector
210 * @note It is safe to pass the same buffer for out and in_a or in_b.
212 * out[i] = (in_a[i]*weight_a + in_b[i]*weight_b + rounder) >> shift
216 const int16_t *in_b,
227 * @param in_b second vector
232 * @note It is safe to pass the same buffer for out and in_a or in_b.
234 void ff_weighted_vector_sumf(float *out, const float *in_a, const float *in_b,
[all...]
H A Dacelp_vectors.c175 const int16_t *in_b,
188 in_b[i] * weight_coeff_b +
192 void ff_weighted_vector_sumf(float *out, const float *in_a, const float *in_b, argument
199 + weight_coeff_b * in_b[i];
172 ff_acelp_weighted_vector_sum( int16_t* out, const int16_t *in_a, const int16_t *in_b, int16_t weight_coeff_a, int16_t weight_coeff_b, int16_t rounder, int shift, int length) argument
H A Damrnbdec.c150 const double *in_b, double weight_coeff_a,
157 + weight_coeff_b * in_b[i];
149 weighted_vector_sumd(double *out, const double *in_a, const double *in_b, double weight_coeff_a, double weight_coeff_b, int length) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dacelp_vectors.h148 * @param in_b second vector
155 * @note It is safe to pass the same buffer for out and in_a or in_b.
157 * out[i] = (in_a[i]*weight_a + in_b[i]*weight_b + rounder) >> shift
161 const int16_t *in_b,
172 * @param in_b second vector
177 * @note It is safe to pass the same buffer for out and in_a or in_b.
179 void ff_weighted_vector_sumf(float *out, const float *in_a, const float *in_b,
H A Dacelp_vectors.c153 const int16_t *in_b,
166 in_b[i] * weight_coeff_b +
170 void ff_weighted_vector_sumf(float *out, const float *in_a, const float *in_b, argument
177 + weight_coeff_b * in_b[i];
150 ff_acelp_weighted_vector_sum( int16_t* out, const int16_t *in_a, const int16_t *in_b, int16_t weight_coeff_a, int16_t weight_coeff_b, int16_t rounder, int shift, int length) argument
H A Damrnbdec.c143 const double *in_b, double weight_coeff_a,
150 + weight_coeff_b * in_b[i];
142 weighted_vector_sumd(double *out, const double *in_a, const double *in_b, double weight_coeff_a, double weight_coeff_b, int length) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dcasttest.c95 static unsigned char in_b[16]={ variable
188 memcpy(out_b,in_b,sizeof(in_b));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_gcd.c117 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) argument
123 bn_check_top(in_b);
131 if (BN_copy(b,in_b) == NULL) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcasttest.c95 static unsigned char in_b[16]={ variable
188 memcpy(out_b,in_b,sizeof(in_b));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A Dcasttest.c100 static unsigned char in_b[16] = { variable
196 memcpy(out_b, in_b, sizeof(in_b));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dcasttest.c100 static unsigned char in_b[16] = { variable
196 memcpy(out_b, in_b, sizeof(in_b));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_gcd.c117 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) argument
123 bn_check_top(in_b);
133 if (BN_copy(b, in_b) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_gcd.c117 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) argument
123 bn_check_top(in_b);
133 if (BN_copy(b, in_b) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dcryptlib.c1019 int CRYPTO_memcmp(const volatile void *in_a, const volatile void *in_b, size_t len) argument
1023 const volatile unsigned char *b = in_b;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dcryptlib.c1019 int CRYPTO_memcmp(const volatile void *in_a, const volatile void *in_b, size_t len) argument
1023 const volatile unsigned char *b = in_b;

Completed in 88 milliseconds