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

  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_channel_filtering.cpp 198 real = fxp_mul32_Q29(Q29_fmt(-0.06989827306334f), pQmfReal[ 4]);
201 imag = fxp_mul32_Q29(Q29_fmt(-0.06989827306334f), pQmfImag[ 4]);
208 real = fxp_mul32_Q29(Q29_fmt(-0.07266113929591f), pQmfReal[ 3]);
211 imag = fxp_mul32_Q29(Q29_fmt(-0.07266113929591f), pQmfImag[ 3]);
215 tmp1 = fxp_mul32_Q29(Q29_fmt(-0.38268343236509f), real);
217 tmp2 = fxp_mul32_Q29(Q29_fmt(-0.92387953251129f), real);
225 real = fxp_mul32_Q29(Q29_fmt(-0.02270420949825f), pQmfReal[ 1]);
228 imag = fxp_mul32_Q29(Q29_fmt(-0.02270420949825f), pQmfImag[ 1]);
232 tmp1 = fxp_mul32_Q29(Q29_fmt(0.92387953251129f), imag);
235 tmp2 = fxp_mul32_Q29(Q29_fmt(-0.92387953251129f), real)
    [all...]
pv_pow2.cpp 149 y = fxp_mul32_Q29(*(pt_table++), v_q);
154 y = fxp_mul32_Q29(y, v_q);
160 y = fxp_mul32_Q29(y, multiplier);
idct8.cpp 125 tmp7 = fxp_mul32_Q29(vec[6], Qfmt(1.30656296487638F)); /* (1/(2*cos(6*phi)));*/
138 tmp8 = fxp_mul32_Q29(vec[7], Qfmt(2.56291544774151F)); /* (1/(2*cos(7*phi)));*/
143 tmp6 = fxp_mul32_Q29((tmp4 - tmp6), Qfmt(1.30656296487638F));
ps_fft_rx8.cpp 231 *(pt_Q++) = fxp_mul32_Q29((aux_r[0] - aux_r[1]), Q29_fmt(0.70710678118655f));
232 *(pt_Q++) = fxp_mul32_Q29((aux_i[0] - aux_i[1]), Q29_fmt(0.70710678118655f));
235 *(pt_Q++) = fxp_mul32_Q29((aux_i[0] + aux_i[1]), Q29_fmt(-0.70710678118655f));
236 *(pt_Q) = fxp_mul32_Q29((aux_r[0] + aux_r[1]), Q29_fmt(0.70710678118655f));
dst32.cpp 175 tmp3 = fxp_mul32_Q29((*(pt_vec) - tmp0), *(pt_cos--));
179 tmp3 = fxp_mul32_Q29((*(pt_vec) + tmp0), *(pt_cos--));
idct32.cpp 171 tmp3 = fxp_mul32_Q29(*(pt_vec), *(pt_cos--));
175 tmp3 = fxp_mul32_Q29(*(pt_vec), *(pt_cos--));
sbr_inv_filt_levelemphasis.cpp 193 tmp = fxp_mul32_Q29(Qfmt(0.90625f), tmp);
pv_sqrt.cpp 181 y = fxp_mul32_Q29(y, Q_fmt(1.41421356237310F));
dst8.cpp 153 temp5 = fxp_mul32_Q29((temp5 + temp3), Qfmt(1.30656296487638F)); /* (1/(2*cos(6*phi))); */
sbr_generate_high_freq.cpp 745 a0r = fxp_mul32_Q29(bw, alphar[0][loBand]);
840 temp1r = fxp_mul32_Q29(ac.r01r, ac.r12r);
844 temp1i = fxp_mul32_Q29(ac.r01r, ac.r12i);
971 a0r = fxp_mul32_Q29(bw, alphar[0][loBand]);
972 a0i = fxp_mul32_Q29(bw, alphai[0][loBand]);
fxp_mul32_c_msc_evc_armv5.h 122 __inline Int32 fxp_mul32_Q29(const Int32 a, const Int32 b)
fxp_mul32_c_equivalent.h 228 __inline Int32 fxp_mul32_Q29(const Int32 a, const Int32 b)
fxp_mul32_c_msc_evc.h 198 __inline Int32 fxp_mul32_Q29(const Int32 a, const Int32 b)
calc_auto_corr.cpp 393 ac->det = fxp_mul32_Q29(ac->r12i, ac->r12i);
fxp_mul32_arm_gcc.h 414 static inline Int32 fxp_mul32_Q29(const Int32 a, const Int32 b)
fxp_mul32_arm_v4.h 298 __inline Int32 fxp_mul32_Q29(const Int32 L_var1, const Int32 L_var2)
fxp_mul32_arm_v4_gcc.h 496 static inline Int32 fxp_mul32_Q29(const Int32 a, const Int32 b)
fxp_mul32_arm_v5.h 242 __inline Int32 fxp_mul32_Q29(const Int32 L_var1, const Int32 L_var2)
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_mdct_6.cpp 138 *(pt_vec_o++) = fxp_mul32_Q29(tmp, *(pt_cos++));
139 *(pt_vec_o++) = fxp_mul32_Q29(tmp1, *(pt_cos++));
140 *(pt_vec_o++) = fxp_mul32_Q29(tmp2, *(pt_cos++));
pv_mp3dec_fxd_op_c_equivalent.h 105 __inline Int32 fxp_mul32_Q29(const Int32 a, const Int32 b)
pv_mp3dec_fxd_op_msc_evc.h 109 __inline int32 fxp_mul32_Q29(const int32 a, const int32 b)
pv_mp3dec_fxd_op_arm.h 166 __inline Int32 fxp_mul32_Q29(const Int32 L_var1, const Int32 L_var2)
pv_mp3dec_fxd_op_arm_gcc.h 114 static inline int32 fxp_mul32_Q29(const int32 a, const int32 b)

Completed in 999 milliseconds