HomeSort by relevance Sort by last modified time
    Searched refs:norm_l (Results 26 - 45 of 45) sorted by null

12

  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
oper_32b.c 217 iLog4 = norm_l(value);
252 scale = norm_l(value);
basicop2.c 1594 Word16 norm_l (Word32 L_var1) function
    [all...]
basic_op.h 153 __inline Word16 norm_l (Word32 L_var1);
155 Word16 norm_l (Word32 L_var1);
776 __inline Word16 norm_l (Word32 L_var1) function
  /frameworks/av/media/libstagefright/codecs/amrnb/common/
Android.mk 39 src/norm_l.cpp \
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp 508 alp_exp = norm_l (t0);
584 j = norm_l (t0);
704 alp_exp = norm_l(t0);
801 j = norm_l(t0);
pitch_fr.cpp 210 Word16 corr_h, corr_l, norm_h, norm_l;
258 L_Extract (s, &norm_h, &norm_l);
270 s = Mpy_32 (corr_h, corr_l, norm_h, norm_l);
327 Word16 norm_l; local
401 norm_l = (Word16)((s2 >> 1) - (norm_h << 15));
407 s = Mpy_32(corr_h, corr_l, norm_h, norm_l, pOverflow);
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
quantize.c 64 e = norm_l(absSpectrum);
251 ex = norm_l(accu);
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...]
psy_configuration.c 322 shift = norm_l(snr);
sf_estim.c 68 preshift = norm_l(x) - (INT_BITS-1-FF_SQRT_BITS);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h 86 static_vo Word16 norm_l (Word32 L_var1); /* Long norm, 30 */
1071 static_vo Word16 norm_l (Word32 L_var1) function
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
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/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)
Dot_p_neon.s 117 SUB r10, r10, #1 @ sft = norm_l(L_sum)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
dtx.c 252 exp0 = norm_l(level32);
546 tmp = norm_l(summax);
isp_az.c 130 q = 4 - norm_l(tmax); /* adaptive scaling enabled */
wb_vad.c 64 ex2 = norm_l(l_temp);
voAMRWBEnc.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
gc_pred.cpp 345 exp_code = norm_l (ener_code);
589 exp_code = norm_l(ener_code);
    [all...]

Completed in 675 milliseconds

12