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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dacelp_vectors.c132 const int16_t *in_b,
145 in_b[i] * weight_coeff_b +
129 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 Dacelp_vectors.h132 * @param in_b second vector
139 * @note It is safe to pass the same buffer for out and in_a or in_b.
141 * out[i] = (in_a[i]*weight_a + in_b[i]*weight_b + rounder) >> shift
146 const int16_t *in_b,
H A Dqcelpdec.c85 const float *in_b, float weight_coeff_a,
92 + weight_coeff_b * in_b[i];
84 weighted_vector_sumf(float *out, const float *in_a, const float *in_b, float weight_coeff_a, float weight_coeff_b, int length) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/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);
131 if (BN_copy(b,in_b) == NULL) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/cast/
H A Dcasttest.c94 static unsigned char in_b[16]={ variable
187 memcpy(out_b,in_b,sizeof(in_b));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dcasttest.c94 static unsigned char in_b[16]={ variable
187 memcpy(out_b,in_b,sizeof(in_b));
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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));

Completed in 103 milliseconds