Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate_poly_fir.h49 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
H A Drate_filters.h111 #define PHASE_BITS VAR_POLY_PHASE_BITS macro
118 #define PHASE_BITS VAR_POLY_PHASE_BITS macro
125 #define PHASE_BITS VAR_POLY_PHASE_BITS macro
148 #define PHASE_BITS 8 macro
156 #define PHASE_BITS 6 macro