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

  /external/opencore/codecs_v2/audio/aac/dec/src/
pv_log2.cpp 147 y = fxp_mul32_Q20(*(pt_table++), z);
152 y = fxp_mul32_Q20(y, z);
sbr_create_limiter_bands.cpp 195 tmp_q1 = fxp_mul32_Q20(nOctaves, limiterBandsPerOctave[i]);
sbr_update_freq_scale.cpp 321 tmp_q1 = fxp_mul32_Q20(tmp_q1, (i << 27) / num_bands);
324 tmp_q1 = fxp_mul32_Q20(tmp_q1, start);
fxp_mul32_c_msc_evc_armv5.h 153 __inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b)
fxp_mul32_c_equivalent.h 259 __inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b)
fxp_mul32_c_msc_evc.h 229 __inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b)
fxp_mul32_arm_gcc.h 484 static inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b)
fxp_mul32_arm_v4.h 376 __inline Int32 fxp_mul32_Q20(const Int32 L_var1, const Int32 L_var2)
fxp_mul32_arm_v4_gcc.h 566 static inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b)
fxp_mul32_arm_v5.h 346 __inline Int32 fxp_mul32_Q20(const Int32 L_var1, const Int32 L_var2)
  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_log2.cpp 147 y = fxp_mul32_Q20(*(pt_table++), z);
152 y = fxp_mul32_Q20(y, z);
sbr_create_limiter_bands.cpp 195 tmp_q1 = fxp_mul32_Q20(nOctaves, limiterBandsPerOctave[i]);
sbr_update_freq_scale.cpp 321 tmp_q1 = fxp_mul32_Q20(tmp_q1, (i << 27) / num_bands);
324 tmp_q1 = fxp_mul32_Q20(tmp_q1, start);
fxp_mul32_c_msc_evc_armv5.h 153 __inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b)
fxp_mul32_c_equivalent.h 259 __inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b)
fxp_mul32_c_msc_evc.h 229 __inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b)
fxp_mul32_arm_gcc.h 484 static inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b)
fxp_mul32_arm_v4.h 376 __inline Int32 fxp_mul32_Q20(const Int32 L_var1, const Int32 L_var2)
fxp_mul32_arm_v4_gcc.h 566 static inline Int32 fxp_mul32_Q20(const Int32 a, const Int32 b)
fxp_mul32_arm_v5.h 346 __inline Int32 fxp_mul32_Q20(const Int32 L_var1, const Int32 L_var2)

Completed in 6465 milliseconds