Searched refs:cplxMult (Results 1 – 4 of 4) sorted by relevance
/external/aac/libFDK/include/ |
D | cplx_mul.h | 214 inline void cplxMult( FIXP_DBL *c_Re, in cplxMult() function 229 inline void cplxMult( FIXP_DBL *c_Re, in cplxMult() function 235 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im); in cplxMult() 242 inline void cplxMult( FIXP_DBL *c_Re, in cplxMult() function 256 inline void cplxMult( FIXP_DBL *c_Re, in cplxMult() function 262 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im); in cplxMult()
|
/external/aac/libFDK/include/mips/ |
D | cplx_mul.h | 132 inline void cplxMult( FIXP_DBL *c_Re, in cplxMult() function
|
/external/aac/libFDK/src/ |
D | qmf.cpp | 520 cplxMult(&iSubband[i], &rSubband[i], iSubband[i], rSubband[i], sbr_t_cos[i], sbr_t_sin[i]); in qmfForwardModulationHQ() 776 cplxMult(&tImag[i], &tReal[i], in qmfInverseModulationHQ() 781 cplxMult(&tImag[i], &tReal[i], in qmfInverseModulationHQ()
|
D | mdct.cpp | 347 cplxMult(&x1, &x0, *pCurr++, - *pOvl--, pWindow[i]); in imdct_block()
|