Searched defs:norm (Results 1 - 25 of 81) sorted by last modified time

1234

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webrtc/src/common_audio/signal_processing/
H A Dlevinson_durbin.c38 WebRtc_Word16 norm; local
42 norm = WebRtcSpl_NormW32(R[0]);
46 temp1W32 = WEBRTC_SPL_LSHIFT_W32(R[i], norm);
142 norm = WebRtcSpl_NormW32(temp3W32);
143 if ((Alpha_exp <= norm) || (temp3W32 == 0))
224 norm = WebRtcSpl_NormW32(temp1W32);
225 temp1W32 = WEBRTC_SPL_LSHIFT_W32(temp1W32, norm);
232 Alpha_exp = Alpha_exp + norm;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c84 WebRtc_Word16 norm; local
88 norm = WebRtcSpl_NormW32(R[0]);
91 temp1W32 = WEBRTC_SPL_LSHIFT_W32(R[i], norm);
182 norm = WebRtcSpl_NormW32(temp3W32);
183 if ((Alpha_exp <= norm)||(temp3W32==0)) {
255 norm = WebRtcSpl_NormW32(temp1W32);
256 temp1W32 = WEBRTC_SPL_LSHIFT_W32(temp1W32, norm);
262 Alpha_exp = Alpha_exp + norm;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c1695 int res, n, t, i, norm, neg; local
1741 norm = mp_count_bits(&y) % DIGIT_BIT;
1742 if (norm < (int)(DIGIT_BIT-1)) {
1743 norm = (DIGIT_BIT-1) - norm;
1744 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) {
1747 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) {
1751 norm = 0;
1861 mp_div_2d (&x, norm, &x, NULL);
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c1695 int res, n, t, i, norm, neg; local
1741 norm = mp_count_bits(&y) % DIGIT_BIT;
1742 if (norm < (int)(DIGIT_BIT-1)) {
1743 norm = (DIGIT_BIT-1) - norm;
1744 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) {
1747 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) {
1751 norm = 0;
1861 mp_div_2d (&x, norm, &x, NULL);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c1695 int res, n, t, i, norm, neg; local
1741 norm = mp_count_bits(&y) % DIGIT_BIT;
1742 if (norm < (int)(DIGIT_BIT-1)) {
1743 norm = (DIGIT_BIT-1) - norm;
1744 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) {
1747 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) {
1751 norm = 0;
1861 mp_div_2d (&x, norm, &x, NULL);
/external/stlport/src/
H A Dnum_get_float.cpp232 static void _Stl_norm_and_round(uint64& p, int& norm, uint64 prodhi, uint64 prodlo) { argument
233 norm = 0;
247 norm = 1;
300 int norm; /* number of bits of normalization */ local
308 _Stl_norm_and_round(p, norm, prodhi, prodlo);
309 bexp += _Stl_twoexp[hi] - norm;
315 _Stl_norm_and_round(p, norm, prodhi, prodlo);
316 bexp += _Stl_twoexp[lo] - norm;
/external/stlport/stlport/stl/
H A D_complex.h741 inline _Tp _STLP_CALL norm(const complex<_Tp>& __z) function
/external/svox/pico/lib/
H A Dpicosig2.c1006 picoos_int32 *norm; local
1009 norm = sig_inObj->norm_window_p;
1011 norm[0] = 80224;
1012 norm[1] = 320832;
1013 norm[2] = 721696;
1014 norm[3] = 1282560;
1015 norm[4] = 2003104;
1016 norm[5] = 2882880;
1017 norm[6] = 3921376;
1018 norm[
[all...]
/external/srec/srec/crec/
H A Dget_fram.c438 void convert_adjustment_to_imelda(norm_info *norm, preprocessed *prep) argument
444 ASSERT(norm);
446 fram[ii] = (imeldata) norm->adjust[ii]; /* TODO: review types */
453 norm->imelda_adjust[ii] = fram[ii];
456 for (ii = 0; ii < norm->dim; ii++)
457 log_report("%d ", (int)norm->imelda_adjust[ii]);
460 norm->adj_valid = True;
/external/skia/src/core/
H A DSkStroke.cpp261 SkVector norm, unit; local
264 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
265 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
329 SkVector norm, unit, dummy, unitDummy; local
332 this->cubic_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit,
336 this->cubic_to(&tmp[3], norm, unit, &dummy, &unitDummy, subDivide);
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionSystem.java686 public void set(Vector2 start, Vector2 end, Vector2 norm) { argument
689 mNormal.set(norm);
/external/qemu/android/skin/
H A Dtrackball.c90 norm( int dx, int dy ) function
421 if ( norm( ball->acc_x, ball->acc_y ) > ball->acc_threshold )
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Ddwt.c491 /* Get norm of 5-3 wavelet. */
514 /* Get norm of 9-7 wavelet. */
534 OPJ_FLOAT64 norm = opj_dwt_norms_real[orient][level]; local
535 stepsize = (1 << (gain)) / norm;
/external/opencv/cvaux/src/
H A Dcvhmm.cpp1501 float norm; local
1508 norm = gamma_total ? (1.f/(float)gamma_total) : 0.f;
1512 first_state[i].weight[m] = ((int*)(first_state[i].weight))[m] * norm;
H A Dcvlevmarprojbandle.cpp1051 /* !!! may be useful to return norm of error */
1350 double norm = cvNorm(vectorX_points4D); local
1351 fprintf(file," test 6.01 prev normPnts=%lf\n",norm);
1355 double norm = cvNorm(vectorX_projMatrs[i]); local
1356 fprintf(file," test 6.01 prev normProj=%lf\n",norm);
1384 double norm = cvNorm(matrsUk[i]); local
1385 fprintf(file," test 6.01 prev matrsUk=%lf\n",norm);
1390 double norm = cvNorm(matrsVi[i]); local
1391 fprintf(file," test 6.01 prev matrsVi=%lf\n",norm);
1427 double norm local
1433 double norm = cvNorm(matrsVi[i]); local
[all...]
H A Dcvlmeds.cpp682 double norm, summ, best_norm; local
806 norm = 0;
819 norm += summ * summ;
822 norm = sqrt( norm );
824 if( best_norm == -1 || norm < best_norm )
830 best_norm = norm;
H A Dcvtrifocal.cpp2417 double norm; local
2421 norm = 0;
2423 norm += vectorX[i]*vectorX[i];
2424 norm = sqrt(norm);
2426 vectorX[i] /= norm;
2429 norm = 0;
2431 norm += vectorY[i]*vectorY[i];
2432 norm = sqrt(norm);
[all...]
/external/opencv/cxcore/src/
H A Dcxnorm.cpp57 norm = _update_op_( norm, t0 ); \
58 norm = _update_op_( norm, t1 ); \
64 norm = _update_op_( norm, t0 ); \
65 norm = _update_op_( norm, t1 ); \
72 norm = _update_op_( norm, t
971 double norm = 0, norm_diff = 0; local
[all...]
H A Dcxutils.cpp716 double norm = 0, v; local
728 norm += v*v;
730 norm = sqrt(norm);
736 norm += v;
742 norm = MAX(norm,v);
745 norm = norm > DBL_EPSILON ? 1./norm
[all...]
/external/opencv/ml/src/
H A Dml_inner_functions.cpp330 float rad, norm, coefficient; local
357 norm = (float) cvNorm (&sample, 0, CV_L2);
358 coefficient = rad / norm;
/external/mesa3d/src/mesa/tnl/
H A Dt_rasterpos.c378 GLfloat *norm, eyenorm[3]; local
438 norm = eyenorm;
441 norm = objnorm;
447 shade_rastpos( ctx, vObj, norm,
466 compute_texgen(ctx, vObj, eye, norm, u, tc);
H A Dt_vb_texgen.c107 const GLfloat *norm = normal->start; local
110 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
114 two_nu = 2.0F * DOT3(norm,u);
115 fx = f[i][0] = u[0] - norm[0] * two_nu;
116 fy = f[i][1] = u[1] - norm[1] * two_nu;
117 fz = f[i][2] = u[2] - norm[2] * two_nu;
135 GLfloat *norm = normal->start; local
138 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
143 two_nu = 2.0F * DOT3(norm,u);
144 fx = f[i][0] = u[0] - norm[
184 GLfloat *norm = normal->start; local
210 GLfloat *norm = normal->start; local
284 const GLfloat *norm = normal->start; local
389 const GLfloat *norm = normal->start; local
422 const GLfloat *norm = normal->start; local
451 const GLfloat *norm = normal->start; local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h109 unsigned norm:1; member in struct:lp_type
271 res_type.norm = TRUE;
344 type.norm = FALSE;
360 type.norm = FALSE;
376 type.norm = TRUE;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.c205 double norm = vector_normalize(v); local
206 double cosa = v[0] / norm;
207 double sina = v[1] / norm;

Completed in 2200 milliseconds

1234