Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_process.cpp994 FIXP_SGL alpha, FIXP_DBL pi_x2) { in interp_angle__FDK() argument
995 if (angle2 - angle1 > (pi_x2 >> 1)) angle2 -= pi_x2; in interp_angle__FDK()
997 if (angle1 - angle2 > (pi_x2 >> 1)) angle1 -= pi_x2; in interp_angle__FDK()
1011 const FIXP_DBL pi_x2 = PIx2__IPD; in SpatialDecApplyPhase() local
1016 self->PhaseLeft__FDK[pb], alpha__FDK, pi_x2); in SpatialDecApplyPhase()
1018 self->PhaseRight__FDK[pb], alpha__FDK, pi_x2); in SpatialDecApplyPhase()