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

  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
norm_s.cpp 31 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
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
pvamrwb_math_op.h 119 #define norm_s( x) (normalize_amr_wb( x) - 16) macro
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
norm_s.cpp 31 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
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.h 119 #define norm_s( x) (normalize_amr_wb( x) - 16) macro
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
norm_s.h 30 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/base/media/libstagefright/codecs/amrnb/common/include/
norm_s.h 30 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

Completed in 66 milliseconds