HomeSort by relevance Sort by last modified time
    Searched full:norm_l (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
ms_stereo.c 77 shift = norm_l(nrgL);
80 shift = norm_l(nrgR);
89 shift = norm_l(nrgL);
93 shift = norm_l(nrgR);
block_switch.c 159 accWindowNrg_Shf = norm_l(blockSwitchingControl->accWindowNrg);
160 enM1_Shf = norm_l(enM1);
161 windowNrgF_Shf = norm_l(blockSwitchingControl->windowNrgF[1][w]);
tns.c 101 shift = norm_l(fs);
561 shift = norm_l(tmp);
603 maxShift = norm_l(maxWS);
740 shift = norm_l(workBuffer[0]);
762 shift = norm_l(denom);
adj_thr.c 226 shift = norm_l(sfbEn);
239 shift = norm_l(sfbEn);
273 shift = norm_l(sfbEnM);
282 shift = norm_l(sfbEnS);
494 shift = norm_l(thrFactor);
666 shift = norm_l(ahCnt);
    [all...]
quantize.c 64 e = norm_l(absSpectrum);
251 ex = norm_l(accu);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
log2.h 55 Word16 exp, /* (i) : norm_l (L_x) */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
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);
autocorr.c 66 norm = norm_l(L_sum);
94 norm = norm_l(L_sum);
log2.c 58 Word16 exp, /* (i) : norm_l (L_x) */
106 exp = norm_l(L_x);
voicefac.c 47 exp = norm_l(L_tmp);
pitch_f4.c 195 exp = norm_l(L_tmp);
222 exp = norm_l(L_tmp);
227 exp = norm_l(L_tmp1);
cor_h_x.c 113 j = norm_l(L_tot) - 4; /* 4 -> 16 x tot */
levinson.c 155 alp_exp = norm_l(t0);
223 j = norm_l(t0);
math_op.c 63 exp = norm_l(L_x);
212 sft = norm_l(L_sum);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/
Android.mk 39 src/norm_l.cpp \
  /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);
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);
  /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/amrwbenc/src/asm/ARMV5E/
Dot_p_opt.s 69 SUB r10, r10, #1 @ sft = norm_l(L_sum)
Norm_Corr_opt.s 94 SUB r6, r7, #1 @exp = norm_l(L_tmp)
136 SUB r10, r10, #1 @exp = norm_l(L_tmp)
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
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(register Word32 L_var1) function
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
oper_32b.c 217 iLog4 = norm_l(value);
252 scale = norm_l(value);
typedefs.h 153 #define NORM_L_IS_INLINE 1 //define norm_l as inline function
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Norm_Corr_neon.s 102 SUB r6, r7, #1 @exp = norm_l(L_tmp)
176 SUB r10, r10, #1 @exp = norm_l(L_tmp)

Completed in 295 milliseconds

1 2 3