/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | autocorr.c | 64 L_tmp = vo_L_mult(y[i], y[i]); in Autocorr() 92 L_sum += vo_L_mult(y[i], y[i]); in Autocorr() 93 L_sum += vo_L_mult(y[i+1], y[i+1]); in Autocorr() 94 L_sum += vo_L_mult(y[i+2], y[i+2]); in Autocorr() 95 L_sum += vo_L_mult(y[i+3], y[i+3]); in Autocorr()
|
D | weight_a.c | 39 *ap++ =(Word16)(((vo_L_mult((*a++), fac)) + 0x8000) >> 16); in Weight_a() 40 fac = (vo_L_mult(fac, gamma) + 0x8000) >> 16; in Weight_a() 43 *ap++ = (Word16)(((vo_L_mult((*a++), fac)) + 0x8000) >> 16); in Weight_a()
|
D | p_med_ol.c | 65 R0 += vo_L_mult((*p1++), (*p2++)); in Pitch_med_ol() 66 R0 += vo_L_mult((*p1++), (*p2++)); in Pitch_med_ol() 67 R0 += vo_L_mult((*p1++), (*p2++)); in Pitch_med_ol() 68 R0 += vo_L_mult((*p1++), (*p2++)); in Pitch_med_ol() 132 R1 = vo_L_mult(voround(R1), voround(R2)); in Pitch_med_ol() 143 R0 = vo_L_mult(voround(R0), voround(R1)); in Pitch_med_ol()
|
D | c4t64fx.c | 389 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1))); in ACELP_4t64_fx() 392 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1))); in ACELP_4t64_fx() 395 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1))); in ACELP_4t64_fx() 398 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h1))); in ACELP_4t64_fx() 428 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2))); in ACELP_4t64_fx() 432 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2))); in ACELP_4t64_fx() 436 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2))); in ACELP_4t64_fx() 440 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2))); in ACELP_4t64_fx() 450 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2))); in ACELP_4t64_fx() 454 cor = L_add(cor, vo_L_mult((*ptr_h1), (*ptr_h2))); in ACELP_4t64_fx() [all …]
|
D | cor_h_x.c | 58 L_tmp = L_add(L_tmp, vo_L_mult(*p1++, *p2++)); in cor_h_x() 71 L_tmp = L_add(L_tmp, vo_L_mult(*p1++, *p2++)); in cor_h_x() 84 L_tmp = L_add(L_tmp, vo_L_mult(*p1++, *p2++)); in cor_h_x() 97 L_tmp = L_add(L_tmp, vo_L_mult(*p1++, *p2++)); in cor_h_x()
|
D | isp_isf.c | 52 L_tmp = vo_L_mult(vo_sub(isp[i], table[ind]), slope[ind]); in Isp_isf() 82 L_tmp = vo_L_mult(vo_sub(table[ind + 1], table[ind]), offset); in Isf_isp()
|
D | q_pulse.c | 222 tmp = add1((Word16)((vo_L_mult(3, n_1) >> 1)), 1); in quant_4p_4N() 280 tmp = vo_sub((Word16)((vo_L_mult(5, N) >> 1)), 1); /* ((5*N)-1)) */ in quant_5p_5N() 288 tmp = vo_sub((Word16)((vo_L_mult(5, N) >> 1)), 1); /* index = 1 << ((5*N)-1); */ in quant_5p_5N() 296 tmp = vo_sub((Word16)((vo_L_mult(5, N) >> 1)), 1); /* ((5*N)-1)) */ in quant_5p_5N()
|
D | isp_az.c | 192 f[0] = vo_L_mult(4096, 1024); /* f[0] = 1.0; in Q23 */ in Get_isp_pol() 193 f[1] = vo_L_mult(isp[0], -256); /* f[1] = -2.0*isp[0] in Q23 */ in Get_isp_pol()
|
D | q_gain2.c | 208 L_tmp = vo_L_mult(gcode0, 5443); /* *0.166096 in Q15 -> Q24 */ in Q_gain2() 316 L_tmp = vo_L_mult(g_code, gcode0); /* Q11*Q0 -> Q12 */ in Q_gain2()
|
D | gpclip.c | 77 dist = extract_h(L_mac(vo_L_mult(26214, mem[0]), 6554, dist_min)); in Gp_clip_test_isf()
|
D | voicefac.c | 46 L_tmp = vo_L_mult(gain_pit, gain_pit); in voice_factor()
|
D | math_op.c | 166 L_x = vo_L_mult(fraction, 32); /* L_x = fraction<<6 */ in Pow2()
|
D | syn_filt.c | 146 L_tmp += vo_L_mult(exc[i], a0); in Syn_filt_32()
|
D | wb_vad.c | 62 l_temp = vo_L_mult(mant, mant); in ilog2() 530 if(L_snr_sum > vo_L_mult(vad_thr, (512 * COMPLEN))) in vad_decision()
|
D | c2t64fx.c | 245 s = vo_L_mult(alpk, sq) - ((psk * alp2)<<1); in ACELP_2t64_fx()
|
D | voAMRWBEnc.c | 1533 L_tmp = (vo_L_mult(st->dtx_encSt->dtxHangoverCount, 4681) << 15); in synthesis()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
D | Norm_Corr_opt.s | 170 ADD r12, r12, r12 @L_tmp = vo_L_mult(corr, norm)
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | basic_op.h | 50 #define vo_L_mult(a,b) (((a) * (b)) << 1) macro
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
D | Norm_Corr_neon.s | 210 ADD r12, r12, r12 @L_tmp = vo_L_mult(corr, norm)
|