Home
last modified time | relevance | path

Searched refs:PIx2__IPD (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSACdec/src/
Dsac_calcM1andM2.cpp505 while (phase < (FIXP_DBL)0) phase += PIx2__IPD; in wrapPhase()
506 while (phase >= PIx2__IPD) phase -= PIx2__IPD; in wrapPhase()
507 FDK_ASSERT((phase >= (FIXP_DBL)0) && (phase < PIx2__IPD)); in wrapPhase()
Dsac_rom.h144 #define PIx2__IPD \ macro
Dsac_process.cpp1009 const FIXP_DBL pi_x2 = PIx2__IPD; in SpatialDecApplyPhase()