Searched refs:norm_l (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dnorm_l.h30 Pathname: ./gsm-amr/c/include/norm_l.h
35 Description: Created separate header file for norm_l function.
51 needed by the norm_l function.
107 Word16 norm_l(Word32 L_var1);
111 __inline Word16 norm_l(Word32 L_var1) function
127 static inline Word16 norm_l(Word32 L_var1) function
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dlog2.cpp174 exp = norm_l(L_x);
H A Dnorm_l.cpp30 Pathname: ./gsm-amr/c/src/norm_l.c
35 Description: Created separate file for the norm_l function. Sync'ed up
39 assembly file (norm_l.asm).
101 Word16 norm_l (Word32 L_var1)
129 multiCounter[currCounter].norm_l++;
200 Word16 norm_l(register Word32 L_var1) function
H A Dinv_sqrt.cpp169 exp = norm_l (L_x);
238 exp = norm_l(L_x);
H A Dsqrt_l.cpp167 e = norm_l (L_x) & 0xFFFE; // get next lower EVEN norm. exp
239 e = norm_l(L_x) & 0xFFFE; /* get next lower EVEN norm. exp */
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dms_stereo.c77 shift = norm_l(nrgL);
80 shift = norm_l(nrgR);
89 shift = norm_l(nrgL);
93 shift = norm_l(nrgR);
H A Dblock_switch.c159 accWindowNrg_Shf = norm_l(blockSwitchingControl->accWindowNrg);
160 enM1_Shf = norm_l(enM1);
161 windowNrgF_Shf = norm_l(blockSwitchingControl->windowNrgF[1][w]);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcalc_en.cpp175 exp = norm_l(s);
185 exp = norm_l(s);
194 exp = norm_l(s);
208 exp = norm_l(s);
339 exp = norm_l(s1);
350 exp = norm_l(s2);
355 exp = norm_l(s3);
359 exp = norm_l(s4);
511 exp = norm_l(s);
521 exp = norm_l(
[all...]
H A Dg_pitch.cpp198 exp_yy = norm_l (s);
208 exp_yy = norm_l (s);
224 exp_xy = norm_l (s);
234 exp_xy = norm_l (s);
343 exp_yy = norm_l(s); /* Note 0<=exp_yy <= 31 */
362 exp_yy = norm_l(s);
397 exp_xy = norm_l(s); /* Note 0<=exp_yy <= 31 */
421 exp_xy = norm_l(s);
H A Dg_code.cpp170 exp_xy = norm_l (s);
185 exp_yy = norm_l (s);
261 exp_xy = norm_l(s + 1); /* Avoid case of all zeros, add 1 */
292 exp_yy = norm_l(s);
H A Dhp_max.cpp182 shift1 = sub(norm_l(max), 1);
184 shift2 = norm_l(t0);
295 /* shift1 = sub(norm_l(max), 1);
297 shift2 = norm_l(t0);
300 t016 = norm_l(max);
306 shift2 = norm_l(t0);
H A Dcor_h_x.cpp213 j = sub (norm_l (tot), sf);
306 j = norm_l(tot) - sf;
H A Dcor_h_x2.cpp197 j = sub (norm_l (tot), sf);
274 j = sub(norm_l(tot), sf, pOverflow);
H A Dautocorr.cpp252 norm = norm_l (sum);
414 norm = norm_l(sum);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dlog2.c58 Word16 exp, /* (i) : norm_l (L_x) */
106 exp = norm_l(L_x);
H A Dmath_op.c63 exp = norm_l(L_x);
212 sft = norm_l(L_sum);
H A Dautocorr.c70 norm = norm_l(L_sum);
98 norm = norm_l(L_sum);
H A Dp_med_ol.c122 exp_R0 = norm_l(R0);
125 exp_R1 = norm_l(R1);
128 exp_R2 = norm_l(R2);
134 i = norm_l(R1);
H A Dlevinson.c155 alp_exp = norm_l(t0);
223 j = norm_l(t0);
H A Dvoicefac.c47 exp = norm_l(L_tmp);
H A Dpitch_f4.c198 exp = norm_l(L_tmp);
225 exp = norm_l(L_tmp);
230 exp = norm_l(L_tmp1);
H A Dcor_h_x.c113 j = norm_l(L_tot) - 4; /* 4 -> 16 x tot */
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dagc.cpp665 exp = sub (norm_l (s), 1);
677 i = norm_l (s);
768 exp = norm_l(s) - 1;
782 i = norm_l(s);
903 exp = sub (norm_l (s), 1);
915 i = norm_l (s);
987 exp = norm_l(s) - 1;
1000 i = norm_l(s);
H A Da_refl.cpp167 normShift = norm_l(L_acc);
271 normShift = norm_l(L_acc);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DDot_p_opt.s69 SUB r10, r10, #1 @ sft = norm_l(L_sum)

Completed in 3012 milliseconds

12