Searched refs:PIx2__IPD (Results 1 – 3 of 3) sorted by relevance
505 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()
144 #define PIx2__IPD \ macro
1009 const FIXP_DBL pi_x2 = PIx2__IPD; in SpatialDecApplyPhase()