Searched refs:PHASE_BITS (Results 1 – 2 of 2) sorted by relevance
49 int phase = fraction * (1 << PHASE_BITS); in FUNCTION()51 sample_t x = fraction * (1 << PHASE_BITS) - phase; in FUNCTION()66 int phase = fraction >> (32 - PHASE_BITS); /* high-order bits */ in FUNCTION()68 sample_t x = (sample_t) (fraction << PHASE_BITS) * (1 / MULT32); in FUNCTION()91 #undef PHASE_BITS
111 #define PHASE_BITS VAR_POLY_PHASE_BITS macro118 #define PHASE_BITS VAR_POLY_PHASE_BITS macro125 #define PHASE_BITS VAR_POLY_PHASE_BITS macro148 #define PHASE_BITS 8 macro156 #define PHASE_BITS 6 macro