HomeSort by relevance Sort by last modified time
    Searched refs:normalize_amr_wb (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
normalize_amr_wb.h 34 Pathname: ./c/include/normalize_amr_wb.h
73 __inline int16 normalize_amr_wb(int32 x) function
88 __inline int16 normalize_amr_wb(int32 x) function
110 int16 normalize_amr_wb(int32 x);
normalize_amr_wb.cpp 34 Filename: normalize_amr_wb.cpp
77 #include "normalize_amr_wb.h"
123 int16 normalize_amr_wb(int32 x) function
agc2_amr_wb.cpp 145 exp = normalize_amr_wb(s) - 1;
165 i = normalize_amr_wb(s);
pvamrwb_math_op.h 119 #define norm_s( x) (normalize_amr_wb( x) - 16)
voice_factor.cpp 133 exp = normalize_amr_wb(L_tmp);
pvamrwb_math_op.cpp 284 exp = normalize_amr_wb(L_x);
453 sft = normalize_amr_wb(L_sum);
546 exp = normalize_amr_wb(L_x);
isp_az.cpp 240 q = 4 - normalize_amr_wb(tmax); /* adaptive scaling enabled */
synthesis_amr_wb.cpp 301 exp = normalize_amr_wb(L_tmp);
dtx_decoder_amr_wb.cpp 392 exp0 = normalize_amr_wb(level32);
846 tmp = normalize_amr_wb(summax);
  /frameworks/av/media/libstagefright/codecs/amrwb/
Android.mk 26 src/normalize_amr_wb.cpp \

Completed in 4528 milliseconds