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

  /external/opencore/codecs_v2/audio/aac/dec/src/
ps_channel_filtering.cpp 194 Int32 imag; local
201 imag = fxp_mul32_Q29(Q29_fmt(-0.06989827306334f), pQmfImag[ 4]);
203 imag = fxp_mac32_Q31(imag, Qfmt31(0.01055120626280f), pQmfImag[12]);
205 mHybridReal[2] = (imag - real);
206 mHybridImag[2] = -(imag + real);
211 imag = fxp_mul32_Q29(Q29_fmt(-0.07266113929591f), pQmfImag[ 3]);
213 imag = fxp_mac32_Q31(imag, Qfmt31(0.04540841899650f), pQmfImag[11]);
216 mHybridReal[3] = fxp_mac32_Q29(Q29_fmt(0.92387953251129f), imag, tmp1)
    [all...]
ps_hybrid_synthesis.cpp 160 Int32 imag; local
172 imag = *(ptr_mHybrid_Im++);
173 imag += *(ptr_mHybrid_Im++);
179 imag += *(ptr_mHybrid_Im++);
180 imag += *(ptr_mHybrid_Im++);
184 *(ptr_mQmfImag++) = imag;
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_channel_filtering.cpp 194 Int32 imag; local
201 imag = fxp_mul32_Q29(Q29_fmt(-0.06989827306334f), pQmfImag[ 4]);
203 imag = fxp_mac32_Q31(imag, Qfmt31(0.01055120626280f), pQmfImag[12]);
205 mHybridReal[2] = (imag - real);
206 mHybridImag[2] = -(imag + real);
211 imag = fxp_mul32_Q29(Q29_fmt(-0.07266113929591f), pQmfImag[ 3]);
213 imag = fxp_mac32_Q31(imag, Qfmt31(0.04540841899650f), pQmfImag[11]);
216 mHybridReal[3] = fxp_mac32_Q29(Q29_fmt(0.92387953251129f), imag, tmp1)
    [all...]
ps_hybrid_synthesis.cpp 160 Int32 imag; local
172 imag = *(ptr_mHybrid_Im++);
173 imag += *(ptr_mHybrid_Im++);
179 imag += *(ptr_mHybrid_Im++);
180 imag += *(ptr_mHybrid_Im++);
184 *(ptr_mQmfImag++) = imag;
  /external/srec/srec/include/
sp_fft.h 221 fftdata *imag; member in struct:__anon5909
  /external/stlport/stlport/stl/
_complex.h 70 value_type imag() const { return _M_im; } function in struct:complex
196 value_type imag() const { return _M_im; } function in struct:complex
335 value_type imag() const { return _M_im; } function in struct:complex
473 value_type imag() const { return _M_im; } function in struct:complex
731 inline _Tp _STLP_CALL imag(const complex<_Tp>& __z) function
770 { return _Tp(abs(complex<double>(double(__z.real()), double(__z.imag())))); }
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
779 return complex<_Tp>(_Tp(__tmp.real()), _Tp(__tmp.imag()));
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 1426 tree imag; local
    [all...]

Completed in 238 milliseconds