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

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
isp_az.cpp 191 t0 = fxp_mul32_by_16b(t0, isp[m - 1]) << 1;
192 t1 = fxp_mul32_by_16b(t1, isp[m - 1]) << 1;
355 t0 = fxp_mul32_by_16b(f[-1], *isp);
391 t0 = fxp_mul32_by_16b(f[-1], *isp);
pvamrwbdecoder_basic_op_armv5.h 231 __inline int32 fxp_mul32_by_16b(int32 L_var1, const int32 L_var2) function
pvamrwbdecoder_basic_op_cequivalent.h 529 __inline int32 fxp_mul32_by_16b(int32 L_var1, const int32 L_var2) function
pvamrwbdecoder.cpp 1009 L_tmp += fxp_mul32_by_16b(L_gain_code, 6226) << 1;
1018 L_tmp = fxp_mul32_by_16b(L_gain_code, 27536) << 1;
1027 L_gain_code = fxp_mul32_by_16b(L_gain_code, (32767 - fac)) << 1;
1030 L_gain_code = add_int32(L_gain_code, fxp_mul32_by_16b(L_tmp, fac) << 1);
    [all...]
pvamrwbdecoder_basic_op_gcc_armv5.h 306 #define fxp_mul32_by_16b( a, b) fxp_mul32_by_16( a, b) macro

Completed in 144 milliseconds