HomeSort by relevance Sort by last modified time
    Searched defs:norm_l (Results 1 - 4 of 4) sorted by null

  /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(Word32 L_var1) function
  /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/enc/src/
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/amrwbenc/inc/
basic_op.h 86 static_vo Word16 norm_l (Word32 L_var1); /* Long norm, 30 */
1077 static_vo Word16 norm_l (Word32 L_var1) function
    [all...]

Completed in 329 milliseconds