Home
last modified time | relevance | path

Searched refs:vo_round (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dcor_h_x.c124 *p1++ = vo_round(L_shl(*p3++, j)); in cor_h_x()
125 *p1++ = vo_round(L_shl(*p3++, j)); in cor_h_x()
126 *p1++ = vo_round(L_shl(*p3++, j)); in cor_h_x()
127 *p1++ = vo_round(L_shl(*p3++, j)); in cor_h_x()
Daz_isp.c90 f1[i] = vo_round(t0 + (a[M - i] << 15)); /* =(a[i]+a[M-i])/2 */ in Az_isp()
91 f2[i] = vo_round(t0 - (a[M - i] << 15)); /* =(a[i]-a[M-i])/2 */ in Az_isp()
Disp_isf.c53 isf[i] = vo_round((L_tmp << 4)); /* (isp[i]-table[ind])*slope[ind])>>11 */ in Isp_isf()
Ddeemph.c42 x[0] = vo_round(L_tmp); in Deemph()
Dhp_wsp.c73 mem[i] = vo_round(L_tmp); in scale_mem_Hp_wsp()
DvoAMRWBEnc.c337 new_speech[i] = vo_round(L_tmp); in coder()
343 new_speech[0] = vo_round(L_tmp); in coder()
818 *vo_p3++ = *vo_p0++ = vo_round((L_tmp <<4)); in coder()
1285 code2[0] = vo_round(L_tmp); in coder()
1292 code2[i] = vo_round(L_tmp); in coder()
1297 code2[L_SUBFR - 1] = vo_round(L_tmp); in coder()
1300 gain_code = vo_round(L_shl(L_gain_code, Q_new)); in coder()
Dlevinson.c241 old_A[i - 1] = A[i] = vo_round((t0 << 1)); in Levinson()
Dqpisf_2s.c290 ref_isf[i] = vo_round(L_tmp); in Dpisf_2s_46b()
384 ref_isf[i] = vo_round(L_tmp); in Dpisf_2s_36b()
Dp_med_ol.c147 *gain = vo_round(L_shl(R0, exp_R0)); in Pitch_med_ol()
Dc2t64fx.c86 k_cn = vo_round(s); in ACELP_2t64_fx()
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
DNorm_Corr_opt.s181 MOV r12, r12, ASR #16 @vo_round(L_tmp)
186 STRH r12, [r10] @ corr_norm[t] = vo_round(L_tmp)
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
DNorm_Corr_neon.s221 MOV r12, r12, ASR #16 @vo_round(L_tmp)
226 STRH r12, [r10] @ corr_norm[t] = vo_round(L_tmp)
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dbasic_op.h54 #define vo_round(a) ((((a) >> 15) + 1) >> 1) macro