Searched defs:norm_l (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
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(Word32 L_var1) function
/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/aacenc/basic_op/
H A Dbasicop2.c1562 | Function Name : norm_l |
1571 | norm_L_var1 = L_shl(L_var1,norm_l(L_var1)). |
1594 Word16 norm_l (Word32 L_var1) function
H A Dbasic_op.h153 __inline Word16 norm_l (Word32 L_var1);
155 Word16 norm_l (Word32 L_var1);
773 __inline Word16 norm_l (Word32 L_var1) function
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpitch_fr.cpp210 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);
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dbasic_op.h86 static_vo Word16 norm_l (Word32 L_var1); /* Long norm, 30 */
1046 | Function Name : norm_l |
1055 | norm_L_var1 = L_shl(L_var1,norm_l(L_var1)). |
1077 static_vo Word16 norm_l (Word32 L_var1) function

Completed in 1350 milliseconds