/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | smooth.c | 34 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 …]
|
D | do_plc.c | 53 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/ |
D | stereo_find_predictor.c | 44 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/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | arm-modifier.ll | 3 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* %scale2.addr, align 4
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-modifier.ll | 3 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/llvm/test/CodeGen/X86/ |
D | zext-extract_subreg.ll | 24 %scale2.0 = trunc i64 %tmp869 to i32 25 %cmp149 = icmp eq i32 %scale2.0, 0
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | zext-extract_subreg.ll | 24 %scale2.0 = trunc i64 %tmp869 to i32 25 %cmp149 = icmp eq i32 %scale2.0, 0
|
/external/libjpeg-turbo/simd/ |
D | jquanti-altivec.c | 125 scale0, scale1, scale2, scale3, scale4, scale5, scale6, scale7; in jsimd_quantize_altivec() local 211 scale2 = vec_ld(DCTSIZE2 * 4 + 32, divisors); in jsimd_quantize_altivec() 220 MULTIPLY(row2, scale2, row2); in jsimd_quantize_altivec()
|
/external/opencv/ml/src/ |
D | mlann_mlp.cpp | 401 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/webrtc/webrtc/modules/video_coding/ |
D | qm_select.cc | 85 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/ |
D | SkDraw.cpp | 1813 int scale2 = ScalarTo256(src.fY); in shadeSpan() local 1814 int scale0 = 256 - scale1 - scale2; in shadeSpan() 1816 if (scale1 > scale2) { in shadeSpan() 1817 scale2 = 256 - scale1; in shadeSpan() 1819 scale1 = 256 - scale2; in shadeSpan() 1827 scale2 = SkAlphaMul(scale2, alphaScale); in shadeSpan() 1832 SkAlphaMulQ(fColors[2], scale2); in shadeSpan()
|
/external/opencv/cxcore/src/ |
D | cxdxt.cpp | 1342 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/guice/extensions/struts2/lib/ |
D | freemarker-2.3.16.jar | META-INF/
META-INF/MANIFEST.MF
freemarker/
freemarker/cache/
freemarker/ ... |