/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
norm_l.h | 30 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/ |
log2.cpp | 174 exp = norm_l(L_x);
|
norm_l.cpp | 30 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(Word32 L_var1) function
|
inv_sqrt.cpp | 169 exp = norm_l (L_x); 238 exp = norm_l(L_x);
|
sqrt_l.cpp | 167 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/ |
ms_stereo.c | 76 shift = norm_l(nrgL); 79 shift = norm_l(nrgR); 88 shift = norm_l(nrgL); 92 shift = norm_l(nrgR);
|
block_switch.c | 156 accWindowNrg_Shf = norm_l(blockSwitchingControl->accWindowNrg); 157 enM1_Shf = norm_l(enM1); 158 windowNrgF_Shf = norm_l(blockSwitchingControl->windowNrgF[1][w]);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
calc_en.cpp | 175 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(s) [all...] |
g_pitch.cpp | 198 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);
|
g_code.cpp | 170 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);
|
hp_max.cpp | 182 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);
|
cor_h_x.cpp | 213 j = sub (norm_l (tot), sf); 306 j = norm_l(tot) - sf;
|
cor_h_x2.cpp | 197 j = sub (norm_l (tot), sf); 274 j = sub(norm_l(tot), sf, pOverflow);
|
autocorr.cpp | 252 norm = norm_l (sum); 414 norm = norm_l(sum);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
log2.c | 58 Word16 exp, /* (i) : norm_l (L_x) */ 106 exp = norm_l(L_x);
|
autocorr.c | 70 norm = norm_l(L_sum); 98 norm = norm_l(L_sum);
|
math_op.c | 63 exp = norm_l(L_x); 217 sft = norm_l(L_sum);
|
p_med_ol.c | 122 exp_R0 = norm_l(R0); 125 exp_R1 = norm_l(R1); 128 exp_R2 = norm_l(R2); 134 i = norm_l(R1);
|
levinson.c | 155 alp_exp = norm_l(t0); 223 j = norm_l(t0);
|
voicefac.c | 47 exp = norm_l(L_tmp);
|
pitch_f4.c | 198 exp = norm_l(L_tmp); 225 exp = norm_l(L_tmp); 230 exp = norm_l(L_tmp1);
|
cor_h_x.c | 119 j = norm_l(L_tot) - 4; /* 4 -> 16 x tot */
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
agc.cpp | 665 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);
|
a_refl.cpp | 169 normShift = norm_l(L_acc); 273 normShift = norm_l(L_acc);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Dot_p_opt.s | 69 SUB r10, r10, #1 @ sft = norm_l(L_sum)
|