Searched refs:norm_s (Results 1 - 20 of 20) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dnorm_s.h30 Pathname: ./gsm-amr/c/include/norm_s.h
35 Description: Created separate header file for norm_s function.
49 needed by the norm_s function.
106 Word16 norm_s(Word16 var1);
110 __inline Word16 norm_s(Word16 var) function
127 static inline Word16 norm_s(Word16 var1) function
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dnorm_s.cpp31 Pathname: ./gsm-amr/c/src/norm_s.c
36 Description: Created separate file for the norm_s function. Sync'ed up
40 be the same as the equivalent assembly file (norm_s.asm).
43 assembly file (norm_s.asm).
97 Word16 norm_s (Word16 var1)
125 multiCounter[currCounter].norm_s++;
197 Word16 norm_s(register Word16 var1) function
H A Daz_lsp.cpp490 exp = norm_s (y);
685 exp = norm_s(y);
H A Dvad1.cpp816 exp = norm_s(denom);
1504 exp = norm_s(st->bckr_est[i]);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dex_ctrl.cpp191 exp = norm_s(excEnergy);
H A Dc_g_aver.cpp304 shift1 = sub(norm_s(tmp1), 1); // Qn
306 shift2 = norm_s(lspAver[i]); // Qm
518 shift1 = sub(norm_s(tmp1), 1, pOverflow); /* Qn */
520 shift2 = norm_s(*(lspAver + i)); /* Qm */
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwb_math_op.h119 #define norm_s( x) (normalize_amr_wb( x) - 16) macro
H A Dvoice_factor.cpp141 exp = norm_s(gain_code);
H A Disf_extrapolation.cpp153 exp = norm_s(tmp);
226 exp2 = norm_s(tmp2);
227 exp = norm_s(tmp);
H A Dpvamrwbdecoder.cpp960 tmp = add_int16(norm_s(max), Q_new) - 1;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dvoicefac.c58 exp = norm_s(gain_code);
H A Daz_isp.c152 exp = norm_s(y);
H A Dwb_vad.c57 ex = norm_s(mant);
299 exp = norm_s(denom);
481 exp = norm_s(st->bckr_est[i]);
H A DvoAMRWBEnc.c303 shift = norm_s(tmp) - 1;
460 shift = norm_s(tmp) - 3;
/frameworks/av/media/libstagefright/codecs/amrnb/common/
H A DAndroid.mk40 src/norm_s.cpp \
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dbasic_op.h84 static_vo Word16 norm_s (Word16 var1); /* Short norm, 15 */
897 | Function Name : norm_s |
906 | norm_var1 = shl(var1,norm_s(var1)). |
928 static_vo Word16 norm_s (Word16 var1) function
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.c225 iLog4 = (-(iLog4 << 2) - norm_s(tmp16)) - 1;
H A Dbasicop2.c1419 | Function Name : norm_s |
1428 | norm_var1 = shl(var1,norm_s(var1)). |
1451 Word16 norm_s (Word16 var1) function
H A Dbasic_op.h146 __inline Word16 norm_s (Word16 var1);
148 Word16 norm_s (Word16 var1);
727 __inline Word16 norm_s (Word16 var1) function
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c451 return( maxVal ? norm_s(maxVal) : 15);

Completed in 240 milliseconds