Home
last modified time | relevance | path

Searched refs:scale2 (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsmooth.c34 int16_t maxtot, scale, scale1, scale2; in WebRtcIlbcfix_Smooth() local
71 scale2 = 15 - bitsw11; in WebRtcIlbcfix_Smooth()
73 if (scale2>(scale1-16)) { in WebRtcIlbcfix_Smooth()
74 scale2 = scale1 - 16; in WebRtcIlbcfix_Smooth()
76 scale1 = scale2 + 16; in WebRtcIlbcfix_Smooth()
80 w11prim = (int16_t) WEBRTC_SPL_SHIFT_W32(w11, scale2); in WebRtcIlbcfix_Smooth()
116 scale2 = bitsw11-15; in WebRtcIlbcfix_Smooth()
118 if (scale2>scale1) { in WebRtcIlbcfix_Smooth()
119 scale = scale2; in WebRtcIlbcfix_Smooth()
167 scale2 = 21-scale1; in WebRtcIlbcfix_Smooth()
[all …]
Ddo_plc.c53 int16_t scale1, scale2; in WebRtcIlbcfix_DoThePlc() local
159 scale2=(int16_t)WebRtcSpl_NormW32(ener)-16; in WebRtcIlbcfix_DoThePlc()
160 tmp2=(int16_t)WEBRTC_SPL_SHIFT_W32(ener, scale2); in WebRtcIlbcfix_DoThePlc()
166 totscale = scale1+scale2-1; in WebRtcIlbcfix_DoThePlc()
/external/libopus/silk/
Dstereo_find_predictor.c44 opus_int scale, scale1, scale2; in silk_stereo_find_predictor() local
49 silk_sum_sqr_shift( &nrgy, &scale2, y, length ); in silk_stereo_find_predictor()
50 scale = silk_max_int( scale1, scale2 ); in silk_stereo_find_predictor()
52 nrgy = silk_RSHIFT32( nrgy, scale - scale2 ); in silk_stereo_find_predictor()
/external/llvm/test/CodeGen/ARM/
Darm-modifier.ll3 define i32 @foo(float %scale, float %scale2) nounwind {
6 %scale2.addr = alloca float, align 4
8 store float %scale2, float* %scale2.addr, align 4
10 %tmp1 = load float, float* %scale2.addr, align 4
/external/opencv3/modules/stitching/perf/
Dperf_stich.cpp108 float scale2 = (float)std::min(1.0, sqrt(WORK_MEGAPIX * 1e6 / img2_full.total())); in PERF_TEST_P() local
110 resize(img2_full, img2, Size(), scale2, scale2); in PERF_TEST_P()
161 float scale2 = (float)std::min(1.0, sqrt(WORK_MEGAPIX * 1e6 / img2_full.total())); variable
163 resize(img2_full, img2, Size(), scale2, scale2);
/external/llvm/test/CodeGen/X86/
Dzext-extract_subreg.ll24 %scale2.0 = trunc i64 %tmp869 to i32
25 %cmp149 = icmp eq i32 %scale2.0, 0
/external/opencv3/modules/calib3d/src/
Dfundam.cpp557 double t, scale1 = 0, scale2 = 0; in run8Point() local
588 scale2 += std::sqrt(x*x + y*y); in run8Point()
592 scale2 *= t; in run8Point()
594 if( scale1 < FLT_EPSILON || scale2 < FLT_EPSILON ) in run8Point()
598 scale2 = std::sqrt(2.)/scale2; in run8Point()
609 double x2 = (m2[i].x - m2c.x)*scale2; in run8Point()
610 double y2 = (m2[i].y - m2c.y)*scale2; in run8Point()
650 double tt2[] = { scale2, 0, -scale2*m2c.x, 0, scale2, -scale2*m2c.y, 0, 0, 1 }; in run8Point()
/external/opencv/ml/src/
Dmlann_mlp.cpp401 double scale = 0, scale2 = f_param2; in calc_activ_func() local
450 double a = x0*x1, b = x2*x3, d = scale2/(a*b), t0, t1; in calc_activ_func()
460 double t = scale2*(1. - data[i])/(1. + data[i]); in calc_activ_func()
467 data[i] = scale2*data[i]; in calc_activ_func()
482 double scale, scale2 = f_param2; in calc_activ_func_deriv() local
498 scale2 *= scale; in calc_activ_func_deriv()
503 df[j] = t*2*scale2; in calc_activ_func_deriv()
536 t0 *= scale2*(2 - x0); t1 *= scale2*(2 - x1); in calc_activ_func_deriv()
542 t0 *= scale2*(2 - x2); t1 *= scale2*(2 - x3); in calc_activ_func_deriv()
550 t0 *= scale2*(1. - xf[i]); in calc_activ_func_deriv()
/external/opencv3/modules/ml/src/
Dann_mlp.cpp375 double scale = 0, scale2 = f_param2; in calc_activ_func() local
435 double t = scale2*(1. - data[j])/(1. + data[j]); in calc_activ_func()
446 data[j] = scale2*data[j]; in calc_activ_func()
477 double scale2 = scale*f_param2; in calc_activ_func_deriv() local
486 df[j] = t*2*scale2; in calc_activ_func_deriv()
504 double scale2 = f_param2; in calc_activ_func_deriv() local
534 t0 *= scale2*(1. - df[j])*s0; in calc_activ_func_deriv()
/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc85 float scale2 = image_type_ > kVGA ? kScaleTexture : 1.0; in ComputeSpatial() local
87 if (spatial_.value > scale2 * kHighTexture) { in ComputeSpatial()
89 } else if (spatial_.value < scale2 * kLowTexture) { in ComputeSpatial()
/external/skia/src/core/
DSkDraw.cpp1788 int scale2 = ScalarTo256(src.fY); in shadeSpan() local
1789 int scale0 = 256 - scale1 - scale2; in shadeSpan()
1791 if (scale1 > scale2) { in shadeSpan()
1792 scale2 = 256 - scale1; in shadeSpan()
1794 scale1 = 256 - scale2; in shadeSpan()
1802 scale2 = SkAlphaMul(scale2, alphaScale); in shadeSpan()
1807 SkAlphaMulQ(fColors[2], scale2); in shadeSpan()
/external/opencv/cxcore/src/
Dcxdxt.cpp1342 double scale2 = scale*0.5; \
1363 h2_re = scale2*(dst[j+1] + t); \
1364 h2_im = scale2*(dst[n-j] - dst[j]); \
1367 h1_re = scale2*(dst[j] + dst[n-j]); \
1368 h1_im = scale2*(dst[j+1] - t); \
/external/opencv3/modules/core/src/
Ddxt.cpp1047 T scale2 = scale*(T)0.5; in RealDFT() local
1066 h2_re = scale2*(dst[j+1] + t); in RealDFT()
1067 h2_im = scale2*(dst[n-j] - dst[j]); in RealDFT()
1070 h1_re = scale2*(dst[j] + dst[n-j]); in RealDFT()
1071 h1_im = scale2*(dst[j+1] - t); in RealDFT()
/external/guice/extensions/struts2/lib/
Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...