Searched refs:RESAMP_STEP_BITS (Results 1 – 4 of 4) sorted by relevance
53 #define RESAMP_STEP_BITS (RESAMP_BITS - 6) macro54 #define RESAMP_STEP (1 << RESAMP_STEP_BITS)
365 qi = q >> RESAMP_STEP_BITS; in resamp_do()369 s += (int64_t)qf * ds >> RESAMP_STEP_BITS; in resamp_do()
434 qi = q >> RESAMP_STEP_BITS; in resamp_do()438 s += (int64_t)qf * ds >> RESAMP_STEP_BITS; in resamp_do()