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

  /external/aac/libFDK/include/
cplx_mul.h 221 inline void cplxMult(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_DBL a_Re,
227 inline void cplxMult(FIXP_SGL *c_Re, FIXP_SGL *c_Im, const FIXP_SGL a_Re,
238 inline void cplxMult(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_DBL a_Re,
240 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
247 inline void cplxMult(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_DBL a_Re,
257 inline void cplxMult(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_DBL a_Re,
259 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
  /external/aac/libFDK/include/mips/
cplx_mul_mips.h 142 inline void cplxMult(FIXP_DBL *c_Re, FIXP_DBL *c_Im, FIXP_DBL a_Re,
  /external/aac/libAACdec/src/
usacdec_fac.cpp 669 cplxMult(&x1, &x0, *pCurr++, -*pOvl--, pWindow_prev[i]);
681 cplxMult(&x1, &x0, *pCurr++, -*pOvl--, pWindow_prev[i]);
692 cplxMult(&x1, &x0, *pCurr++, *pOvl--, pWindow_prev[i]);
  /external/aac/libSACdec/src/
sac_tsd.cpp 343 cplxMult(&tempReal, &tempImag, pVdirectReal[k], pVdirectImag[k], *phi);
  /external/aac/libFDK/src/
qmf.cpp 376 cplxMult(&iSubband[i], &rSubband[i], iSubband[i], rSubband[i],
702 cplxMult(&tImag[i], &tReal[i], scaleValue(qmfImag[i], scaleFactorLowBand),
707 cplxMult(&tImag[i], &tReal[i],
    [all...]

Completed in 277 milliseconds